Gloom frame work
Gloom-Framework = Linux Penetration Testing Framework
Execute these commands one by one to install this tool.
works in rooted devices
Remember you have must installed sudo in Termux
after installation of sudo follow these steps
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ apt install nmap
$ apt install tsu
$ git clone https://github.com/StreetSec/Gloom-Framework.git
$ cd Gloom-Framework
$ chmod +x *
$ sudo python2 install.py
$ sudo python2 gloom.py
$ pip2 install requests
if you get error for bs4 & beautifulsoup then simply type
$ sudo pip2 install bs4
$ sudo pip2 install beautifulsoup
Run :
$ sudo python2 gloom.py
[gloom] help
it shows all modules
to use any module simply copy and paste that module name
Execute these commands one by one to install this tool.
works in rooted devices
Remember you have must installed sudo in Termux
after installation of sudo follow these steps
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ apt install nmap
$ apt install tsu
$ git clone https://github.com/StreetSec/Gloom-Framework.git
$ cd Gloom-Framework
$ chmod +x *
$ sudo python2 install.py
$ sudo python2 gloom.py
$ pip2 install requests
if you get error for bs4 & beautifulsoup then simply type
$ sudo pip2 install bs4
$ sudo pip2 install beautifulsoup
Run :
$ sudo python2 gloom.py
[gloom] help
it shows all modules
to use any module simply copy and paste that module name
Comments
Post a Comment