Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagorlampert/sAINT
:eye: (s)AINT is a Spyware Generator for Windows systems written in Java. [Discontinued]
https://github.com/tiagorlampert/sAINT
hacking hacking-tool java java-8 kali keylogger persistence screenshot spyware spyware-generator tool webcam-capture
Last synced: 5 days ago
JSON representation
:eye: (s)AINT is a Spyware Generator for Windows systems written in Java. [Discontinued]
- Host: GitHub
- URL: https://github.com/tiagorlampert/sAINT
- Owner: tiagorlampert
- License: bsd-3-clause
- Archived: true
- Created: 2017-11-18T18:43:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T14:34:34.000Z (over 4 years ago)
- Last Synced: 2024-09-29T23:04:08.732Z (about 1 month ago)
- Topics: hacking, hacking-tool, java, java-8, kali, keylogger, persistence, screenshot, spyware, spyware-generator, tool, webcam-capture
- Language: Java
- Homepage:
- Size: 10.4 MB
- Stars: 694
- Watchers: 77
- Forks: 308
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-termux-hacking - sAINT - :eye: (s)AINT is a Spyware Generator for Windows systems written in Java. [Discontinued].[![->](https://img.shields.io/github/stars/tiagorlampert/sAINT.svg?style=social&label=Star&maxAge=2592000)](https://github.com/tiagorlampert/sAINT/stargazers/) (Uncategorized / Uncategorized)
- awesome-hacking-lists - tiagorlampert/sAINT - :eye: (s)AINT is a Spyware Generator for Windows systems written in Java. [Discontinued] (Java)
README
----------------------------------------------------------------------------------------------
## DiscontinuedI 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
:computer: 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)](https://www.google.com/s2/favicons?domain=https://www.kali.org/)](https://www.kali.org) **Kali Linux - ROLLING EDITION**## How To Use
```bash
# 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
## How to uninstall
To uninstall run UNINSTALL.bat with administrative permissions.## Contact
:email: **[email protected]**## License
>The [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)
>
>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.