Skip to content

The RustScan Command Generator is a web application built with React to simplify the creation of RustScan commands for network scanning.

License

Notifications You must be signed in to change notification settings

AbdulAHAD968/RUSTSCAN-Command-Generator

Repository files navigation

RustScan Command Generator

Home Page - Common Scripts


Overview

The RustScan Command Generator is a web application built with React to simplify the creation of RustScan commands for network scanning. It offers three modes—Basic, Advanced, and NSE—to cater to users of varying expertise, providing an intuitive interface for generating tailored RustScan commands.


Features

The application provides three modes for generating RustScan commands:

  1. Basic Mode: Pre-configured, commonly used RustScan commands for quick and simple network scanning, ideal for beginners.
  2. Advanced Mode: Customizable RustScan flags for scan speed, batch size, and other options, suitable for experienced users requiring precise control.

Additional Features

  • IP input field for specifying target addresses.
  • Generated commands can be copied for use in a terminal.
  • Responsive and user-friendly interface.

Installation

To run the RustScan Command Generator locally:

  1. Clone the Repository:

    git clone https://github.com/AbdulAHAD968/RUSTSCAN-Command-Generator.git
    cd RUSTSCAN-Command-Generator
  2. Install Dependencies: Ensure Node.js is installed, then run:

    npm install
  3. Start the Development Server:

    npm start

    The application will be available at http://localhost:3000.


Usage

  1. Access the Application: Visit https://rustscan.vercel.app/ or run locally.
  2. Enter an IP Address: Input the target IP address for scanning.
  3. Select a Mode:
    • Basic: Choose from pre-configured RustScan commands.
    • Advanced: Customize flags for detailed scanning options, such as batch size or scan timeout.
  4. Generate and Copy: Copy the generated RustScan command for use in a terminal.

Technologies

  • Frontend: React, JavaScript, HTML, CSS
  • State Management: React Context API for IP input state
  • Deployment: Vercel

Project Structure

RUSTSCAN-Command-Generator/
├── src/
│   ├── components/
│   │   ├── IpInput.js       # IP address input field
│   │   ├── Tabs.js          # Interface for Basic, Advanced, NSE modes
│   ├── contexts/
│   │   ├── IpContext.js     # Manages IP input state
│   ├── styles/
│   │   ├── App.css          # Core application styles
│   │   ├── SimpleMode.css   # Basic mode styles
│   │   ├── AdvanceMode.css  # Advanced mode styles
│   │   ├── ip-input.css     # IP input styles
│   ├── App.js               # Main application component
├── public/
│   ├── index.html           # HTML entry point
├── package.json             # Dependencies and scripts
├── README.md                # Project documentation

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make changes and commit (git commit -m "Add your feature").
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request with a clear description of your changes.

Ensure code follows the project's style and includes relevant tests.


License

Licensed under the MIT License. See the LICENSE file for details.


Credits

  • Author: Abdul Ahad
  • Icons: Flaticon (Icons by Flaticon)

Contact

For questions or feedback, reach out via GitHub Issues or connect on LinkedIn.


Images

RustScan Advanced Scan Commands (Snapshot)

Advanced Scan Commands

Lighthouse Test (Can vary - Depending on Network Connectivity)

Lighthouse Test


About

The RustScan Command Generator is a web application built with React to simplify the creation of RustScan commands for network scanning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published