[REQUEST] Software tool to build a TCP header string

Status
Not open for further replies.

andre_luis

Super Moderator
Staff member
Joined
Nov 7, 2006
Messages
9,654
Helped
1,191
Reputation
2,401
Reaction score
1,219
Trophy points
1,403
Location
Brazil
www.linkedin.com
Activity points
55,986
Hi friends,



I know there are avaliable on the Web many literature ressources concernig this subject, but I´m seeking for a friendly tool.
For instance, I wish see the tool building that update request string :
Code:
http://username:password@dynupdate.no-ip.com/nic/update? hostname=mytest.testdomain.com&myip=1.2.3.4
Into that raw HTTP header GET request :
Code:
GET /nic/update?hostname=mytest.testdomain.com&myip=1.2.3.4 HTTP/1.0 Host: dynupdate.no-ip.com Authorization: Basic base64-encoded-auth-string User-Agent: Bobs Update Client WindowsXP/1.2 bob@somedomain.com

Many thanks in advance.


+++
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…