Posts in : Code
[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 : Code
[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 : Code
HFC volunteer site
- January 16th, 2013
- Comments(0)»
- SecurityCodeVideo
I'm a poor blogger, I know. It's been several months since last blog update and there is no excuse for it. Almost no excuse. I've been working on a big project for Hackers For Charity developing a web application for HFC volunteer project ...
ContinuePosts in : Code
[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 : Code
[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: