Example Usage
wordlists ├── blockchain │ └── all ├── comments │ ├── all │ ├── derogatory │ ├── security │ └── todo ├── cosmossdk │ ├── abci │ ├── module-auth │ ├── module-authz │ ├── module-bank │ ├── module-group │ └── module-staking ├── cryptography │ └── all ├── go │ ├── all │ ├── cryptography │ ├── db-access │ ├── deprecated │ ├── err │ ├── randomness │ └── unsafe ├── java │ ├── db_access │ ├── file_access │ ├── file_inclusion │ ├── os_command_execution │ └── url_redirect ├── javascript │ ├── all │ ├── deprecated │ ├── dom-xss │ ├── generic │ ├── randomness │ ├── react │ └── redos ├── linters │ └── all ├── perl │ └── all ├── php │ ├── all │ ├── db_access │ ├── dynamic_code_execution │ ├── file_access │ ├── file_inclusion │ ├── os_command_execution │ ├── randomness │ ├── redos │ ├── serialization │ ├── sockets │ ├── superglobals │ ├── url_redirection │ └── xxe ├── python │ ├── all │ ├── bypass │ ├── object_serialization │ ├── os_command_execution │ └── string_formatting ├── rust │ ├── all │ ├── clone │ ├── panic-macros │ ├── randomness │ ├── resource-exhaustion │ ├── slices │ ├─
See also
Zygisk-Il2CppDumper
Open Source
Using Zygisk to dump il2cpp data at runtime…
Impacket-secretsdump
Open Source
Kali
Dumps secrets remotely using a variety of techniques including DCSync (without running code on DC), …
SocialBox-Termux
Open Source
Kali
SocialBox is a Bruteforce Attack Framework [ Facebook , Gmail , Instagram ,Twitter ] , Coded By Bela…
JWT_Tool
Open Source
Toolkit for testing, tampering, and forging JSON Web Tokens. Tests common JWT vulnerabilities includ…
pyinstxtractor-ng
Open Source
PyInstaller Extractor Next Generation…
AndKittyInjector
Open Source
Inject a shared library into a process using ptrace…