All Projects → ALDON94 → argus

ALDON94 / argus

Licence: GPL-2.0 license
Argus Advanced Remote & Local Keylogger For macOS and Windows

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to argus

tryhackme-ctf
TryHackMe CTFs writeups, notes, drafts, scrabbles, files and solutions.
Stars: ✭ 140 (+60.92%)
Mutual labels:  cybersecurity, penetration-testing, pentest, cyber-security
NIST-to-Tech
An open-source listing of cybersecurity technology mapped to the NIST Cybersecurity Framework (CSF)
Stars: ✭ 61 (-29.89%)
Mutual labels:  cybersecurity, pentest, cyber-security, pentesting-tools
Webspoilt
This script will you help to find the information about the website and to help in penetrating testing
Stars: ✭ 34 (-60.92%)
Mutual labels:  cybersecurity, penetration-testing, ethical-hacking, ethical-hacking-tools
ReversePowerShell
Functions that can be used to gain Reverse Shells with PowerShell
Stars: ✭ 48 (-44.83%)
Mutual labels:  cybersecurity, penetration-testing, cyber-security
hackipy
Hacking, pen-testing, and cyber-security related tools built with Python.
Stars: ✭ 26 (-70.11%)
Mutual labels:  cybersecurity, penetration-testing, ethical-hacking
Offensive-Reverse-Shell-Cheat-Sheet
Offensive Reverse Shell (Cheat Sheet)
Stars: ✭ 138 (+58.62%)
Mutual labels:  cybersecurity, penetration-testing, pentest
Sn1per
Attack Surface Management Platform | Sn1perSecurity LLC
Stars: ✭ 4,897 (+5528.74%)
Mutual labels:  cybersecurity, penetration-testing, pentesting-tools
H4cker
This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.
Stars: ✭ 10,451 (+11912.64%)
Mutual labels:  cybersecurity, penetration-testing, ethical-hacking
Writeups
This repository contains writeups for various CTFs I've participated in (Including Hack The Box).
Stars: ✭ 61 (-29.89%)
Mutual labels:  cybersecurity, penetration-testing, pentest
Docker Security Images
🔐 Docker Container for Penetration Testing & Security
Stars: ✭ 172 (+97.7%)
Mutual labels:  cybersecurity, penetration-testing, pentest
phisherprice
All In One Pentesting Tool For Recon & Auditing , Phone Number Lookup , Header , SSH Scan , SSL/TLS Scan & Much More.
Stars: ✭ 38 (-56.32%)
Mutual labels:  cybersecurity, cyber-security, pentesting-tools
Jasmin-Ransomware
Jasmin Ransomware is an advanced red team tool (WannaCry Clone) used for simulating real ransomware attacks. Jasmin helps security researchers to overcome the risk of external attacks.
Stars: ✭ 84 (-3.45%)
Mutual labels:  cybersecurity, pentesting-tools, ethical-hacking-tools
Whatweb
Next generation web scanner
Stars: ✭ 3,503 (+3926.44%)
Mutual labels:  penetration-testing, pentest, pentesting-tools
MailRipV3
SMTP and IMAP checker / cracker for mailpass combolists with a user-friendly GUI, automated inbox test and many more features.
Stars: ✭ 28 (-67.82%)
Mutual labels:  penetration-testing, pentest, pentesting-tools
Beelogger
Generate Gmail Emailing Keyloggers to Windows.
Stars: ✭ 605 (+595.4%)
Mutual labels:  gmail, keylogger, pentest
URL-obfuscator
Python Program to obfuscate URLs to make Phishing attacks more difficult to detect. Uses Active open redirect list and other URL obfuscation techniques.
Stars: ✭ 101 (+16.09%)
Mutual labels:  cybersecurity, cyber-security, social-engineering
LAZYPARIAH
A tool for generating reverse shell payloads on the fly.
Stars: ✭ 121 (+39.08%)
Mutual labels:  cybersecurity, pentest, ethical-hacking
OSCP-A-Step-Forward
Opening the door, one reverse shell at a time
Stars: ✭ 126 (+44.83%)
Mutual labels:  penetration-testing, cyber-security
DNSExplorer
Bash script that automates the enumeration of domains and DNS servers in the active information gathering.
Stars: ✭ 33 (-62.07%)
Mutual labels:  penetration-testing, ethical-hacking
Keylogger
A keylogger for Windows, developed as part of the "Build an Advanced Keylogger using C++ for Ethical Hacking!" course on Udemy
Stars: ✭ 16 (-81.61%)
Mutual labels:  keylogger, ethical-hacking

ARGUS Remote and Local Python Keylogger

Keylogger With multiple Features Built For macOS and Windows

Main Features

  • Monitor Keystrokes
  • Take Screenshots
  • Take WebcamShots
  • Dump Chrome History & Cookies
  • Monitor System info
  • Dump Location
  • Send Logs To Gmail
  • Hide Window And Add To Startup on Windows
  • Get Public & Private IP Address
  • Easily customizable

Installation on Windows

git clone https://github.com/ALDON94/argus.git

cd Argus/Windows/bin/Local or cd Argus/Windows/bin/Remote

pip3 install -r requirements.txt

python3 win-local.py or python3 win-remote.py


want to convert the script to .EXE format?

  • There's two ways you can go for it

First option using pyinstaller

pip3 install pyinstaller

pyinstaller --onefile filename [this is gonna take a while be patient]

when it's done it will crate a bunch of folders skip them and browse the folder [dist] an you should see .EXE file format based on the script

Second option using NSIS App

Simply Download The NSIS App From the Official Website and install it

run the NSIS App As Administrator

click install based on ZIP file

compress the script you want to convert and open or drag it into the NSIS App

click generate and this will create .EXE file format based on the script

Installation on macOS

git clone https://github.com/ALDON94/argus.git

cd Argus/macos/bin/Local or cd Argus/macos/bin/Remote

  • pip3 install -r requirements.txt

enable input monitoring for whatever app you are runing the script from

Go to System Preferences >> Security & Privacy >> Privacy >> Unlock Changes >> input Monitoring && enable

Do The Same Step For Screen Recording

sudo python3 osx-local.py or sudo python3 osx-remote.py [run it as root!]

Example

Video

Tested on

macOS Catalina 10.15.4

Windows 10 1909

DISCLAMER

By using ARGUS, you agree to the GNU General Public License v2.0 included in the repository. For more details at http://www.gnu.org/licenses/gpl-2.0.html. Using ARGUS for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

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].