Tuesday, August 18, 2009
SandCat v3.8 Released
Sunday, August 9, 2009
MonkeyFist v0.4 Released
Hexagon Security Group releases MonkeyFist, a dynamic Request Forgery attack tool. (http://hexsec.com/)
About
MonkeyFist is a tool that creates dynamic request forgeries based on cross-domain data leakage. The tool then constructs a payload based on data in the payloads.xml file and sends it to the user's browser. This may include session data bypassing protection mechanisms for Cross-Site Request Forgery.
Written in
It is written in Python which means it is cross platform. Many operating systems already come with Python installed. The only dependency as of now is that lxml be installed. Currently this is just being used for the fixation payload type.
Read the Dynamic CSRF paper here
http://hexsec.com/docs/Dynamic_CSRF_rev1.pdf/view
More Information
For usage or practical examples, check out the Neohaxor blog.
Best Regards.
Thursday, July 30, 2009
Presentation: Botnets
Friday, July 24, 2009
RainbowCrack 1.4
RainbowCrack 1.4 is released
http://project-rainbowcrack.com/
This version focus on more effective rainbow table file format. New features:
- New compact rainbow table file format (.rtc) reduce rainbow table size by 50% to 56.25%
- New rt2rtc utility convert rainbow table from raw file format (.rt) to compact file format (.rtc)
- New rtc2rt utility convert rainbow table from compact file format (.rtc) to raw file format (.rt)
- The rcrack/rcrack_cuda program support both .rt and .rtc rainbow table file format
- Conversion from non-perfect to perfect rainbow table is supported by rt2rtc utility
Smaller rainbow table significantly improve table lookup performance!
Best Regards..
Thursday, July 23, 2009
Hacking CSRF Tokens using CSS History Hack
Detailed write up on new CSRF Token hack using CSS History:
http://securethoughts.com/2009/07/hacking-csrf-tokens-using-css-history-hack/
Proof of Concept here:
http://www.securethoughts.com/security/csrfcsshistory/csrfscan.html
Best Regards.
Anatomy of a Twitter Attack.
A Good write up on the recent Twitter attack:
http://www.techcrunch.com/2009/07/19/the-anatomy-of-the-twitter-attack/
Best Regards.