Re: [Tutor] Converting \x0e to string 0e in python

2007-02-09 Thread Sudarshana KS
uld you please let me know what needs to be done. Thanks in advance, Sudks On 2/9/07, Kent Johnson < [EMAIL PROTECTED] > wrote: Sudarshana KS wrote: > Hi, > > Currently i have data with the following type - Which is a x509 > certificate obtained from SSL server

[Tutor] Converting \x0e to string 0e in python

2007-02-08 Thread Sudarshana KS
Hi, Currently i have data with the following type - Which is a x509 certificate obtained from SSL server done. I need this to be converted to normal string, so that i can use the load_certificate method of OpenSSL, which takes string as the argument. Kindly help me. cert= '\x00\x01\xa20\x82\x0

[Tutor] Urgent - Using Threads for processing each single Packet ?

2006-03-03 Thread Sudarshana KS
Hi All, Currently i am planning for writing a tool which gets a webpage and fills the appropriate fields and posts the page back to the server. The problem is that i am using SCAPY for doing http as i need VLAN TAG to be supported to get the HTTP Page. So before starting this i had couple of ques

[Tutor] Converting MAC address . Need Help

2006-02-27 Thread Sudarshana KS
Hi, I am using scapy for writing a dhcp client. The problem i am facing is the mac address i have is in the form 00:11:22:33:44:55 need to convert to '\x00\x11\x22\x33\x44\x55' Please help me out with this problem. The chaddr field in dhcp ( SCAPY) requires '\x00\x11\x22\x33\x44\x55'  format.