1 unstable release
| 0.1.0 | Mar 2, 2023 |
|---|
#8 in #exploit
Used in catsploit
28KB
778 lines
Catsploit Lib
The library for Catsploit, contains all the functional code for carrying out exploits.
core- The core functionality such as theExploittrait, moduleOptstruct, TCP handlers for revshellGenericTcpHandler. Contains the glue code that all modules rely on basically.module- Indivdual Catsploit modules are defined here, such as theVsftpd234Backdoorexploit, theNcMkfifoReverseTcppayload. Modules must implement a module trait, such asExploitorPayload, and are then added to theindex.rswhich is were applications such ascatsploitCLI will hook into.util- For miscellaneous functionality such as generating random alphanumerics etc.
Dependencies
~300–410KB