0x0Lab Blog Just another damn blog

2Jun/102

DirBuster Dictionary Populator

Posted by cirrus

Dirbuster and dirb are in the toolset of all web application security fans. Both tools are excellent (although I prefer dirb due to it being command line and not Java), but their results obviously depends on how good the wordlist you are using is.

12Mar/100

Converting an exe file to vbs and back to exe

Posted by cirrus

It is often useful to be able to convert an exe file to a string which will be able to reproduce the exe file. This can be used in a variety of ways (send by email, from an SQL injection, etc.).

11Mar/100

Binger.php

Posted by cirrus

Binger is a simple command line URL fetcher using Bing search. Binger uses DOM parsing to find the URL for the entered search string.

Filed under: Software Continue reading
10Mar/100

Googler.php

Posted by cirrus

Googler is a simple command line URL fetcher using google search. Googler uses DOM parsing to find the URL for the entered search string.

Filed under: Software Continue reading