Skip to main content

How to use Proxy anonymous surfing in BackTrack 5


Hey guys how u been ??? hope u enjoying !!!
There are a lot of ways to hide your identity , either by single proxy or by multiple proxies like TOR which Xeo Hacker explained in a recent post.

But if u have BackTrack then nothing to worry about you can use proxy very easily and u can use multilple proxies also.

Well its called proxychains ..


So lets get started!!!!!


wat it does

Well proxychains is a inbuilt tool in backtrack to let u use proxy very easily. It uses proxy according to the configuration file , which we gonna config and it takes u to any address or url via multiple proxies.

proxychains intro

well actually there is a configuration (.conf) file in etc folder . its named proxychains.conf . This is the file where u will do all ur stuffs and u’ll hide your identity just by typing a single command once you configure.

Go to terminal and type following command then hit enter

gedit /etc/proxychains.conf

Wat happened ??? there is a gedit window opened with some text in it … its actually ur config file

Modes or types of proxychains

There are 3 modes of proxychains

dynamic_chain:This uses the list of proxies in the same order as u placed
strict_chain:almost similar to previous one except it will not work if it gets any dead proxy server
random_chain:this is the best .. this chooses and uses proxies randomly
Configuration of the file

u have to open that file with root privilege to edit that file so first issue following command

sudo su

then issue this command

gedit /etc/proxychains.conf

now you have to follow these steps

  • comment out the mode u want to use

    as u can see i have commented out random_chain by “//” .

    now go to any proxy server list .. just google it .. i’ll be using socks4 proxy servers so search on google .. then copy some IPs and their port no. and then  paste it where it says add proxy here . refer the pic at last i have added some IPs.

    Now your configuration is done …..
    How to use proxychains

    to use proxychains just have to issue some commands as listed below.
    proxyresolv [the site u want to open]
    proxychains firefox [the site u want to open ]  (for firefox)
                                                  --------------------ENJOY :D

Comments

  1. really good and easy to follow, thank you for the tutorial :)

    ReplyDelete
  2. As Hotspot Shield free VPN ( http://www.free-vpn-proxy.com ) has already offered a premium level of security to over 10 million users. That's why I always use it for online privacy and to access blocked sites.

    ReplyDelete

Post a Comment

Popular posts from this blog

11 Quick Tips: Securing Your WordPress Site

WordPress is the most used open-source platform nowadays for any type of websites: whether it is blog, CMS or any other custom solution. WordPress is naturally based on PHP (among other languages), so, as a PHP developer I always make sure to cover/apply some tips for WordPress to make secure and speedup the site which I develop. In this WordPress tutorial you will find tips and tricks for securing WordPress and otimizing your WordPress blog. This section will going to cover the tips related to securing your WordPress site. Tips includes protecting files, login restriction, WordPress admin restriction, database protection, etc. Security Tip 1:  Stay Updated The most important tip for securing the self hosted WordPress websites is also the most obvious; WordPress provides updates with security fixes all of the time. When you get the notification in admin panel, don’t ignore it! It’s the single most effective way to secure your site from attacks, and yet so many people leave their site (

Make Deface Pages For Hacking Sites With Two MethoD

1st Method!!! In this Method i will tell you how to make Deface page With Advance Deface page Creator Tool

Types Of Hack Or Attack

hello Reader , today i'm going to sharing you some types of hack attacks are done by hackers : - Cross Site Scripting (XSS)     XSS flaws occur whenever an application takes user supplied data and sends it to a web browser without first validating or encoding that content. XSS allows attackers to execute script in the victim's browser which can hijack user sessions, deface web sites, possibly introduce worms, etc.   - Injection Flaws     Injection flaws, particularly SQL injection, are common in web applications. Injection occurs when user-supplied data is sent to an interpreter as part of a command or query. The attacker's hostile data tricks the interpreter into executing unintended commands or changing data.any  idiot can do this :p      - Malicious File Execution     Code vulnerable to remote file inclusion (RFI) allows attackers to include hostile code and data, resulting in devastating attacks, such as total server compromise. Malicious file exec