Skip to content

Commit

Permalink
update readme for reduced development
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-ruddy committed May 19, 2023
1 parent de5a7f4 commit a8d7e1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Catsploit
Catsploit is an open-source modern exploitation framework inspired by [Metasploit](https://github.com/rapid7/metasploit-framework).

Catsploit is currently in early development and the project is aiming to attract contributors who are interested in building the next generation exploitation framework in Rust.

The project will always be 100% open-source with no premium version, and is licensed under GPLv3.

## Install
Expand Down Expand Up @@ -32,8 +30,6 @@ Contributing to Catsploit is very flexible, check the current open issues to wor

Github Actions CI/CD will run the automated unit/integration tests against your PR code. Set your code editor to automatically format your code with [rustfmt](https://github.com/rust-lang/rustfmt) for consistent formatting within catsploit.

And join the discord to discuss catsploit! https://discord.gg/J3Mj8ZG2bq

## Code Structure
- The `catsploit` directory contains only the code to create the CLI app, such as the user input loop and dealing with setting module options. `catsploit` interacts with the `catsploit_lib` library
- The `catsploit_lib` directory contains the library. `catsploit_lib` contains the functional code for carrying out tasks with Catsploit. For example the `Exploit` trait and also the individual modules such as the `Vsftpd234Backdoor` exploit
Expand Down

0 comments on commit a8d7e1c

Please sign in to comment.