Blog links

Showing posts with label Basic SQL injection attack tutorial. Show all posts
Showing posts with label Basic SQL injection attack tutorial. Show all posts

CREATE AN FREE PROXY SERVER FOR YOURSELF HOSTED BY GOOGLE


FOLLOW STEPS ANY PROBLEM COMMENT AUR MAIL ME AT yoginder00@gmail.com 
MY PROXY SERVER  http://blackjacksurf.appspot.com/

                                 http://hacker001proxy.appspot.com/
Google Proxy
A simple Google search and you'll find dozens of really good PHP scripts on the Internet to help you create proxy servers in minutes for free. The only limitation with PHP based proxies is that you require a web server to host the proxy scripts and second, you also need a domain name to act as an address for your proxy site.
If you don't own a domain or server space, you can still create a personal proxy server for free and that too without requiring any technical knowledge.

Create a Free Proxy Server with Google App Engine

Here's one such proxy site that you can build for your friends in China or even for your personal use (say for accessing blocked sites from office). This is created using Google App Engine and, contrary to what you assume, the process is quite simple.
Step 1: Go to appengine.google.com and sign-in using your Google Account.
Step 2: Click the "Create an Application" button. Since this is your first time, Google will send a verification code via SMS to your mobile phone number. Type the code and you're all set to create apps with Google App Engine.
Step 3: Choose a sub-domain* that will host your proxy server. Make sure the domain is available, agree to the Google Terms and click save. The sub-domain is also your App ID that will uniquely identify your proxy application.
For this example, we'll use labnol-proxy-server as the App ID though you are free to choose any other unique name.
Step 4: OK, now that we have reserved the ID, it's time to create and upload the proxy server application to Google App Engine. Go to python.org, download the 2.6.4 MSI Installer and install Python.
1_create_app_engine_account 2_verify_mobile 3_authenticate 4_create_application
install_python install_app_engine_sdk sdk_preferences
Step 5: Once Python is installed, go to code.google.com, download the Google App Engine SDK for Python and install it.
Step 6: Download this zip file and extract it to some folder on your desktop. The zip file, for the curious, contains a couple of text files (written in HTML and Python) that you can read with notepad.
Step 7: Start the Google App Engine Launcher program from the desktop and set the right values under Edit –> Preferences (see screenshot above).
Step 8. Click File –> Add Existing Application under the Google App Launcher program and browse to the directory that you created in Step 6. Click the Edit button and replace "YOUR_APP_ID" with the ID (sub-domain) that you reserved in Step 3.
add_proxy_application edit_app_id deploy_proxy_server
Step 9: Click Deploy and your online proxy server is now ready for use. You canexperience it live and if any of the steps don't make sense, please refer to the followingvideo screencast (available in 720p HD).
You can edit the main.html file to change the appearance of your proxy server and you can even add Analytics and AdSense code to your proxy server in case it gets popular on the web. The application is currently open to all users but you can add a layer of authentication so that only users who are logged-in into their Google Accounts can use your web proxy server.
If you have made any changes to your HTML files, you can upload the latest version to Google App Engine either by clicking the "Deploy" button again or use the following command - appcfg.py update <app-directory>
Credits: The proxy server uses code from Mirrorr, an open-source web caching project by Brett Slatkin. Thanks Pratham for your help

Read more

Create Facebook Timeline


Facebook Timeline is the latest features of Facebook, which is released on the September for Only Developers and from today it is available worldwide. The Facebook Timeline is the place where you tell your story from Born to Now. You can share all of your stuffs there , most important events of your life etc
Timeline gives you an easy way to rediscover the things you shared, and collect your most important moments. It also lets you share new experiences, like the music you listen to or the miles you run.
How To Create Facebook Timeline feature for Your Profile:-
Step 1:- To Create Facebook timeline first login to Facebook.
Step 2:- Now go to this page www.facebook.com/timeline
Step 3:- Now click on ”Get It Now.”, and your timeline will be enable.
Step 4:- In any case you can’t see the ”Get It Now.” button then wait until you see an announcement at the top of your profile.
After Upgraded to Timeline, you’ll have 7 days to review everything that appears on your timeline before anyone else can see it. But If you can’t wait for 7 days and you just want to show your timeline with your friends then click on the Publish Now.
How to Hide Stories from Timeline:-
There might be some stuff which you want to remove or hide from your timeline. For this, roll over mouse to the story and click on the pencil icon  to hide, delete or edit a post.
 How to Feature a Story on Timeline:-
To feature something on your timeline, click on the Star icon. After this it will look like as.
If you find any difficulty then comment below.

Read more

Basic SQL injection attack tutorial

SQL Injection ::
SQL(Structured Query Language) injection occurs when an attacker is able to insert a series of SQL statements into web forms, eg. login fields, or into the browser address field by manipulating data input into database behind the site, system, application.


Requirement ::


A web browser

Potential locations to exploit ::

Login fields ,Search page,Feedback form,The browser address field,etc.

Mode of Operation ::

Read more
2leep.com