Latest Posts - Page 3

Apr 15

Automated HTTP Enumeration

Author: TheXero | Category: tools

A tool I’ve been writing to enumerate the enabled HTTP methods supported on a webserver. Currently only in the initial beta stage, but includes basic checking of files including the...


Read More
Mar 25

TFTP Fuzzer

Author: TheXero | Category: tools

A simple TFTP Fuzzer I wrote to discover undisclosed bugs within TFTP servers and other simple UDP based protocols. The project is hosted on GitHub and can be found at...


Read More
Jan 27

FTP Fuzzer

Author: TheXero | Category: tools

This FTP fuzzer has been used to fuzz and discover a number of previously undisclosed bugs with FTP server software and other plain-text protocols. The project is hosted on GitHub...


Read More
Oct 26

Abusing The Stack

Author: TheXero | Category: exploit-development

Abusing the Stack is a full tutorial, detailing the process of vulnerability discovery to developing custom exploit code to take advantage of a vulnerability. Once you have successfully been through...


Read More