2015年8月11日 星期二

Linux Default route remove and add

說明:
  由於筆者管理中的某台機器裝上雙網卡後怪怪的, 第一個網卡對外掛掉後不會切到第二張網卡, 因此筆者簡單筆記怎麼重設default route
顯示系統的routing table
shiun@test:~$ route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 192.168.0.253 0.0.0.0 UG 0 0 0 eth0 192.168.0.0 * 255.255.255.0 U 0 0 0 eth0 192.168.1.0 * 255.255.255.0 U 0 0 0 eth1

將第二張網卡(eth1)改為default
# 刪除對應到eth0的default shiun@test:~$ sudo route del default # 將192.168.1.1(eth1)改為新的default shiun@test:~$ sudo add default gw 192.168.1.1
這樣就OK了

2015年8月5日 星期三

樹莓派 Raspberry Pi2 John the ripper (開膛手約翰XD?)

應觀眾要求測試Pi2跑John的效能, 結果如下列資料所示


pi@ShiunPi /etc/john $ john -te Benchmarking: Traditional DES [32/32 BS]... DONE Many salts: 82043 c/s real, 82171 c/s virtual Only one salt: 78717 c/s real, 78835 c/s virtual Benchmarking: BSDI DES (x725) [32/32 BS]... DONE Many salts: 2575 c/s real, 2575 c/s virtual Only one salt: 2551 c/s real, 2551 c/s virtual Benchmarking: FreeBSD MD5 [32/32]... DONE Raw: 1511 c/s real, 1511 c/s virtual Benchmarking: OpenBSD Blowfish (x32) [32/32]... DONE Raw: 80.5 c/s real, 80.5 c/s virtual Benchmarking: Kerberos AFS DES [24/32 4K]... DONE Short: 37305 c/s real, 37305 c/s virtual Long: 100006 c/s real, 100006 c/s virtual Benchmarking: LM DES [32/32 BS]... DONE Raw: 1161K c/s real, 1161K c/s virtual Benchmarking: dummy [N/A]... DONE Raw: 11211K c/s real, 11211K c/s virtual 

由於筆者對john沒有研究, 分析的工作只好無限延期XDDDD