- tcpdump -vvvs 1024 -l -A port 80 | egrep '^[A-Z][a-zA-Z\-]+:|GET|POST'
- Match your port, here it is 80, could be 8080 or 443, e.g.
Showing posts with label headers. Show all posts
Showing posts with label headers. Show all posts
Thursday, 25 April 2013
tcpdump HTTP headers
Thursday, 28 February 2013
Exim: rewrite "From" field
Amazon's AWS SES service requires email be addressed from a particular user.
- Add to begin rewrite section
- * root@abc.com Ffrs
- Reload exim
Subscribe to:
Posts (Atom)
Interview questions: 2020-12
Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer Networking Layer 1 vs Layer 4 haproxy u...
-
CRITICAL: AWS now offers internal VPC DNS! Below is no longer necessary AFAIK. Woo hoo! http://aws.amazon.com/about-aws/whats-new/2014/...
-
build sudo apt-get install git gcc sudo apt-get install automake autoconf git clone git://github.com/rriley/tsunami-udp.git cd tsunam...
-
From: https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972#c4 Assumptions: jEdit was installed into /Applications directory. Close any...