- 5paisa
- AdSense
- Android
- Asphalt 8 : Airborne Mod Apk 4.9.1b Unlimited Money
- Battlegrounds Mobile India
- Blogger
- Blogging
- Bug Hunting
- cloud storage
- Cmd
- Damn vulnerable Web Application
- Demat Account
- Difference between
- dj alok
- dj alok in free firefree
- Doodle Army 2 : Mini Militia 5.2.0 Apk + Mod for android
- DVMA
- E-books
- earn Bitcoins
- Ethical hacking tutorials
- Express vpn
- EXPRESSVPN PRO APK 7.12.1
- EXPRESVPN CRACKED APK
- fire dj alok
- Freefire
- Gaming
- Google drive
- Google llc
- gplink
- Groww App
- Health
- helo
- helo mela
- helo app
- Helo app earn paytm
- Helo app full guide
- Helo app invite and earn
- Helo app redeem proof
- Helo app refer and earn
- Helo app unlimited trick
- Helo app withdraw proof
- Helo Mela Offer: Get Rs.2 Free Paytm Cash + Win Upto Rs.10000 Paytm Cash
- helo refer and earn
- How to
- How to combine two Wifi Connections to get a faster Internet
- how to get dj alok for free
- how to get free dj alok
- how to get free dj alok in free fire
- How to install DVWA on Kali Linux 2020.2
- How To Use Light Speed WebCache on Your website
- ICICI Direct
- IOS
- kali linux
- Live streaming
- makeup
- meesho
- Money Earning
- My poems
- Netflix
- Netflix mod
- Netflix premium
- News
- online courses
- Pentesting
- programming
- PUBG
- Puffin Browser Pro 8.3.0.41446 (Full) Apk + Mod for Android
- Puzzles
- Recharge offers
- Refer and Earn
- Reviews
- SEO
- shell Scripting
- Shortlink
- Spotify Music 8.5.57.1164 APK Mega Mod Cracked Latest Android
- stylish name
- Technology
- Tips&Tricks
- Township Mod Apk 7.5.0 Unlimited Money
- Udemy
- Udemy courses
- Udemy free
- Udemy premium
- VClip app download link
- VClip app full details
- VClip app invitation link
- VClip app referral code
- VClip app referral link
- VClip app review
- Web designing
- What is
- WINDOWS
- Wishes
- Wordpress
- World Cricket Championship 2 2.8.9 Apk + Mod (Coins/Unlocked)
- Youtube tricks
- zoom app
- zoom bombing
- zoom call
- Zoom safety tips
Install and configure tor with proxychain in kali linux 2.0
Proxychains is very useful in term of protecting your identity not only when you surf internet also when you audit security scans or perform attack. So it is really importand to have proxychains.By using proxychains we can anonymize our scans and attacks.
Proxychains can be used with many applications like iceweasel,nmap and owasp-zap etc.
In order to use proxychain we have to install tor first. Tor does not come pre-installed in kali so we need to install tor first.So open your terminal.
When you type the following command you will be asked to confirm installation so type yand hit enter.
root@seven:~# apt-get install tor
Once installation is complete now we need to start tor services.You have to start tor every time you want to use it. it will not start by default.So type the below command to start tor.
root@seven:~# service tor start
Configure proxychains
when you start tor it has a limit of 10 minutes before it switches to another ipaddress and picks up new proxy.On very restart it will pick new address.
Now switch your directory to etc.Inside etc we need to make few changes to proxychains.conf file.So change your directory to etc with the below command
cd /etc
Now open proxychains.conf file in a text editor.Execute the below command and proxychains.conf file will open in leafpad.
root@seven:/etc# leafpad proxychains.conf
We need to make few changes.By default strict chain is enabled we have to change from strict to dynamic_chain .So scroll down and find dynamic_chain.
Remove pound sign from dynamic_chain and add a pound sign before strict_chain in this way it will enable dynamic_chain and will disable strict_chain.
Remove pound sign from dynamic_chain and add a pound sign before strict_chain in this way it will enable dynamic_chain and will disable strict_chain.
Reason for enabling dynamic_chain is that if one proxy is not responding fast enough then it will change dynamically to another.strict_chain is static if one proxy is not responding fast enough then none of it's going to work and chain is going to break.
Leave everything else to default save file and quit.
Now you ready to be anonymous.Just type the following command.
root@seven:~# proxychains firefox
Now check your ip address and location.You can use other online sources to check your ipaddress.
Write the following command in terminal.You will see your real IP address will not be displayed.
root@seven:~# proxychains firefox www.dnsleaktest.com
root@seven:~# proxychains firefox www.ipchicken.com
Now you can see your Ip address and location will be different.
Remember on every restart you have to start tor services.
Remember on every restart you have to start tor services.
Anonymizing Attacks using proxychains
The real reason why you wanted to configure tor with proxychains mis to anonymize your attacks,So here we are. You can use proxychains with different applications like nmap ,owasp etc. Syntax goes like this.
proxychains [application that you want to use proxychains with]
proxychains [application that you want to use proxychains with]
root@seven:~# proxychains nmap -F www.target.com
You can audit your nmap scans through proxychains it will take a little time than usual but important thing is not to get caught so you can afford that.
root@seven:~# proxychains firefox
You can use proxychains with firefox or any other web browser.
root@seven:~# proxychains owasp-zap
In this way you can use proxychains with almost all the applications.
Also Read
KUMAR JEERU
. I am a Programmer and Pentester. I find and Fix loophole in websites and networks. Connect with me for queries , web developemnt , Scanning and Fixing website Security issues. My company gives special discount for independent entrepreneur , small and Medium size companies. Contact me directly on my face page
Post a Comment
Post a Comment