Waraxe IT Security Portal
Login or Register
July 27, 2024
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 173
Members: 0
Total: 173
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Tools -> Buffer Overflow Utility (BOU)
Post new topicReply to topic View previous topic :: View next topic
Buffer Overflow Utility (BOU)
PostPosted: Wed Mar 02, 2005 2:33 pm Reply with quote
LINUX
Moderator
Moderator
Joined: May 24, 2004
Posts: 404
Location: Caiman




Code:
- What is the Bou?
The Bou (Buffer Overflow Utility) is a command-line utility that enables the user to check for buffer overflows on Web Server Applications.
The Utility should be used very carefully since it might crash the server when it discovers the buffer overflow.

-How to use the Bou?
In order to use the Bou you must specify the following parameters: host, port, request-filename and command-filaname.
Usage: com.webcohort.Bou -h host -p port -reqfile filename -commandfile filename [-v] [-vv] [-version]
The -v and the -vv are optional and stands for verbose and verboseverbose mode (superverbose).
For more help type "com.webcohort.Bou -help" in the command prompt.

-How does the request file look like?
The request file should contain a valid http request.
for example:

GET /?test=566&me=alon HTTP/1.0
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Host: localhost
Proxy-Connection: Keep-Alive

-How does the command file look like?
The command file should be a "key=value" map file that contain the following keys:

key=somekey
value=defaultvalue
times=x

An example of the command file:

key=test
values=12345
times=4

-How does the Bou Work?
The Bou opens a connection to the specific host on the specified port.
It loads the command and request files and then it does the following:
It looks for the key in the HTTP request and then it changes the value of the key according to the values specified in the command file.
The first request will contain a zero length value for the key, the second request will contain exactly the value from the command file (in the example the second request GET/?test=1245&me=alon), third request will be GET/?test=12451245&me=alon and so on.
The number of iterations that Bou will increase the size of the key is the times parameter from the command file.

- Does Bou support Both HTTP GET and POST methods?
Yes it does and it also knows how to calculate the Content-Length in each request.




download >> http://www.imperva.com/download.asp?id=18
View user's profile Send private message Visit poster's website
Buffer Overflow Utility (BOU)
www.waraxe.us Forum Index -> Tools
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.317 Seconds