Skip to content

Commit a430397

Browse files
committed
[ADDED]: RouterSploit
1 parent 977c5c4 commit a430397

2 files changed

Lines changed: 660 additions & 0 deletions

File tree

RouterSploit/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# RouterSploit Interactive CLI
2+
3+
The RouterSploit Interactive CLI is a command-line interface that provides an interactive way to interact with the RouterSploit exploitation framework. It allows users to manage modules, configure options, and execute exploits through an easy-to-use command-line interface.
4+
5+
## Features
6+
7+
- **Interactive Command-Line Interface**: Enjoy an interactive and user-friendly command-line interface.
8+
- **Dynamic Prompt**: The prompt adapts to the current module for better context.
9+
- **Module Handling**: Load and use modules from different categories like exploits, scanners, creds, payloads, and encoders.
10+
- **Tab-Completion**: Easily complete commands, options, and module names using tab-completion.
11+
- **Option Configuration**: Configure options for modules using the `set` and `setg` commands.
12+
- **Option Autocompletion**: Option names are automatically completed to make configuration easier.
13+
- **Module Information**: View detailed information about modules, such as descriptions, authors, and references.
14+
- **Module Execution**: Execute modules using the `run` command. Trigger exploits with the `exploit` command.
15+
- **Module Verification**: Check if a target is vulnerable to a selected module's exploit using the `check` command.
16+
- **Tab-Completion Hints**: Intelligent suggestions for commands and options enhance usability.
17+
- **Non-Interactive Mode**: Execute specific commands without entering the interactive CLI.
18+
- **Printer Thread**: A dedicated thread manages and displays output messages clearly.
19+
- **Command History**: Easily navigate through previously entered commands.
20+
- **Error Handling**: Informative error messages help users diagnose issues.
21+
- **Banner**: Displays a banner with version information and resource links.

0 commit comments

Comments
 (0)