Snippets 1000
Python and bash snippets
pretty
Saturday, April 14, 2012
Fetch all wireshark sample captures
lynx -dump 'http://wiki.wireshark.org/SampleCaptures' | grep -Eh --only-matching 'http://[^ ]+' | grep AttachFile.*target= | sed 's/do=view/do=get/' | sort | uniq | while read i; do wget -O ${i##*=} "$i"; done
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment