Skip to content

reconP is a user-friendly web server scanner designed to help identify common vulnerabilities and security issues on websites. By leveraging a customizable wordlist, reconP checks for the presence of potentially dangerous or misconfigured paths.

Notifications You must be signed in to change notification settings

progprnv/reconP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

reconP

image

reconP is a simple web server scanner tool that checks for common vulnerabilities and issues on a given website. This tool reads common paths from a wordlist file and scans the target website.

Features

  • Interactive selection of target URL and wordlist file
  • Scans for common vulnerabilities
  • Simple and easy to use

Installation and Usage

Prerequisites

  • Python 3.x
  • requests library (Install using pip install requests)

Steps

  1. Clone the Repository:
    git clone https://github.com/yourusername/reconP.git
    cd reconP
    
    

Example: $ python reconP.py Enter the target URL: example.com Enter the path to the wordlist file: wordlist.txt Scanning http://example.com for common vulnerabilities....

About

reconP is a user-friendly web server scanner designed to help identify common vulnerabilities and security issues on websites. By leveraging a customizable wordlist, reconP checks for the presence of potentially dangerous or misconfigured paths.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages