domingo, 14 de abril de 2019

HOW TO INSTALL VEGA SCANNER

On Ubuntu/Debian systems: sudo apt-get install libwebkitgtk-1.0
wget https://support.subgraph.com/downloads/VegaBuild-linux.gtk.x86_64.zip

unzip VegaBuild-linux.gtk.x86_64.zip

cd VegaBuild-linux.gtk.x86_64

./Vega

 

obs,

 During  review my post was observerd that in ubuntu 20. is complicate do run this app, the solution finded was install a java 8 version using this command:

sudo apt install openjdk-8-jdk

and for swith the java version for use some application you should set this command first:

 

sudo update-alternatives --config java

 

 

sábado, 6 de abril de 2019

HOW TO INSTALL OSMEDEUS

apt-get update && apt-get upgrade
pip freeze or pip3 freeze
pip install dirhunt
pip install pycurl
apt install python3-pip
pip3 install --upgrade setuptools
pip3 install flask-mysqldb
pip install —upgrade setuptools
pip install gcloud
sudo apt install libcurl4-openssl-dev libssl-dev
pip install pycurl, sudo pip install pycurl, pip3 install pycurl, sudo pip3 install pycurl
git clone https://github.com/j3ssie/Osmedeus
cd Osmedeus
./install.sh

sudo apt-get install python-setuptools
sudo apt-get install python3-setuptools

after install, for execute scan in a specific domain you could do the following command:

./osmedeus.py -t example.com

source: https://github.com/j3ssie/Osmedeus
source for advanced commands: https://github.com/j3ssie/Osmedeus/wiki/Advanced-Usage

tested on  18.04.2 LTS bionic