[ Hidden Content! ]
here are some of the stuff the library includes, Note: this is only useful for learning, don't import this stuff for developing malware if you don't wanna get detected
- SYS
- Whoami
- Get current dir
- Get home dir
- Get current user groups
- Find installed useful software
- List files and folders
- Get environment variables
- Get generic system information
- Get SID and RID from windows system
- Find installed AVs/EDRs
- Whoami
- CRYPTO
- AES
- RC4
- Xor
- Base32
- Base64
- Md5
- Sha1
- Sha256
- Sha512
- Rot13
- Rot47
- Bcrypt
- Elliptic Curve
- ChaCha20
- Triple DES
- Compare hashes
- AES
- LOGGING
- Status functions
- ASCII banners
- Progress bars
- Colors
- Status functions
- NETWORK
- List all network interfaces (i.e. eth0)
- Get info about an interface
- List active ports with its info
- Check internet connection
- Get public ip
- Download a file from URL
- Get status code from URL
- Send http POST request with custom data
- List all network interfaces (i.e. eth0)
- MISC
- Generate random string
- Generate random integer
- Generate string of n length based on DeBruijn algorithm
- Convert date to epoch
- Convert epoch to date
- Convert text to l33t
- Generate random string
- READ TEAM
- Multiple shellcode injection techniques
- Retrieve shellcode from file
- Retrieve shellcode from remote url
- Write shellcode to file
- Convert DLL to shellcode (sRDI)
- Multiple anti-sandboxing techniques
- 3 different ways to dump system hashes
- Steal token from PID (Impersonation)
- Multiple shellcode injection techniques
- PROCESSES
- List all process
- Get process name by PID
- Get PIDs of processes by name (i.e. firefox.exe)
- List all process
- EXEC
- Execute bash commands
- Execute powershell commands
- Execute cmd commands
- Execute command with Token
-
- Execute bash commands
- WORKING WITH FILES
- Check if file exists
- Check if path is file
- Check if path is dir
- Copy a file or dir (recursive)
- Get content of a file
- Create a file with content
- Wipe a file
- Timestomping (change file timestamps)
- Check if file exists