Skip to content

max5010cs/maximumRecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maxRecon

maxRecon is a reconnaissance tool designed to perform deep scans and analyze the outputs to identify potential weaknesses, outdated services, and other vulnerabilities. It currently uses Nmap for port scanning and service identification, with further plans to expand functionality to include other types of reconnaissance and scanning methods.

Features (Current)

  • Deep port scanning and service detection using Nmap.
  • Basic analysis of Nmap output to identify potential weak services and outdated software versions.

Plans for the Future

  • Integration with multiple recon tools and scanners.
  • Automated report generation from various sources of recon data.
  • Identification of publicly available information that can aid in comprehensive security analysis.
  • Real-time vulnerability analysis based on scan data.

Getting Started

To run maxRecon, you will need to have the following installed:

  • Node.js
  • Nmap (for network scanning)
  • Express (for backend API)

Installation

  1. Clone this repository: `bash git clone https://github.com/yourusername/maxRecon.git cd path/to/backend npm install npm start

#more clear steps {

INITIAL FRONTEND SETUP

npm create vite@latest frontend --template react-ts cd forontend npm install npm run dev npm install axios react-router-dom

INITIAL BACKEND SETUP

npm init -y npm install express cors npm install --save-dev nodemon script is configured to start rather than test npm start }

Disclaimer

maxRecon is intended solely for educational and legal security testing purposes. Unauthorized use of this tool to scan or gather information from systems without the owner's consent is illegal and unethical.

By using this tool, you agree to take full responsibility for any actions taken with it. The creator of maxRecon is not responsible for any illegal activity or consequences resulting from its misuse.

Do not use this tool without explicit consent from the target system's owner.

License

This project is licensed under a custom license. You are not permitted to use, distribute, or modify this tool without the explicit written consent of the author. Unauthorized use may result in legal action.

Contributing

If you'd like to contribute to maxRecon, please fork the repository and submit a pull request. All contributions must be reviewed and approved by the author.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors