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
pyinstxtractor-ng
Open Source
PyInstaller Extractor Next Generation…
-SKYNET-Steam-Emulator
Open Source
Client emulator to play steam games on LAN without Internet connection.…
Ghidra
Open Source
Kali
NSA-developed software reverse engineering suite. Features a disassembler, decompiler, scripting (Ja…
Impacket-secretsdump
Open Source
Kali
Dumps secrets remotely using a variety of techniques including DCSync (without running code on DC), …
25000-syllabified-words-list
Free
A word list containing 25,000 of the most common English words, divided into syllables.…
Frida
Open Source
Kali
Dynamic instrumentation toolkit for developers, reverse engineers, and security researchers. Injects…