0xdirsan

0xdirsan is a simple program designed to search for directories within the file system using brute-force with a given list of words.


License
MIT
Install
pip install 0xdirsan==0.0.4

Documentation

0xdirsan

0xdirsan is a simple program designed to search for directories in the file system


FeaturesInstallationInstallation via PyPIUsageHelpDisclaimerLicense

0xdirsan

0xdirsan is a simple program designed to perform directory searches in a file system using a brute-force method with a given list of words. This program is intended for security testing and can be used by security researchers to discover hidden directories and files on web servers.

Feature

  • Brute-Force Based Search: 0xdirsan uses brute-force techniques to try different combinations of paths based on the provided word list, helping to uncover directories that might otherwise be invisible.
  • Use of Multi-Threading: This program supports the use of multiple threads to speed up the search process, thereby increasing efficiency and reducing the time required to find a directory.
  • HTTP Status Information: Each request will display the HTTP status code and other related information, so that users can know whether the directory they are looking for exists or not.
  • Custom Word List Support: Users can provide their own word lists, allowing flexibility in searches.
  • Simple User Interface: With the use of command line arguments, 0xdirsan is easy to use by anyone, even those new to the tool.

Installation

Install and run the 0xdirsan script via pip

root@Lutfifakee:~$ pip install 0xdirsan
root@Lutfifakee:~$ xdirsan

Follow these steps to install 0xdirsan :

  1. Clone repositori:
     root@Lutfifakee:~$ git clone https://github.com/X-Projetion/0xdirsan.git
     root@Lutfifakee:~$ cd 0xdirsan
  2. Clone repositori:
    root@Lutfifakee:~$ pip install -r requirements.txt

Usage

  • root@Lutfifakee:~$ python 0xdirsan.py -u <TARGET_URL>

Help

root@Lutfifakee:~$ xdirsan -h

   ____       ____  _
  / __ \_  __/ __ \(_)_____________ _____
 / / / / |/_/ / / / / ___/ ___/ __ `/ __ \
/ /_/ />  </ /_/ / / /  (__  ) /_/ / / / /
\____/_/|_/_____/_/_/  /____/\__,_/_/ /_/ v0.1.0
        https://x-projetion.org/

usage: xdirsan [-h] [-w WORDLIST] [-u URLS] [-f FILE] [-t THREADS] [-v]

0xdirsan is a simple program designed to search for directories in a file system

options:
  -h, --help            show this help message and exit
  -w WORDLIST, --wordlist WORDLIST
                        Path to wordlist file
  -u URLS, --urls URLS  Target URLs separated by comma (e.g. x-projetion.org)
  -f FILE, --file FILE  File containing target URLs, one per line
  -t THREADS, --threads THREADS
                        Number of threads (default 30)
  -v, --version         Show version

Connect with me:

Disclaimer

0xdirsan is provided for educational purposes only. Use of this program for illegal or unethical activities is not recommended. The developer is not responsible for any actions taken by users.


0xdirsan was developed by X-Projetion, a software developer with a focus on security and penetration testing. You can visit the website X-Projetion.org for more information or follow Instagram X-Projetion for the latest updates.