in reply to please provide solution to convert the follwoing IPv4 Socket functions to Ipv6 using Socket6

Please use <code> tags and other useful suggestions from the Writeup Formatting Tips.

For example:

<code> sub sendraw { my ($pstr)=@_; $PROTO=getprotobyname('tcp')||0; @DXX=(); $pstr=~s/\n/\r\n/g; $pstr=~s/\r\r/\r/g; # ... etc. ... </code>

Otherwise, consider posting to Obfuscated code.

UPDATE: That's better, thanks.

  • Comment on Re: please provide solution to convert the follwoing IPv4 Socket functions to Ipv6 using Socket6
  • Download Code