Grab html code with curl
Grab html page from target read a wordlist dir.txt example "/proc/uptime"
View ArticleSelf-signed Certificate script
create a self-signed Certificate with openssl you just chose the name of certificate (for apache or other services) and follow the openssl's instructions
View Article.htaccess redirect all url to single page
simple command for redirect all url (except file like css) to index.php
View ArticleApache Common non-standard Response Headers
some new non-standard headers for prevent (not always :O) xss, csrf, clickjacking. http://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Common_non-standard_response_headers
View ArticleMAC Spoofing
2 different ways to spoof your MAC address with random hex using macchanger (yum/apt install macchanger) or openssl
View ArticleColors for shell
simple way for write string with colors in bash E = Colors() E.Print('[P?]','this', 'is a','test')
View ArticlePHP Class Parsing Image
I created this class, to control GET access to my images. my example: .htacces mod_rewrite all images link to pippo.php; pippo.php receive get param and build class with right path. see docu for info...
View ArticlePHP Class Parsing Js/Css
I created this class, to control GET access to my script/style files. my example: .htacces mod_rewrite all script/style link to pippo.php; pippo.php receive get param and build class with right path....
View Article[WordPress] Show last items of a category
This code to show the latest articles in a category. Useful for creating a widget on WordPress blog.
View ArticleAutomatic refresh Feed a Fever
This code is used to automatically update your feed, is an alternative method to the one proposed by the developer with curl. Add the code in a cronjob repeated every 15 minutes. Only for Feed a Fever...
View ArticleADBlock Plus Detection
This script is used to show a message if the user use Adblock Plus. This code uses the filtering rules of AdBlock: http://adblockplus.org/en/filter-cheatsheet Thanks: Evilsocket and Erik Swan
View ArticleCreate Windows 8 Tile for your Site
Adding a Windows 8 Start Screen Tile for your site. Not for Windows Mobile.
View ArticleCreate Windows Phone 8 Tile for your Site
This code allows you to add to the main screen of the smartphone Windows Phone 8 a "tile" to your site.
View ArticleCode to find out if your email has been read
If you want to find out if a user has read your e-mail, adding a line of HTML code invoking a loaded image on your own web server. Es <img...
View ArticleprettyPhoto v3.1.5 XSS Vulnerability
The following code contains an XSS vulnerability, as demonstrated here: http://cloud.draghetti.it/Rehost_Image/Schermata%202013-10-08%20alle%2009.26.30.png Vulnerability reported by @Hambucker, Test,...
View ArticleView your public IP via terminal
With these commands, you can view your public IP using the terminal.
View ArticleManually start the backup in WHM/cPanel
These commands are used to manually start the script Backup, previously configured, in WHM or cPanel.
View Article