Posts in : Tools
[Tools] MaltegoSploit - Metasploit Transforms For Maltego
- February 10th, 2013
- Comments(0)»
- SecurityToolsVideo
Canari framework team presented a very interesting new tool for Maltego called MaltegoSploit. MaltegoSploit is a set of metasploit penetration testing transforms for maltego. Here is what they say about MaltegoSploit:
"Alas, a new dawn has broken and Sploitego is now armed with fangs...
ContinuePosts in : Tools
[Bits And Pieces] Ubuntu terminal notification
- February 4th, 2013
- Comments(0)»
- CodeToolsLinux
How many times you had to check your terminal to see if a current job is done? Or multiple terminals? This sometimes can be a time consuming or you can just forget you have been doing something and then you must start the process all over again. Well one solution can be using NotifyOSD to get a notification when a job in terminal has completed. I found this old blog post by
ContinuePosts in : Tools
[Tools] DNS Scraping for Corporate AV Detection
- January 16th, 2013
- Comments(0)»
- SecurityCodeTools
Rob Dixon [ @304geek ] from AccuvantLABS published small but simple tool writen in bash called Scrape-DNS which can be used for quering cached DNS entries in search for malware and other "bad" sites. Short exerpt from
ContinuePosts in : Tools
[tools] XSS ChEF - Chrome Extension Exploitation Framework
- July 27th, 2012
- Comments(0)»
- SecurityCodeToolsVideo
Another interesting tool was drawn to my attention yesterday - Chrome Extension Exploitation Framework or XSS ChEF, which exploits XSS vulnerabilities in Chrome extensions...
ContinuePosts in : Tools
[tools] Simple Phishing Toolkit
- July 21st, 2012
- Comments(0)»
- SecurityToolsVideo
Today I came across to a new tool which seems to be interesting - SP Toolkit (Simple Phishing Toolkit). Since phishing is one of the biggest problem in IT security it seems logical to build a toolkit to test people/customers/organizations for phising emails. Combined with some other tools, e.g. metasploit, this could be a very useful tool when performing a pentest...
ContinuePosts in : Tools
[Bits and pieces] Custom python shell
- July 15th, 2012
- Comments(0)»
- CodeToolsLinuxPython
Today we will have some fun with python and try to create a "framework" using python shell. We will make a custom python shell with the ability of loading modules. You all probably know how python shell looks like, but here it is: