0d1n is a tool for automating customized attacks against web applications.

CoolerVoid

New Member
Joined
Aug 27, 2020
Messages
4
Reaction score
0
Credits
101
I am here to share my new Open Source tool to test web applications...


Tool functions:
*Brute force login and passwords in auth forms
*Directory disclosure ( use PATH list to brute, and find HTTP status code )
*Test to find SQL Injection and XSS vulnerabilities
*Test to find SSRF
*Test to find COmmand injection
*Options to load ANTI-CSRF token each request
*Options to use random proxy per request
*other functions...
to run and install follow this steps:
require libcurl-dev or libcurl-devel(on rpm linux based)

$ git clone https://github.com/CoolerVoid/0d1n/

You need libcurl to run, look the following to install::

$ sudo apt-get install libcurl-dev

if rpm distro

$ sudo yum install libcurl-devel

To install follow this cmd:

$ cd 0d1n

$ make; sudo make install USER=name_your_user;

$ cd 0d1n_view; make; sudo make install USER=name_your_user;


Up the view server to look the reports online:

$ sudo 0d1n_view


Now in other console you can run the tool:


$ 0d1n


to uninstall follow this steps:
$ cd 0d1n; sudo make uninstall

$ cd 0d1n_view; sudo make uninstall
 


I think we need to protect our websites and use correct domain names and hosts. I also searched domain for my website. My coworker suggest to check info These numbers tell the domain name system (also known as the DNS) where to find each website. So after reading it I will use namechap.
 
Last edited:

Members online


Latest posts

Top