All Projects → EgeBalci → Egesploit

EgeBalci / Egesploit

Licence: mit
EGESPLOIT is a golang library for malware development

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Egesploit

Arcanus
ARCANUS is a customized payload generator/handler.
Stars: ✭ 130 (-52.73%)
Mutual labels:  persistence, meterpreter
Torat
ToRat is a Remote Administation tool written in Go using Tor as a transport mechanism and RPC for communication
Stars: ✭ 415 (+50.91%)
Mutual labels:  persistence, keylogger
Technowlogger
TechNowLogger is Windows/Linux Keylogger Generator which sends key-logs via email with other juicy target info
Stars: ✭ 172 (-37.45%)
Mutual labels:  persistence, keylogger
Saint
👁 (s)AINT is a Spyware Generator for Windows systems written in Java. [Discontinued]
Stars: ✭ 522 (+89.82%)
Mutual labels:  persistence, keylogger
Technowhorse
TechNowHorse is a RAT (Remote Administrator Trojan) Generator for Windows/Linux systems written in Python 3.
Stars: ✭ 189 (-31.27%)
Mutual labels:  persistence, meterpreter
SimpleKeylogger
Simple Keylogger with smtp to send emails on your account using python works on linux and Windows
Stars: ✭ 32 (-88.36%)
Mutual labels:  keylogger
Malware-with-Backdoor-and-Keylogger
👨🏻‍💻 A great tool for Ethical Hackers, a malware programmed with Backdoor and Keylogger.
Stars: ✭ 25 (-90.91%)
Mutual labels:  keylogger
GitHubSearch
GitHub iOS client with minimum third-party dependencies.
Stars: ✭ 34 (-87.64%)
Mutual labels:  persistence
letterpress
A nefarious keylogger for Ubuntu. Encrypts keylogs and uploads to pastebin.
Stars: ✭ 22 (-92%)
Mutual labels:  keylogger
Permazen
Language-Natural Persistence Layer for Java
Stars: ✭ 265 (-3.64%)
Mutual labels:  persistence
zio-event-sourcing
Purely functional concurent and scalable persistance layer implementing CQRS
Stars: ✭ 34 (-87.64%)
Mutual labels:  persistence
keylogger
Windows OS keylogger with a hook mechanism (i.e. with a keyboard hook procedure).
Stars: ✭ 37 (-86.55%)
Mutual labels:  keylogger
stardust-SDK
Stardust SDK and sample app for Unity
Stars: ✭ 23 (-91.64%)
Mutual labels:  persistence
nft.storage
😋 Free decentralized storage and bandwidth for NFTs on IPFS and Filecoin.
Stars: ✭ 309 (+12.36%)
Mutual labels:  persistence
perseverance
Make your functions 💪 resilient and 🚥 fail-fast to 💩 failures or ⌚ delays
Stars: ✭ 12 (-95.64%)
Mutual labels:  persistence
input-event
🎹 Read and parse input device(like mouse, keyboard, joystick and IR-Remote)'s event data.
Stars: ✭ 45 (-83.64%)
Mutual labels:  keylogger
Python-Scripts
Some Python Scripts for Security
Stars: ✭ 80 (-70.91%)
Mutual labels:  keylogger
SilentXMRMiner
A Silent (Hidden) Monero (XMR) Miner Builder
Stars: ✭ 417 (+51.64%)
Mutual labels:  persistence
KeyPlexer
Capstone: Keylogger Trojan
Stars: ✭ 32 (-88.36%)
Mutual labels:  keylogger
Aleph
A library for exploring persistent homology
Stars: ✭ 81 (-70.55%)
Mutual labels:  persistence

EGESPLOIT License Donate

EGESPLOIT is a golang library for malware development, it has few unique functions for meterpreter integration.

#DOCUMENTATION

        CalculateChecksum(x) : Function calculates x digit 8 bit checksum for reverse HTTP/HTTPS meterpreter connections, returns the calculated checksum as string.
        
        Meterpreter(ConType, Address) : Function launches a meterpreter connection, takes 2 parameters connection type (HTTP/HTTPS/TCP) and Address (127.0.0.1:4444), function returns a string for error handling.
        
        Persistence() : Function copys and adds the running binary to startup registry.
        
        Sysguide() : Function returns the current directory, running OS version, username, antivirus name as strings.
        
        Keylogger(LOGS) : Function takes a string pointer as parameter and starts a keylogger,all key logs are saved at given parameter.
        
        Please(Command) : Function executes the given parameter with runas command. (Asks permission for higher level operations)  
        
        BypassAV() : Function bypasses the anti virus heroustic detections, takes a integer as parameter for defining the intensity level.
        
        Dispatch(Base64_Binary,BinaryName, Parameters) : Function drops a binary and executes it, takes tree strings as parameter base64 encoded binary, binary name and parameters.
        
        Distract() : Functions execute a forkbomb bat file for distracting the user.
        
        Dos() : Function start a dos atack to given target (http://example.com)
        
        SyscallExecute(Shellcode) : Function executes the given shellcode(byte array) with system call.
        
        ThreadExecute(Shellcode) : Function executes the given shellcode(byte array) with CreateThread function.

        WifiList() : Functions returns he wifi connection history.
        
        #RSE#
        RSE stands for "Reduced Sized Exploits", functions under RSE folder are build with windows api calls for reducing payload sizes.

Bitcoin: 16GvMV7eZH22p4rLQuu8h2gbgSLYr11KBM

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