Android Meterpreter Cheat Sheet
⚫️Full HD Image: https://github.com/Ignitetechnologies/Mindmap/tree/main/Metasploit
⚫️Full HD Image: https://github.com/Ignitetechnologies/Mindmap/tree/main/Metasploit
👍5❤4
TryHackMe Cheat Sheet
⚫️Full HD Image: https://github.com/Ignitetechnologies/Mindmap/tree/main/TryHackMe
⚫️Full HD Image: https://github.com/Ignitetechnologies/Mindmap/tree/main/TryHackMe
❤6
Shodan Search Engine Cheat Sheet
⚫️Full HD Image: https://github.com/Ignitetechnologies/Mindmap/tree/main/Shodan
⚫️Full HD Image: https://github.com/Ignitetechnologies/Mindmap/tree/main/Shodan
❤6👍1
MiTool : without a PC (using another phone via Termux), allows you to unlock the bootloader, flash ROMs, ... and offers many other features for Xiaomi devices
1 - Install Termux & Termux-Api
1 - Install Termux & Termux-Api
termux-setup-storage
curl -sS https://raw.githubusercontent.com/offici5l/MiTool/master/install.sh | bash
⚠️For more information and use of this tool in termux visit github link of this tool.
👨💻 @TERMUXCOMMANDD
❤9
ICMP Status Code
🔴⚫Full HD: https://github.com/Ignitetechnologies/Mindmap/blob/main/ICMP/ICMP%20Status%20Code%20HD.png
🔴⚫Full HD: https://github.com/Ignitetechnologies/Mindmap/blob/main/ICMP/ICMP%20Status%20Code%20HD.png
❤6
B4Bomber is a powerful tool designed to send OTPs in bulk, make calls, and protect your number from being bombarded by other similar tools. This tool is intended for educational purposes only.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/mahendraplus/B4Bomber/main/Termux/install.sh)"
➥ STORAGE PERMISSION
termux-setup-storage
➥ UPDATE & UPGRADE
apt-get update && apt-get upgrade && apt-get dist-upgrade && apt-get autoremove && apt-get autoclean && pkg update && pkg upgrade
➥ CURL
apt install curl OR pkg install curl
➥ GIT
apt install git OR pkg install git
⚠️For more information and use of this tool in termux visit github link of this tool.
👨💻 @TERMUXCOMMANDD
❤23
Famous Cyber Security Hack
🔴⚫Full HD: https://github.com/Ignitetechnologies/Mindmap/blob/main/Cyber%20Hack/Famous%20Cyber%20Security%20Hack%20UHD.png
🔴⚫Full HD: https://github.com/Ignitetechnologies/Mindmap/blob/main/Cyber%20Hack/Famous%20Cyber%20Security%20Hack%20UHD.png
❤4
XSS Testing Tools
🔴⚫️Full HD Image: https://github.com/Ignitetechnologies/Mindmap/tree/main/XSS%20Tools
🔴⚫️Full HD Image: https://github.com/Ignitetechnologies/Mindmap/tree/main/XSS%20Tools
❤5
Bannerhunter is a powerful banner grabbing tool written in C. It can connect to services running on different ports, attempt plain TCP grabs, and also perform SSL/TLS handshakes for encrypted services. The tool sends protocol-appropriate requests (like HEAD with Host headers for HTTP/HTTPS) to increase the chance of extracting banners.
git clone https://github.com/s-r-e-e-r-a-j/BannerHunter.git
cd BannerHunter
sudo bash install.sh
bannerhunter <host> <port>
bannerhunter <host> <port1> <port2> <port3>
Example (Single Port):
bannerhunter example.com 80
Connects to example.com on port 80 and attempts to grab the banner.
Example (Multiple Ports):
bannerhunter example.com 21 22 25 80 443
Connects to example.com on ports 21, 22, 25, 80, and 443, grabbing banners from each service.
⚠️For more information and use of this tool in termux visit github link of this tool.
👨💻 @TERMUXCOMMANDD
❤12👍1