Skip to content

borbelyau/0d1n

 
 

Repository files navigation

##0d1n

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

#You can do:

*brute force passwords in auth forms

*diretory disclosure ( use PATH list to brute, and find HTTP status code )

*test list on input to find SQL Injection and XSS vulnerabilities

other things...

Alt text

to run:

require libcurl-dev or libcurl-devel(on rpm linux based)

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

need libcurl to run

$ sudo apt-get install libcurl-dev

if rpm distro

$ sudo yum install libcurl-devel

$ make

$./0d1n

Read the docs

About

Web security tool to make fuzzing at HTTP inputs, made in C with libCurl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.8%
  • PHP 4.9%
  • C 2.4%
  • CSS 2.2%
  • HTML 1.7%