发新话题
打印

[转载]Irongeek's Wall of Social Science Majors

[转载]Irongeek's Wall of Social Science Majors

信息来源:邪恶八进制信息安全团队(www.eviloctal.com

You all have seen the Wall of Shame/Wall of Sheep that they run at various hacker cons right? I know DefCON had one every year, and I saw something similar at PhreakNIC. Well, this is my version, the Wall of Social Science Majors. What the wall does is display the passwords of users at the con that are using insecure protocols. They set up a box on the gateway that sniffs for plaintext passwords (Telnet, HTTP Basic Authentication, FTP, POP3 etc. ) and displays them. Well, I could not find any code to do this on the web, so I made my own. You feed this PHP script with the output from Ettercap ("ettercap -Tq -d -m ettertest.txt") and it seems to work pretty well, read the comments in the code for details on how to set it up. If you have any suggestions/changes/code fixes please email me. Feel free to use it on your co if you like.

Read the code and change the commenting to enable some of these features:
Display X characters of the password instead of the whole thing.
Change the automatic refresh rate.
Choose where the script finds the Ettercap log created with the -m option.

http://irongeek.com/downloads/shame.php.gz
http://irongeek.com/i.php?page=security/wallofshame
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

发新话题