catsploit_lib

Crates.iocatsploit_lib
lib.rscatsploit_lib
version0.1.0
sourcesrc
created_at2023-03-02 15:41:53.511897
updated_at2023-03-02 15:41:53.511897
descriptionCatsploit library
homepagehttps://github.com/tirax-lab/catsploit/tree/main/catsploit_lib
repositoryhttps://github.com/tirax-lab/catsploit/tree/main/catsploit_lib
max_upload_size
id798955
size63,088
Mark Ruddy (mark-ruddy)

documentation

README

Catsploit Lib

The library for Catsploit, contains all the functional code for carrying out exploits.

  • core - The core functionality such as the Exploit trait, module Opt struct, TCP handlers for revshell GenericTcpHandler. Contains the glue code that all modules rely on basically.
  • module - Indivdual Catsploit modules are defined here, such as the Vsftpd234Backdoor exploit, the NcMkfifoReverseTcp payload. Modules must implement a module trait, such as Exploit or Payload, and are then added to the index.rs which is were applications such as catsploit CLI will hook into.
  • util - For miscellaneous functionality such as generating random alphanumerics etc.
Commit count: 0

cargo fmt