Penmode
un “aggregatore” di tools presenti in BackBox, permette di eseguire azioni in modo automatico tramite canale bidirezionale socat & tor
View ArticlePencore (il cuore del prossimo penmode in python)
Questo script passerà le stringhe alla Gui del programma :)
View ArticleDebmod for Mac OSX
A simple bash script to extract and build deb package. dependencies: mac port (http://www.macports.org/) ... dpkg pashua (http://www.bluem.net/en/mac/pashua/ )
View ArticleRandomMacAddressGenerator
This is a simple script to generate and set a new macaddress developed in bash for Unix!
View Articlemy .vimrc configuration
This is my fantastic configuration for vim editor, please check the code and install missing plugin and jellybean theme.
View ArticleMy .bashrc for ArchLinux
This is a massive .bashrc configuration for ArchLinux! check the alias for your installed app, and comment the others, enjoy mate!
View ArticleRestart Windows service
Restarts a Windows service, with the given service name (not the display name - see service properties if you don't know the name.)
View ArticleControl ClientID available in JavaScript
Adds a variable to javascript with the ClientID of any control. You can then access that control in client-side script by using it's server-side name. If you have a text box called textbox1 and you...
View ArticleSimple Proxy to get URL
This is a simple proxy example that will allow you to make a call to a page on your own domain and get the contents of a page on an external URL. Useful for cross-domain calls from client-side script....
View ArticleCall C# proxy to get page on another domain (AJAX)
Use a simple C# proxy to get a page on another domain, which is normally not allowed due to the Same Origin Policy (click here). Here's a link to the C# proxy......
View ArticleHexadecimal color code to RGB
Converts a hexadecimal color code to RGB. Example: 0xAEFFDC = 174, 255, 220
View ArticlePrevent Lua scripts from executing machine code
Prevent Lua scripts from executing machine code
View Article