projector+
Samuel
pyramid https://pypi.python.org/pypi/pyramid
zodb https://pypi.python.org/pypi/ZODB/4.0.0
RelStorage https://pypi.python.org/pypi/RelStorage/1.5.1
yan
// web snapshot
$ cutycapt --url="http://tw.yahoo.com/" --out=/tmp/snapshot.png
// epub reader
$ fbreader xxxx.epub
// DNS reflection attack sample
$ dig @DNS_SERVER QUERY_HOST ANY +stats +dnssec
// NTP monlist reflection attack detect
$ cd /usr/share/nmap/scripts
# wget http://nmap.org/svn/scripts/ntp-info.nse
# wget http://nmap.org/svn/scripts/ntp-monlist.nse
# nmap --script-updatedb
# nmap -sU -pU:123 -Pn -n --script=ntp-info time.stdtime.gov.tw
# nmap -sU -pU:123 -Pn -n --script=ntp-monlist time.stdtime.gov.tw
ntp 4.2.7 已移除 monlist
# python
from scapy.all import *
hexdump(NTP(version=2, mode=7, stratum=0, poll=3, precision=42))
Mat
fcitx 的 ctrl + ; 的熱鍵,好用!!!