A Python-based tool for web server vulnerability assessment and directory scanning.
The Dir-aka Vulnerability Scanner is a Python-based security tool designed for cybersecurity professionals and system administrators. It helps analyze and secure web servers by identifying sensitive files, directories, and potential misconfigurations.
/admin/
, .git/
, and config.php
.To run the scanner, you need:
requests
, beautifulsoup4
.pip install requests beautifulsoup4
Run the script and follow the prompts: and for windows you can download the executable file
git clone https://github.com/diraka/dir-aka.git cd dir-aka python diraka.py
Example input:
Enter the remote directory URL: https://example.com/ Enable authentication? (yes/no): no Enter file extensions to search: .php,.html
### OS Fingerprinting ### Server Header: Apache/2.4.41 (Ubuntu) X-Powered-By: PHP/7.4.3 Target IP: 93.184.216.34 Detected TTL: 64 OS Guess: Linux/Unix ### Successfully accessed: https://example.com/ ### Files and Directories: index.php contact.php login.php ### Testing Alternative Paths ### Successfully accessed: https://example.com/index.html index.html Failed to access https://example.com/.git/. HTTP Status: 404
Get the latest version of Dir-aka Vulnerability Scanner for Windows:
Download for WindowsFor other platforms, visit the GitHub Repository.