797
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
797
¶¶ This package contains the rockyou.txt wordlist and has an installation size of 134 MB.
#wordlist #rockyou #fern
sudo apt install wordlists
wordlists -h > wordlists ~ Contains the rockyou wordlist /usr/share/wordlists |--dirb |--dirbuster |--dnsmap.txt |--fasttrack.txt |--fern-wifi |--metasploit |--nmap.lst |--rockyou.txt.gz |--seclists |--wfuzz
797
¶¶ sherlock
#sherlock #socialmedia #info #nethunter #termux
šgit clone https://github.com/sherlock-project/sherlock.git
šcd sherlock
špython3 -m pip install -r requirements.txt
špython3 sherlock --help
¶¶ To search for only one user:
špython3 sherlock user123
¶¶ To search for more than one user:
špython3 sherlock user1 user2 user3
797
¶¶ JFScan lets you utilize Masscan to scan for open ports and use Nmap scripts on discovered ports to scan for services. JFScan allows you to run a scan of many different targets using the targets flag(-t) followed by a text file with the domain/IP/URL listed inside.
šsudo apt install libpcap-dev git clone https://github.com/robertdavidgraham/masscan
šcd masscan
šmake
šsudo make install
šsudo setcap CAP_NET_RAW+ep /usr/bin/masscan
¶¶ to install JFScan back in your home directory
šcd ~
šgit clone https://github.com/nullt3r/jfscan.git $ šcd jfscan
špip3 install .
usage:
jfscan [-h] -t TARGETS [--resolvers RESOLVERS] [-m MODULES] (-p PORTS | -tp TOP_PORTS) [-r MAX_RATE] [-oi] [-od] [-q] [--nmap] [--nmap-options NMAP_OPTIONS] [--nmap-threads NMAP_THREADS] [--nmap-output NMAP_OUTPUT]
797
¶¶ Golismero
Web Application Vulnerability Scanner
sudo bash
apt-get install python2.7 python2.7-dev python-pip python-docutils git perl nmap sslscan cd /opt
git clone https://github.com/golismero/golismero.git
cd golismero
pip install -r requirements.txt pip install -r requirements_unix.txt
ln -s /opt/golismero/golismero.py /usr/bin/golismero
exit
797
¶¶ PyPhisher /65Tools
#phishing #socialmedia #kalinethunter #termux
Ultimate phishing tool in python. Includes popular websites like facebook, twitter, instagram, github, reddit, gmail and many others
git clone https://github.com/KasRoudra/PyPhisher
cd PyPhisher
python3 pyphisher.py
¶¶ Or, directly run
wget https://raw.githubusercontent.com/KasRoudra/PyPhisher/main/pyphisher.py && python3 pyphisher.py
797
¶¶ wpspin
WPS PIN generator uses known MAC address based algorithms commonly found in routers firmware to generate their default PINs. The PIN can be used with programs like Reaver, Bully or OneShot to recover Wi-Fi password.
Installation
špip install wpspin
Or you can install from source with:
šgit clone https://github.com/drygdryg/wpspin.git
šcd wpspin/
špython setup.py install
Example:
š$ wpspin 54:A0:50:75:D2:40
797
¶¶ Please note that root access is required.
Using installer
curl -sSf https://raw.githubusercontent.com/drygdryg/OneShot_Termux_installer/master/installer.sh | bash
¶¶ Manually Installing requirements
špkg install -y root-repo
špkg install -y git tsu python
šwpa-supplicant pixiewps iw
¶¶ Getting OneShot
šgit clone --depth 1 https://github.com/drygdryg/OneShot OneShot
¶¶ Running
šsudo python OneShot/oneshot.py -i wlan0 --iface-down -K
¶¶ Start Pixie Dust attack on a specified BSSID:
šsudo python3 oneshot.py -i wlan0 -b 00:90:4C:C1:AC:21 -K
¶¶ Show avaliable networks and start
šsudo python3 oneshot.py -i wlan0 -K
¶¶ Launch online WPS bruteforce
šsudo python3 oneshot.py -i wlan0 -b 00:90:4C:C1:AC:21 -B -p 1234
¶¶ Start WPS push button connection:s
šsudo python3 oneshot.py -i wlan0 --pbc
¶¶ Troubleshooting check this link below and give it a try it .tested on samsung note10 plus / and as u can see it works for me
šhttps://github.com/drygdryg/OneShot
797
¶¶ PyPhisher /65Tools
#phishing #socialmedia #kalinethunter #termux
¶¶ Ultimate phishing tool in python. Includes popular websites like facebook, twitter, instagram, github, reddit, gmail and many others
šgit clone https://github.com/KasRoudra/PyPhisher
šcd PyPhisher
špython3 pyphisher.py
¶¶ Or, directly run
šwget https://raw.githubusercontent.com/KasRoudra/PyPhisher/main/pyphisher.py && python3 pyphisher.py
797
¶¶ Seema
#wordlist
a random password generator tool which generates a random password of your choice. If you wants easy password, then it will generate a random easy password and give you and ask from you whether you wants to save or not. If you doesn't want to save your password and it will stop processing but if you wants to save your password then, it will ask from you a name for your password.
šapt-get update && apt-get upgrade -y
šapt-get install python git -y
šgit clone https://github.com/adarshaddee/Seema.git
šcd Seema
šchmod +x setup.sh
š./setup.sh
OR YOU CAN USE
špip install -r requirements.txt
špython Seema.py
------------------------------------------------
Random-Password-Generator
Program written by Python Language
Requirements
apt update && apt upgrade pkg install python pip install requests
Run
cd Random-Password-Generator python gen_rand_passwd.py
797
Repost from N/a
¶¶Install ngrok on termux
Open chrome
¶¶Go to
https://dashboard.ngrok.com/signup
Signup with a new gmail
aftee that go to termux and copy past this
šwget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz
¶¶ when download is completed
( to extract it type )
štar vxzf ngrok-v3-stable-linux-arm64.tgz
¶¶Now go back to chrome ngrok page and lets add our ngrok token copy it full
Example = ngrok config add-authtoken 55NulkHPoB9SsymNPp6U1ewIX2m_3bZakfrsceXpQR1gkay4L
( add ./ after that full link )
¶¶Go back to termux and past i with ./
š./ngrok config add-authtoken 55NulkHPoB9SsymNPp6U1ewIX2m_3bZakfrsceXpQR1gkay4L
(Open Hotspot in your phone ) before using
797
¶¶ megacut
A new powerful Python3 tool for managing internet on a local network
šgit clone https://github.com/stryker-project/megacut
šcd megacut
špip install -r requirements.txt
špython3 megacut.py
¶¶ Options & Syntax
python3 megacut.py target gateway -m\-k\-b\-r
-k Kill inet on target ip
-m Permanently disable inet on target (only if -k not works)
-b Disable inet for 20 seconds
-r Restore inet on target ip
¶¶ Examples:
python3 megacut.py 192.168.1.101 192.168.1.1 -k
797
¶¶ Stryker - mobile pentest
--Root-Your-Device-1st--
#android #kekstore #pwnterm #kekhunter #materialhunter #stryker
#pixiedust
#bruteforcepin
#connectwithpin
#passwordbruteforce
#capturehandshake
#clientdeauthing
Test your networks for the most effective and dangerous vulnerabilities!
¶¶Download Stryker APK -Link Below
https://stryker.zalex.dev/
https://zalex.dev/stryker/#download
¶¶Github = https://github.com/stryker-project/app/releases
¶¶ The Stryker Project ā user-friendly app for mobile pentest.
Status: Coding
Git: https://github.com/stryker-project
¶¶ If you need help join telegram channel
@strykereng <- Channel with news and updates [ENG]
@strykerapp <- Channel with news and updates [RU]
@strykerchat <- Chat with developer
¶¶ Mini dongle /works with samsungNote9 /no need to install drivers
¶¶ Aliexpress
MVR 44.09 31%OFF | 300Mbps 5dBi USB WiFi Adapter Mini Dongle External Wireless LAN Network Card 2.4GHz 802.11n/g/b for PC Computer for Win 7 8 10
https://a.aliexpress.com/_m0ThS86
¶¶ extra long antenna
2.4G 10dBi High Gain Antenna
length: 400mm
https://a.aliexpress.com/_mObNMlc
¶¶ Amazone
Alfa AWUS036NHA - Wireless B/G/N USB Adaptor - 802.11n - 150Mbps - 2.4 GHz - 5dBi Antenna - Long Range - Atheros Chipset - Windows XP/Vista 64-Bit /128-Bit Windows 7 Compatible https://www.amazon.com/dp/B004Y6MIXS/ref=cm_sw_r_awdo_PBARX7TVSMGAHW6M38Z7
797
¶¶ Stryker - mobile pentest
--Root-Your-Device-1st--
#android #kekstore #pwnterm #kekhunter #materialhunter #stryker
#pixiedust
#bruteforcepin
#connectwithpin
#passwordbruteforce
#capturehandshake
#clientdeauthing
Test your networks for the most effective and dangerous vulnerabilities!
¶¶Download Stryker APK -Link Below
https://stryker.zalex.dev/
https://zalex.dev/stryker/#download
797
NExfil is an OSINT tool written in python for finding profiles by username. The provided usernames are checked on over 350 websites within few seconds. The goal behind this tool was to get results quickly while maintaining low amounts of false positives.
šgit clone https://github.com/thewhiteh4t/nexfil.git
šcd nexfil
špip3 install -r requirements.txt
¶¶ Usage :
usage: nexfil.py [-h] [-u U] [-f F] [-l L] [-t T] [-v] [-U]
nexfil - Find social media profiles on the web | v1.0.1
options:
-h, --help show this help message and exit
-u U Specify username
-f F Specify a file containing username list
-l L Specify multiple comma separated usernames
-t T Specify timeout [Default : 5]
-v Prints version
-U Check for Updates
¶¶ Single username
python3 nexfil.py -u username
Multiple comma separated usernames
python3 nexfil.py -l "user1,user2"
Username list in a file
python3 nexfil.py -f users.txt
797
Nethunter permission error fix
Download the file (nethunter.sh)
Open terminal AndroidSu
type
su
sd sdcard or /sdcard
sh nethunter.sh when you see done (restart device your nethunter will work got this error on latest version and fixed on samsung note 10 plus and samsung note 9 = V-12
https://youtu.be/IApHZBgVfZ8
797
¶¶ RDDoS_Tool
RedDDoS Tool is a tool for DDoS attacks. You can test networks/servers/any other devices with it
#ddos #network #ip #flood
špip install tqdm
špip install pyfiglet
šapt-get update -y
šapt-get install git
šgit clone https://github.com/Red-company/RDDoS_Tool.git
šcd RDDoS_Tool
šbash setup.sh
špython3 RDDoS_Tool.py
797
¶¶ sAINT
a Spyware Generator for Windows systems written in Java. [Discontinued]
The JRE is required and the executable will not work without it. Because the Windows need JRE for translating the program from java byte code to machine language.
šapt install maven default-jdk default-jre openjdk-8-jdk openjdk-8-jre -y
šapt install zlib1g-dev libncurses5-dev lib32z1 lib32ncurses6 -y
¶¶ On Windows, install the latest Java JRE 8 from Oracle = https://www.java.com/en/download/z
šgit clone https://github.com/tiagorlampert/sAINT.git
šcd sAINT
šchmod +x configure.sh
š./configure.sh
# Run
šjava -jar sAINT.jar
¶¶ Youtube Link =
https://github.com/tiagorlampert/sAINT
