Skip to content

Instantly share code, notes, and snippets.

@jeevanullas
Created April 11, 2013 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeevanullas/5364971 to your computer and use it in GitHub Desktop.
Save jeevanullas/5364971 to your computer and use it in GitHub Desktop.
ngrep with proxy
####
T 10.104.1.151:55014 -> 10.104.1.150:8773 [AP]
POST /services/Eucalyptus HTTP/1.1
Host: 10.104.1.150:8773
User-Agent: aws-sdk-java/1.3.33 Linux/2.6.32-358.2.1.el6.centos.plus.x86_64 OpenJDK_64-Bit_Server_VM/20.0-b12
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Forwarded-For: 10.104.1.168
X-Forwarded-Host: eucalyptus.example.com
X-Forwarded-Server: eucalyptus.example.com
Connection: Keep-Alive
Content-Length: 224
Action=DescribeInstances&SignatureMethod=HmacSHA256&AWSAccessKeyId=XMBBFJDYDY5CRK7MFY3IH&SignatureVersion=2&Version=2012-12-01&Signature=De1uRANTSmOoa7N%2BO3tLUpzbaC2SexujvEs6g6a1Da8%3D&Timestamp=2013-04-11T16%3A16%3A17.665Z
##
T 10.104.1.150:8773 -> 10.104.1.151:55014 [AP]
HTTP/1.1 403 Forbidden
Content-Type: text/plain; charset=UTF-8
<?xml version="1.0"?><Response><Errors><Error><Code>403 Forbidden</Code><Message>Login Failure: all modules ignored</Message></Error></Errors><RequestID>Login Failure: all modules ignored</RequestID></Response>
######
T 10.104.1.151:55015 -> 10.104.1.150:8773 [AP]
POST /services/Eucalyptus HTTP/1.1
Host: 10.104.1.150:8773
User-Agent: aws-sdk-java/1.3.33 Linux/2.6.32-358.2.1.el6.centos.plus.x86_64 OpenJDK_64-Bit_Server_VM/20.0-b12
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Forwarded-For: 10.104.1.168
X-Forwarded-Host: eucalyptus.example.com
X-Forwarded-Server: eucalyptus.example.com
Connection: Keep-Alive
Content-Length: 229
Action=DescribeSecurityGroups&SignatureMethod=HmacSHA256&AWSAccessKeyId=XMBBFJDYDY5CRK7MFY3IH&SignatureVersion=2&Version=2012-12-01&Signature=yL%2BhTVphARAvp18Ohrp620E1r8QUxZlNORSv5jJ9mIY%3D&Timestamp=2013-04-11T16%3A16%3A17.859Z
##
T 10.104.1.150:8773 -> 10.104.1.151:55015 [AP]
HTTP/1.1 403 Forbidden
Content-Type: text/plain; charset=UTF-8
<?xml version="1.0"?><Response><Errors><Error><Code>403 Forbidden</Code><Message>Login Failure: all modules ignored</Message></Error></Errors><RequestID>Login Failure: all modules ignored</RequestID></Response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment