All Projects → tiagorlampert → Saint

tiagorlampert / Saint

Licence: bsd-3-clause
👁 (s)AINT is a Spyware Generator for Windows systems written in Java. [Discontinued]

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Saint

Technowlogger
TechNowLogger is Windows/Linux Keylogger Generator which sends key-logs via email with other juicy target info
Stars: ✭ 172 (-67.05%)
Mutual labels:  persistence, hacking, keylogger, tool
Technowhorse
TechNowHorse is a RAT (Remote Administrator Trojan) Generator for Windows/Linux systems written in Python 3.
Stars: ✭ 189 (-63.79%)
Mutual labels:  persistence, hacking-tool, kali, tool
Instabruteforce
hacking-tool termux-tools termux noob-friendly instagram-bot bruteforce-password-cracker wordlist-technique
Stars: ✭ 86 (-83.52%)
Mutual labels:  hacking, hacking-tool, tool
Wifipassword Stealer
Get All Registered Wifi Passwords from Target Computer.
Stars: ✭ 97 (-81.42%)
Mutual labels:  hacking, hacking-tool, keylogger
Inferno
🔥 Modern command line tool for malware creation on Windows
Stars: ✭ 105 (-79.89%)
Mutual labels:  screenshot, hacking, keylogger
Swift Keylogger
Keylogger for mac written in Swift using HID
Stars: ✭ 995 (+90.61%)
Mutual labels:  hacking, hacking-tool, keylogger
Deepweb Scappering
Discover hidden deepweb pages
Stars: ✭ 40 (-92.34%)
Mutual labels:  hacking, hacking-tool, kali
Hacking
hacker, ready for more of our story ! 🚀
Stars: ✭ 413 (-20.88%)
Mutual labels:  hacking, hacking-tool, tool
Wprecon
WPrecon (WordPress Recon), is a vulnerability recognition tool in CMS Wordpress, developed in Go and with scripts in Lua.
Stars: ✭ 135 (-74.14%)
Mutual labels:  hacking, hacking-tool, tool
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (-18.2%)
Mutual labels:  hacking, hacking-tool, tool
Search That Hash
🔎Searches Hash APIs to crack your hash quickly🔎 If hash is not found, automatically pipes into HashCat⚡
Stars: ✭ 466 (-10.73%)
Mutual labels:  hacking, hacking-tool, tool
Keylogger
Get Keyboard,Mouse,ScreenShot,Microphone Inputs from Target Computer and Send to your Mail.
Stars: ✭ 604 (+15.71%)
Mutual labels:  hacking, hacking-tool, keylogger
Skyrat
SkyRAT - Powershell Remote Administration Tool
Stars: ✭ 21 (-95.98%)
Mutual labels:  hacking-tool, keylogger, tool
Paradoxiarat
ParadoxiaRat : Native Windows Remote access Tool.
Stars: ✭ 395 (-24.33%)
Mutual labels:  hacking, hacking-tool, keylogger
Dr0p1t Framework
A framework that create an advanced stealthy dropper that bypass most AVs and have a lot of tricks
Stars: ✭ 1,132 (+116.86%)
Mutual labels:  persistence, hacking, hacking-tool
Hackerpro
All in One Hacking Tool for Linux & Android (Termux). Make your linux environment into a Hacking Machine. Hackers are welcome in our blog
Stars: ✭ 474 (-9.2%)
Mutual labels:  hacking, hacking-tool, tool
Ethical Hacking Tools
Complete Listing and Usage of Tools used for Ethical Hacking
Stars: ✭ 272 (-47.89%)
Mutual labels:  hacking, hacking-tool, kali
Pig
A Linux packet crafting tool.
Stars: ✭ 384 (-26.44%)
Mutual labels:  hacking, hacking-tool
Maskphish
Give a Mask to Phishing URL like a PRO.. A MUST have tool for Phishing.
Stars: ✭ 370 (-29.12%)
Mutual labels:  hacking-tool, tool
Reconpi
ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.
Stars: ✭ 490 (-6.13%)
Mutual labels:  hacking, hacking-tool

Discontinued

I decided to discontinue the development of this tool to concentrate my efforts on others one projects.

Please fell free to clone this repository and continue the development of this tool.


(s)AINT

(s)AINT is a Spyware Generator for Windows systems written in Java.

Disclaimer

💻 This project was created only for good purposes and personal use.

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.

Features

  • [x] Keylogger
  • [x] Take Screenshot
  • [x] Webcam Capture
  • [x] Persistence

Tested On

Kali) Kali Linux - ROLLING EDITION

How To Use

# Install dependencies (you need Maven and JDK 8 package installed)
$ apt install maven default-jdk default-jre openjdk-8-jdk openjdk-8-jre -y

# To generate a .EXE using launch4j are necessary the following packages
$ apt install zlib1g-dev libncurses5-dev lib32z1 lib32ncurses6 -y

# Clone this repository
$ git clone https://github.com/tiagorlampert/sAINT.git

# Go into the repository
$ cd sAINT

# Install and configure Maven libraries
$ chmod +x configure.sh
$ ./configure.sh

# Run
$ java -jar sAINT.jar

Note

  • On Windows, install the latest Java JRE 8 from Oracle.
  • E-mail will be sent when it reaches the specified number of characters.
  • Optionally you can enable Screenshot, Webcam Capture and Persistence.

FAQ

Why does the .EXE need java on target machine to run?

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.

Screenshot

Maven dependencies

Generate spyware

Run

Install Java JRE 8

Run .EXE

or Run .JAR

Data

Local

E-mail

How to uninstall

To uninstall run UNINSTALL.bat with administrative permissions.

Contact

✉️ [email protected]

License

The BSD 3-Clause License

Copyright (c) 2017, Tiago Rodrigo Lampert

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].