H4fez is a web penetration testing and security tool designed to detect common vulnerabilities in websites. This tool can identify several critical security flaws, making it a valuable resource for both novice and professional penetration testers.
-
Detects multiple major security vulnerabilities including:
''''some one Not complete yet''''
- SQL Injection +
- Cross-Site Scripting (XSS) +
- Directory Traversal +
- Command Injection -
- Cross-Site Request Forgery (CSRF) -
- Remote Code Execution (RCE) -
- Sensitive Data Exposure -
- XML External Entity (XXE) -
- Server-Side Request Forgery (SSRF) -
- Remote File Inclusion (RFI) -
- Local File Inclusion (LFI) -
- Cross-Site Script Inclusion (XSSI) -
- Blind SQL Injection -
- CORS Misconfiguration -
- Insecure Direct Object References (IDOR) +
- Insecure Authentication -
- Server-Side Template Injection (SSTI) -
- Python 3.x
- Install the required Python libraries using the command
pip install -r requirements.txt
-
Clone the repository:
git clone https://github.com/lordsmh/H4f3z.git cd H4f3z
-
Install dependencies:
pip install -r requirements.txt
To use H4f3z, run the following command, replacing <URL>
with the target website URL:
python H4f3z.py <URL>
-a
,--auto
: Automatically scan for all vulnerabilities.-h
,--help
: Display help information.
To automatically scan for all vulnerabilities:
python H4f3z.py -a http://example.com
To display help information:
python H4f3z.py -h
- SQL Injection
- Cross-Site Scripting (XSS)
- Directory Traversal
- Command Injection
- Cross-Site Request Forgery (CSRF)
- Remote Code Execution (RCE)
- Sensitive Data Exposure
- XML External Entity (XXE)
- Server-Side Request Forgery (SSRF)
- Remote File Inclusion (RFI)
- Local File Inclusion (LFI)
- Cross-Site Script Inclusion (XSSI)
- Blind SQL Injection
- CORS Misconfiguration
- Insecure Direct Object References (IDOR)
- Insecure Authentication
- Server-Side Template Injection (SSTI)
For more detailed help and usage instructions, run:
python H4f3z.py -h
Tool developed by lord_smh
.
This project is licensed under the MIT License - see the LICENSE file for details.