Recent Post

Flag Counter
Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Wednesday, November 21, 2012

Colection Jumping shell / Server Jumping Sites Domain

After you put the shell on a site such as using the way sql injection techniques, Local file inclusion or Remote File Inclusion, Then You want to read another config in it's server access with  Shell Jumping / PHP script which might be readable in / public / html. So after you get access to readable sites on the server you can read or jump to the config file and connect...

Wednesday, November 14, 2012

[Tut] Run Schemafuzz.py Database Dump Tool

Now, Many tool hacking is easy to run Like Havij for database dump. But A person says that its tool for child 3 years old. Hahaha. Back to Schemafuzz, This tool quiet old named Schemafuzz that coded  by Darkc0de with phyton language. But Its still usefull to help to pentest website that buggy with SQL injection. Let's Download And See tutorial for command of Schemafuzz.py Requirement...

Tuesday, November 13, 2012

[Tut] LFI php://filter/read Source Code

Yeah..many Techniques that We can exploit from LFI Vulnerabilty.Ok before Next read..You could read my posting about Technique upload Shell Via Tamper data LFI Exploitation /proc/self/environ No I tell you exploitation in LFI vulnerabilty using php://filter/read=convert.base64-encode/resource= This exploit goals to read the source of file in that Vulnerable Website...

Backlink Tool your Articles Blog

 ADVANTAGE GOOGLE NEWS Google News is one of the places to publish articles / news that we have. And of course, with the popularity of Google's global, it will be easier to spread over the internet. With rapid Articles / News we are indexed in google, then it can be utilized easily by putting a link of our website, so of course our website link will be seen by millions...

Tuesday, November 6, 2012

6 Tools / Ways to costumize Windows 7

6 Tools to costumize /  Your Windows 7 1. Download the Windows 7 Themes. The most easy way to embellish the look of the desktop computer is by replacing the existing themes. But if you've tired of the look or the option is just that that's it, for users of OS Windows 7 you can download new themes directly from Microsoft's Personalization Gallery. Here's how...

How to Download Youtube videos in Google Chrome

You who want to download a Youtube video do not want to install the application "download manager" on your computer which you use frequently or when you have to be in the Cafe who usually public net is not allowed to use a "downloader" sort of IDM because it could suck up bandwidth then you can use one of the extension function displays the download button when opening...

Saturday, May 19, 2012

[TUT] Cracking Software / Cracking lessons

Software Cracking Cracking Lessons – learn how to crack software with detailed video lessons (Bonus Included) Professional software crackers are ready to reveal their secrets! Learn how to crack software with one’s own hands! From: lena151 < We are the first one to offer the most detailed, interesting and entertaining interactive video tutorials on software...

Tuesday, July 19, 2011

[Tut] Install & config GhostOne bot DotA On windows platform inc picts

Want to Create in public Server Dota? Here How to Install and Config Ghost Bot DotA on Windows Platform including Spesific Picture 1. Download ghostone Lets check the latest version in forum codelain and extract the zip 2. Next, You can install phpmyadmin using webdev just if You dont want installing that tool just using service in http://db4free.net Creat...

Monday, April 18, 2011

[Tut] Local File Inculusion / LFI (/proc/self/environ)

LFI (Local File Inclusion) What is LFI or Local File Inclusion? This Description from Wikipedia is the process of including files on a server through the web browser. This vulnerability occurs when a page include is not properly sanitized, and allows directory traversal characters to be injected Example of Php Vulnerable script <?php $file = $_GET['file']; if(isset($file)) { include("pages/$file"); } else { include("index.php"); } So...