Quantcast
Browsing all 64 articles
Browse latest View live

Grab html code with curl

Grab html page from target read a wordlist dir.txt example "/proc/uptime"

View Article


Self-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 Article

Apache 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 Article

MAC Spoofing

2 different ways to spoof your MAC address with random hex using macchanger (yum/apt install macchanger) or openssl

View Article


Python Test Method

Python Test Method

View Article

Colors for shell

simple way for write string with colors in bash E = Colors() E.Print('[P?]','this', 'is a','test')

View Article

PHP 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 Article


PHP 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 Article

Automatic 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 Article

Redirect based on referrer

Redirect based on referrer

View Article

Display IP that generate DDoS attack

Display IP that generate DDoS attack

View Article


ADBlock 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 Article

Create Windows 8 Tile for your Site

Adding a Windows 8 Start Screen Tile for your site. Not for Windows Mobile.

View Article


Create 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 Article

Code 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 Article


prettyPhoto 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 Article

View your public IP via terminal

With these commands, you can view your public IP using the terminal.

View Article

Manually start the backup in WHM/cPanel

These commands are used to manually start the script Backup, previously configured, in WHM or cPanel.

View Article
Browsing all 64 articles
Browse latest View live