Skip to content

kdairatchi/port-scannerV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Port Scanner V2

A powerful and easy-to-use port scanner with ExploitDB integration.

Table of Contents

  1. Introduction
  2. Features
  3. Requirements
  4. Installation
  5. Usage
  6. ExploitDB Integration
  7. Troubleshooting
  8. Contributing
  9. License

Introduction

This repository contains a port scanner and ExploitDB integration script. The port scanner is designed to scan a target IP address for open ports and identify potential vulnerabilities. The ExploitDB integration allows you to fetch exploit data from ExploitDB and store it in a local database.

Features

  • Scan a target IP address for open ports
  • Identify potential vulnerabilities
  • Fetch exploit data from ExploitDB
  • Store exploit data in a local database
  • Easy-to-use command-line interface

Requirements

  • Python 3.x
  • sqlite3
  • requests

Installation

  1. Clone the repository: git clone https://github.com/kdairatchi/port-scannerV2.git
  2. Install the requirements: pip install -r requirements.txt

Usage

  1. Run the script: python main.py
  2. Enter the target IP address and port range when prompted
  3. The script will scan the target IP address and display the results

ExploitDB Integration

  1. Fetch exploit data from ExploitDB: python exploitdb.py
  2. Store exploit data in a local database: python database.py

Troubleshooting

  • If you encounter any issues, please check the issues page for known problems and solutions.
  • If you're still having trouble, feel free to open a new issue or contact me directly.

Contributing

  • If you'd like to contribute to this project, please fork the repository and submit a pull request.
  • All contributions are welcome, whether it's a bug fix, new feature, or documentation improvement.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgments

  • Special thanks to ExploitDB for providing the exploit data used in this project.

I hope this helps! Let me know if you have any questions or need further assistance.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages