GithubHelp home page GithubHelp logo

tiagorlampert / saint Goto Github PK

View Code? Open in Web Editor NEW
686.0 686.0 308.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%
hacking hacking-tool java java-8 kali keylogger persistence screenshot spyware spyware-generator tool webcam-capture

saint's Introduction

Hi there 👋

Twitter LinkedIn Gmail

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

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.


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 

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

TurnOff THE CAM LED

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

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?

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

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

Antivirus

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

[!] OS is not supported!

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

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!

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)

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.

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

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?

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.

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?

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

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.