Random Notes

gcc-2.95.3 on AIX 5.x
Two things are needed here.
  1. Need to configure arch+platform as power-ibm-aix5.x.0.0 otherwise it thinks "power pc" and has opcode problems.
  2. gcc-2.95.3 doesn't know about aix5. Need to edit ltconfig, find all the aix4 stanzas, and extend the case match to have aix5* as well.
maildrop's reformail
reformail does not correctly split mailboxes apart, it's handling of unix mbox mailboxes is incorrect. A unix mbox has \n\nFrom .... as the message delimiter, reformail only thinks it is \nFrom. I tried to submit a bug report, and was rebuffed by the people, seems they aren't interested in fixing bugs.
curl can remove headers
curl can be used to remove headers from requests. The man page says you can just specify a header w/out a body: For example: -H 'Header-You-Dont-Like:'.

Some sites allow header removal with other headers: by prefixing a '-H' header request with X-remove. For example: -H 'X-Remove-Header-You-Dont-Like: 0'. And they process that request. You may need auth tokens to do that with -a and -x.

nmap
Top 30 Nmap command examples

Bolo's Home Page
Last Modified: Mon Jul 7 14:45:27 CDT 2014
Bolo (Josef Burger) <bolo@cs.wisc.edu>