Kumpulan Termux MrTamfanX 2
#TM-Scanner
TM-scanner is simple python script.This tool for detecting vulnerabilities in websites
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ apt install python2
$ apt install python
$ git clone https://github.com/TechnicalMujeeb/TM-scanner
$ cd TM-scanner
$ chmod +x *Â
$ sh install.sh
usage :Â
$ python2 tmscanner.py
select your option and enter target site [example.com]
-------------------------------------------------------------------
#Apache2 - HTTP Server
first update and update Termux .
$ apt update
$ apt upgrade
Now install apache2Â
$ apt install apache2
apache2 path =
/data/data/com.termux/files/usr/share/apache2/default-site/htdocs/
for Example i have a file read.txt now you must move this file to apache2 path then type this command :Â
$ mv read.txt /data/data/com.termux/files/usr/share/apache2/default-site/htdocs/
Now start apache2 service with this command :Â
$ apachectl
Now opn browser and type :Â
localhost:8080
It shows IT WORKS !
Now access read.txt file with browser then type this command:Â
localhost:8080/read.txtÂ
If you want to stop apache2 service then close termux application it will stop.
That's it.
-------------------------------------------------------------------
#Social Fish (Phising tools)
socialFish ultimate phishing tool such as
Twitter
stackoverflow
wordpress
github
google
facebook
Installation :
$ apt updateÂ
$ apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/UndeadSec/SocialFish.git
$ cd SocialFish
$ chmod +x *
$ pip2 install -r requirements.txt
usage :
$ python2 SocialFish.py
Now select your target and it will generate an url using Ngrok
then it send to victem
-------------------------------------------------------------------
#Creadmap - Check login emails
Credmap is an open source tool that was created toÂ
bring awareness to the dangers of credential reuse.
It is capable of testing supplied user credentialsÂ
on several known websites to test if the passwordÂ
has been reused on any of these
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ apt install python2
$ apt install python
$ git clone https://github.com/lightos/credmap
$ cd credmap
$ chmod +x *
usage :
$ $ python2 credmap.py -h
It shows all options to use this tool
$ python2 credmap.py --username king --email king56@email.com
king = is username of email
king56@email.com = this is email to check
-------------------------------------------------------------------
#Download Video Di Facebook
Facebook Video Downloader (CLI) For Linux Systems Coded in PHP
with the help of this script you guys can download facebook videos by pasteing video url in termux.
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ apt install php
$ git clone https://github.com/Tuhinshubhra/fbvid
$ cd fbvid
Run :
$ php fb.php
first here paste fb video url
Now here give a name to your video, it will start downloading your video and saved in current directory.
If you want to watch your downloaded video then move this video to sdacrd using mv commandÂ
$ mv video.mp4 /sdcard/
Now your video has moved to sdcrad, go to your sdcard and watch it ....
-------------------------------------------------------------------
#UserRecorn
Find usernames across over 75 social networks This is useful if you are running an investigation to determine the usage of the same username on different social networks.Â
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ git clone https://github.com/thelinuxchoice/userrecon
$ cd userrecon
$ chmod +X *
usage :
$ ./userrecon.sh
[?] Input username : (Here user name to find)
-------------------------------------------------------------------
#Buat File Zip
Fisrt update and install requirments ..
$ apt update
$ apt upgrade
$ apt install zip
$ apt install unzip
Creating Zip file :
$ zip name.zip [your files]
Here name.zip is the name for that zip file
your files means = your files to make zip such as .txt .md folder .png .jpg etc..,
Unzip process :
$ unzip name.zipÂ
that's it it will unzip your zip file..
-------------------------------------------------------------------
#Goblin Word Generator
Goblin word Generator tool is used to generate password list easily..
Execute These below commands one by one to install this tool..
Installtion :
$ apt updateÂ
$ apt upgrade
$ apt install git
$ apt install python
$ apt install python2
$ git clone https://github.com/UndeadSec/GoblinWordGenerator
cd GoblinWordGenerator
$ chmod +x *
usage :
$ python3 goblin.py
i want to generate list that length 4 to 6 then type here : 4:6 {hit enter}
Give name to your wordlist like, : pass.txt {hit enter}
and select option which you want and {hit enter}
it will generate a pass.txtÂ
to open this file type this command :
$ cat pass.txt
-------------------------------------------------------------------
#DarkSploit
Execute these commands one by one to install DarlSploit.
$ apt updateÂ
$ apt upgrade
$ apt install git
$ apt install python
$ apt install python2
$ git clone https://github.com/LOoLzeC/DarkSploit
$ cd DarkSploit
$ cd install
$ sh installtermux.sh
$ pip2 install -r requirements.txt
$ cd ..
Now Run DarkSploit :Â
python2 DrXp.py
DarkSploit commands :
$ show options
$ show exploits
$ use exploits
Here you get all options to use this tool.
-------------------------------------------------------------------
#TM-Venom Bukan Obat Ya ':)
Tmvenom is a python based tool specially designed for Termux users.
This payload generates some basic payloads using metasploit-framework.
so You must install metasploit framework on your Termux.
This tool works both rooted and non rooted devices.
This is very helpfull for beginners.
this tool also guide you to generate payloads easily
Requirments:-
Termux APp
metasploit-framework
Installation :
$ apt updateÂ
$ apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/TechnicalMujeeb/tmvenom
$ cd tmvenom
$ chmod +x *
$ sh install.sh
usage :
python2 tmvenom.py
Now select payload options and you can easily generates payloads.
-------------------------------------------------------------------
#Tools DarkFly-Tool
DarkFly-Tool is an installation tool for installing tools.
this tool makes it easy for you. so you don't need to type git cloneÂ
or look for the github repository. You only have to choose the number.Â
which tool you want to install. there are 530 tools ready for intall.Â
and for those of you who like to have fun.Â
there are 7 SMS spam tools that are ready to use, you just need to choose spam to use the target number.Â
there is a tocopedia DLL, and yesterday the DarkFly tool only supports termux.
now it supports Linux OS and can be installed on ubuntu and termux, even though I only combine it.Â
at least I can satisfy and make it easier for all of you :) Good
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ git clone https://github.com/Ranginang67/DarkFly-Tool
$ cd DarkFly-Tool
$ chmod +x *
$ sh install
Run :
$ DarkFly
Now select your optoion, it will install your selected tool ..
-------------------------------------------------------------------
#OWScan
OWScan
Scan your website for vulnerabilities. Find website application vulnerabilities and fingerprint the target web application.
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ apt install php
$ git clone https://github.com/Gameye98/OWScan
$ cd OWScan
$ chmod +x *
usage :
$ php owscan.php
Enter target site for example : example.com .it gives you information related to your target site.
-------------------------------------------------------------------
#Check URL
check url = Detect evil urls that uses IDN Homograph Attack.
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ apt install python2
$ apt install python
$ git clone https://github.com/UndeadSec/checkURL
$ cd checkURL
$ chmod +x *
usage :
Now run with python3 type this command :
$ python3 checkURL.py --help
It shows all options..
$ python3 checkURL.py --url [attackerurl]
attacker url = attacker url tom check this is idn evil url or original url
-------------------------------------------------------------------
#click jacking scanner
check url = Detect evil urls that uses IDN Homograph Attack.
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ apt install python2
$ apt install python
$ git clone https://github.com/UndeadSec/checkURL
$ cd checkURL
$ chmod +x *
usage :
Now run with python3 type this command :
$ python3 checkURL.py --help
It shows all options..
$ python3 checkURL.py --url [attackerurl]
attacker url = attacker url tom check this is idn evil url or original url
-------------------------------------------------------------------
TM-scanner is simple python script.This tool for detecting vulnerabilities in websites
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ apt install python2
$ apt install python
$ git clone https://github.com/TechnicalMujeeb/TM-scanner
$ cd TM-scanner
$ chmod +x *Â
$ sh install.sh
usage :Â
$ python2 tmscanner.py
select your option and enter target site [example.com]
-------------------------------------------------------------------
#Apache2 - HTTP Server
first update and update Termux .
$ apt update
$ apt upgrade
Now install apache2Â
$ apt install apache2
apache2 path =
/data/data/com.termux/files/usr/share/apache2/default-site/htdocs/
for Example i have a file read.txt now you must move this file to apache2 path then type this command :Â
$ mv read.txt /data/data/com.termux/files/usr/share/apache2/default-site/htdocs/
Now start apache2 service with this command :Â
$ apachectl
Now opn browser and type :Â
localhost:8080
It shows IT WORKS !
Now access read.txt file with browser then type this command:Â
localhost:8080/read.txtÂ
If you want to stop apache2 service then close termux application it will stop.
That's it.
-------------------------------------------------------------------
#Social Fish (Phising tools)
socialFish ultimate phishing tool such as
stackoverflow
wordpress
github
Installation :
$ apt updateÂ
$ apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/UndeadSec/SocialFish.git
$ cd SocialFish
$ chmod +x *
$ pip2 install -r requirements.txt
usage :
$ python2 SocialFish.py
Now select your target and it will generate an url using Ngrok
then it send to victem
-------------------------------------------------------------------
#Creadmap - Check login emails
Credmap is an open source tool that was created toÂ
bring awareness to the dangers of credential reuse.
It is capable of testing supplied user credentialsÂ
on several known websites to test if the passwordÂ
has been reused on any of these
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ apt install python2
$ apt install python
$ git clone https://github.com/lightos/credmap
$ cd credmap
$ chmod +x *
usage :
$ $ python2 credmap.py -h
It shows all options to use this tool
$ python2 credmap.py --username king --email king56@email.com
king = is username of email
king56@email.com = this is email to check
-------------------------------------------------------------------
#Download Video Di Facebook
Facebook Video Downloader (CLI) For Linux Systems Coded in PHP
with the help of this script you guys can download facebook videos by pasteing video url in termux.
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ apt install php
$ git clone https://github.com/Tuhinshubhra/fbvid
$ cd fbvid
Run :
$ php fb.php
first here paste fb video url
Now here give a name to your video, it will start downloading your video and saved in current directory.
If you want to watch your downloaded video then move this video to sdacrd using mv commandÂ
$ mv video.mp4 /sdcard/
Now your video has moved to sdcrad, go to your sdcard and watch it ....
-------------------------------------------------------------------
#UserRecorn
Find usernames across over 75 social networks This is useful if you are running an investigation to determine the usage of the same username on different social networks.Â
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ git clone https://github.com/thelinuxchoice/userrecon
$ cd userrecon
$ chmod +X *
usage :
$ ./userrecon.sh
[?] Input username : (Here user name to find)
-------------------------------------------------------------------
#Buat File Zip
Fisrt update and install requirments ..
$ apt update
$ apt upgrade
$ apt install zip
$ apt install unzip
Creating Zip file :
$ zip name.zip [your files]
Here name.zip is the name for that zip file
your files means = your files to make zip such as .txt .md folder .png .jpg etc..,
Unzip process :
$ unzip name.zipÂ
that's it it will unzip your zip file..
-------------------------------------------------------------------
#Goblin Word Generator
Goblin word Generator tool is used to generate password list easily..
Execute These below commands one by one to install this tool..
Installtion :
$ apt updateÂ
$ apt upgrade
$ apt install git
$ apt install python
$ apt install python2
$ git clone https://github.com/UndeadSec/GoblinWordGenerator
cd GoblinWordGenerator
$ chmod +x *
usage :
$ python3 goblin.py
i want to generate list that length 4 to 6 then type here : 4:6 {hit enter}
Give name to your wordlist like, : pass.txt {hit enter}
and select option which you want and {hit enter}
it will generate a pass.txtÂ
to open this file type this command :
$ cat pass.txt
-------------------------------------------------------------------
#DarkSploit
Execute these commands one by one to install DarlSploit.
$ apt updateÂ
$ apt upgrade
$ apt install git
$ apt install python
$ apt install python2
$ git clone https://github.com/LOoLzeC/DarkSploit
$ cd DarkSploit
$ cd install
$ sh installtermux.sh
$ pip2 install -r requirements.txt
$ cd ..
Now Run DarkSploit :Â
python2 DrXp.py
DarkSploit commands :
$ show options
$ show exploits
$ use exploits
Here you get all options to use this tool.
-------------------------------------------------------------------
#TM-Venom Bukan Obat Ya ':)
Tmvenom is a python based tool specially designed for Termux users.
This payload generates some basic payloads using metasploit-framework.
so You must install metasploit framework on your Termux.
This tool works both rooted and non rooted devices.
This is very helpfull for beginners.
this tool also guide you to generate payloads easily
Requirments:-
Termux APp
metasploit-framework
Installation :
$ apt updateÂ
$ apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/TechnicalMujeeb/tmvenom
$ cd tmvenom
$ chmod +x *
$ sh install.sh
usage :
python2 tmvenom.py
Now select payload options and you can easily generates payloads.
-------------------------------------------------------------------
#Tools DarkFly-Tool
DarkFly-Tool is an installation tool for installing tools.
this tool makes it easy for you. so you don't need to type git cloneÂ
or look for the github repository. You only have to choose the number.Â
which tool you want to install. there are 530 tools ready for intall.Â
and for those of you who like to have fun.Â
there are 7 SMS spam tools that are ready to use, you just need to choose spam to use the target number.Â
there is a tocopedia DLL, and yesterday the DarkFly tool only supports termux.
now it supports Linux OS and can be installed on ubuntu and termux, even though I only combine it.Â
at least I can satisfy and make it easier for all of you :) Good
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ git clone https://github.com/Ranginang67/DarkFly-Tool
$ cd DarkFly-Tool
$ chmod +x *
$ sh install
Run :
$ DarkFly
Now select your optoion, it will install your selected tool ..
-------------------------------------------------------------------
#OWScan
OWScan
Scan your website for vulnerabilities. Find website application vulnerabilities and fingerprint the target web application.
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ apt install php
$ git clone https://github.com/Gameye98/OWScan
$ cd OWScan
$ chmod +x *
usage :
$ php owscan.php
Enter target site for example : example.com .it gives you information related to your target site.
-------------------------------------------------------------------
#Check URL
check url = Detect evil urls that uses IDN Homograph Attack.
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ apt install python2
$ apt install python
$ git clone https://github.com/UndeadSec/checkURL
$ cd checkURL
$ chmod +x *
usage :
Now run with python3 type this command :
$ python3 checkURL.py --help
It shows all options..
$ python3 checkURL.py --url [attackerurl]
attacker url = attacker url tom check this is idn evil url or original url
-------------------------------------------------------------------
#click jacking scanner
check url = Detect evil urls that uses IDN Homograph Attack.
Installation :
$ apt update && apt upgrade
$ apt install gitÂ
$ apt install python2
$ apt install python
$ git clone https://github.com/UndeadSec/checkURL
$ cd checkURL
$ chmod +x *
usage :
Now run with python3 type this command :
$ python3 checkURL.py --help
It shows all options..
$ python3 checkURL.py --url [attackerurl]
attacker url = attacker url tom check this is idn evil url or original url
-------------------------------------------------------------------