Skip to main content

Web Security Assessment Tool

Project description

     


Web Security Assessment Tool

A cutting-edge utility designed exclusively for web security aficionados, penetration testers, and system administrators. WebSecProbe is your advanced toolkit for conducting intricate web security assessments with precision and depth. This robust tool streamlines the intricate process of scrutinizing web servers and applications, allowing you to delve into the technical nuances of web security and fortify your digital assets effectively.

This tool is a Proof of Concept and is for Educational Purposes Only.


WebSecProbe is designed to perform a series of HTTP requests to a target URL with various payloads in order to test for potential security vulnerabilities or misconfigurations. Here's a brief overview of what the code does:

  • It takes user input for the target URL and the path.
  • It defines a list of payloads that represent different HTTP request variations, such as URL-encoded characters, special headers, and different HTTP methods.
  • It iterates through each payload and constructs a full URL by appending the payload to the target URL.
  • For each constructed URL, it sends an HTTP GET request using the requests library, and it captures the response status code and content length.
  • It prints the constructed URL, status code, and content length for each request, effectively showing the results of each variation's response from the target server.
  • After testing all payloads, it queries the Wayback Machine (a web archive) to check if there are any archived snapshots of the target URL/path. If available, it prints the closest archived snapshot's information.

OS compatibility :

Requirements:

⭔ PYPI Installation :


pip install WebSecProbe

How To Run On CLI:

WebSecProbe <URL> <Path>

Example:

WebSecProbe https://spyboy.in premium

Python Code

from WebSecProbe.main import WebSecProbe

if __name__ == "__main__":
    url = 'https://spyboy.in'  # Replace with your target URL
    path = 'premium'  # Replace with your desired path

    probe = WebSecProbe(url, path)
    probe.run()

💬 If having issue Chat here

Discord Server

⭔ Snapshots


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

WebSecProbe-0.0.9.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

WebSecProbe-0.0.9-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file WebSecProbe-0.0.9.tar.gz.

File metadata

  • Download URL: WebSecProbe-0.0.9.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for WebSecProbe-0.0.9.tar.gz
Algorithm Hash digest
SHA256 5a0beb316b4b7cab3593ddb04df431829eea8f719f615709333aa34db022b58e
MD5 d420a55817dfd126e89c0261d87fde01
BLAKE2b-256 dee90b21dc0bb77e6e60986dde85f3e10bbabfa73d4a30f823d732a1edb695de

See more details on using hashes here.

File details

Details for the file WebSecProbe-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: WebSecProbe-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for WebSecProbe-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 5abe72070a5bc44dc2292bf9db00a4466664efb44235bcb81bbb1a8ac2f9546e
MD5 bd45407b063458136a846f17058d2d55
BLAKE2b-256 12e5d73c37da386a95bd450d954b6f901f3c5a9eeca2c46749723b8fcaba5707

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page