Skip to content

FortifyScan is a penetration testing framework developed by cyberknight. It is designed to assist security professionals in identifying and addressing vulnerabilities in web applications.

License

Notifications You must be signed in to change notification settings

Hamza12Honey/FortifyScan_Toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FortifyScan Toolbox

Overview

FortifyScan is a penetration testing framework developed by cyberknight. It is designed to assist security professionals in identifying and addressing vulnerabilities in web applications. The framework includes various features such as SQL vulnerability scanning, XSS vulnerability scanning, Denial-of-Service (DoS) testing, and brute-force attacks for FTP, SSH, and email accounts.

Features

  • SQL Vulnerability Scanning: Identify and assess SQL injection vulnerabilities in web applications.
  • XSS Vulnerability Scanning: Detect and analyze Cross-Site Scripting vulnerabilities to enhance web security.
  • DoS Testing: Perform Denial-of-Service tests to evaluate a system's resilience against disruptive attacks.
  • Brute-force FTP: Test the security of FTP servers by attempting to crack passwords through brute-force attacks.
  • Brute-force SSH: Assess the strength of SSH server security by attempting to guess login credentials.
  • Brute-force Email Accounts: Evaluate the security of email accounts through brute-force attacks on login credentials.

Run Locally

Clone the project

  git clone https://github.com/cyberknight0021/FortifyScan_Toolbox.git

Go to the project directory

  cd FortifyScan_Toolbox

Install dependencies

pip3 install -r requirements.txt

Usage

python3 fortifyscan.py

Start-Image

Contributing

We welcome contributions from the community. If you find a bug or have a feature request, please open an issue. For code contributions, fork the repository and submit a pull request.

License

This project is licensed under the [MIT] - see the LICENSE.md file for details.

Contact

For questions or feedback, contact the author:

About

FortifyScan is a penetration testing framework developed by cyberknight. It is designed to assist security professionals in identifying and addressing vulnerabilities in web applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages