Searching Through Git Commits
gumbler is a script I wrote to search through git commits. Examples from github are discussed below.
.gitignore
A gitignore file is used to specify files that …
Security research, field notes, and practical experiments
Independent technical notes by Willis Vandevanter, published in reverse chronological order.
gumbler is a script I wrote to search through git commits. Examples from github are discussed below.
A gitignore file is used to specify files that …
An XML Entity testing cheatsheet. Testing was done using an older vulnerable version of nokogiri. In IRB you can require previous versions of gems. Certain techniques (e.g. XInclude) may require additional settings in Nokogiri.
XML Headers:
| |
A hostname with an IPv6 address is stored as a AAAA resource record in DNS (see AAAA record). There are many DNS hostname bruteforcing tools, personally I …