1 unstable release
0.1.0 | Mar 2, 2023 |
---|
#6 in #exploitation
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 theExploit
trait, moduleOpt
struct, TCP handlers for revshellGenericTcpHandler
. Contains the glue code that all modules rely on basically.module
- Indivdual Catsploit modules are defined here, such as theVsftpd234Backdoor
exploit, theNcMkfifoReverseTcp
payload. Modules must implement a module trait, such asExploit
orPayload
, and are then added to theindex.rs
which is were applications such ascatsploit
CLI will hook into.util
- For miscellaneous functionality such as generating random alphanumerics etc.
Dependencies
~300–410KB