https://github.com/corvuscodex/mapsploit
MapSploit - Network Vulnerability Scanner
https://github.com/corvuscodex/mapsploit
ceh hack hacking-tool mapsploit metasploit metasploit-automation metasploit-framework metasploit-install nmap nmap-scan nmap-scripts penetration-testing security vulnerability-detection vulnerability-scanners
Last synced: 8 months ago
JSON representation
MapSploit - Network Vulnerability Scanner
- Host: GitHub
- URL: https://github.com/corvuscodex/mapsploit
- Owner: CorvusCodex
- License: mit
- Created: 2023-10-23T13:08:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T09:05:51.000Z (about 2 years ago)
- Last Synced: 2025-01-21T08:44:53.676Z (10 months ago)
- Topics: ceh, hack, hacking-tool, mapsploit, metasploit, metasploit-automation, metasploit-framework, metasploit-install, nmap, nmap-scan, nmap-scripts, penetration-testing, security, vulnerability-detection, vulnerability-scanners
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MapSploit (Under development)
MapSploit is a bash script for a powerfull network vulnerability scanning. MapSploit checks if Metasploit and Nmap are installed on your system, installs them if they're not, and then uses them to scan a target network for vulnerabilities.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/CorvusCodex/MapSploit.git
```
2. Navigate to the cloned repository:
```bash
cd MapSploit
```
3. Make the script executable:
```bash
chmod +x mapsploit.sh
```
## Usage
1. Run the script as root and pass the target network as a command-line argument:
```bash
sudo ./mapsploit.sh # 192.168.0.1
```
2. Follow the prompts in the terminal to install any necessary packages.
3. The results of the scan will be saved to `report.txt` in the same directory.
## Parameters
The script accepts the following command-line arguments:
1. `networks` (required): The target IPs to scan. This should be provided as a comma-separated list of IP addresses (e.g., `192.168.0.1,192.168.0.2`). `./mapsploit.sh "192.168.0.1,192.168.0.2" "0 2 * * *"`
## Support
Support my work:
- BTC: bc1q7wth254atug2p4v9j3krk9kauc0ehys2u8tgg3
- ETH & BNB: 0x68B6D33Ad1A3e0aFaDA60d6ADf8594601BE492F0
- Buy me a coffee: https://www.buymeacoffee.com/CorvusCodex
## Support my work for month or year so i can continue to work on my projects:
https://www.buymeacoffee.com/corvuscodex/membership
## Buy me some equipment:
https://www.buymeacoffee.com/corvuscodex/wishlist
## Disclaimer
The code within this repository comes with no guarantee, the use of this code is your responsibility. I take NO responsibility and/or liability for how you choose to use any of the source code available here. By using any of the files available in this repository, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, ALL files available here are for EDUCATION and/or RESEARCH purposes ONLY.
Please keep in mind that while LotteryAi.py uses advanced machine learning techniques to predict lottery numbers, there is no guarantee that its predictions will be accurate. Lottery results are inherently random and unpredictable, so it is important to use LotteryAi responsibly and not rely solely on its predictions.
MIT License
Copyright (c) 2023 CorvusCodex
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.