How To Setup Proxychains In Kali Linux - #2 - Change Your IP
Вставка
- Опубліковано 11 лис 2024
- How to setup Proxychains in Kali Linux to stay anonymous while performing Nmaps Scans or SQLInjection.Kali Linux 2.0 , an Advanced Penetration Testing Linux distribution used for Penetration Testing, Ethical Hacking and network security assessments.
proxychains - a tool that forces any TCP connection made by any given application. to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy. Supported auth-types: "user/pass" for SOCKS4/5, "basic" for HTTP. proxyresolv - DNS resolving. Used to resolve host names via proxy or TOR.
-----------------------------
Links:
Kali Linux: www.google.com...
------------------------------
I Hope you enjoy/enjoyed the video.
If you have any questions or suggestions feel free to ask them in the comments section or on my social networks as well as mu blog.
SOCIAL NETWORKS
-------------------------------
Facebook: / hackersploit
Twitter: / hackersploit
Instagram: / alexisayub
Kik Username: HackerSploit
--------------------------------
Thanks for watching!
Благодаря за гледането
感谢您观看
Merci d'avoir regardé
Gracias por ver
شكرا للمشاهدة
देखने के लिए धन्यवाद
4 years and 2 days later and this worked perfect for me after trying to set up proxychains without tor.. THANK YOU!!
@Lex Kastor that is a vpn pfft not a proxy
🎉❤🔥🏆🥇🤑🤝
@@zori2548 you can use both.
"I'm keeping these videos as beginner friendly as possible..." Thank you. The biggest flaw in college IT instruction IMO is assuming lots of prior experience to avoid teaching the basics, which leads to two failure scenarios. One is overwhelming students by asking them to do the equivalent of slam dunks before they've learned to crawl. The other is to not expect much of anything at all, but just whiz out A's in order to maintain continuity of tuition payments. The tuition is never spent on labs. lesson plans and quality instructor acquisition, just marketing to get more unsuspecting students through the doors.
so so true
❤🎉🔥🏆🥇🤑🤝
Guys for the unit tor service error, write this command "apt-get update && apt-get upgrade" then write "apt-get install tor".
Note: " is just for quoting the commands, do not write them.
And guys to check if you are gone anonymous, restart your Virtual Machine and start the tor service again and then try duckduckgo dns leak test
Also if anyone is STILL have troubles, update your Repositories first! then do the command
Thanks mate. it worked. Previously i was unable to install tor too. this worked finally
I am able to install tor i have tried your command but it shows "tor has no installation candidate"
Could anyone help me with this debug?
pastebin.com/E6H5QiMK
I'm under the impression that I'm missing:
/etc/init.d/tor
According to this:
askubuntu.com/questions/882527/tor-process-will-not-start-automatically-on-ubuntu-16-04
Thank you I literally went to 5 different UA-cam channels and you are by far the simplest and most importantly my proxychain works! You rock!!
I bet you have a good sense of humour my friend
To anyone who has problems with "service tor status" and you can't install tor with apt-get install tor.
step 1: write " nano /etc/apt/services.list"
step 2: Delete everything in there
step 3: copy/copy-paste these in there
deb http.kali.org/kali kali-rolling main non-free contrib
deb-src http.kali.org/kali kali-rolling main non-free contrib
step 4: save the changes with "Ctrl + O" and click "Enter". then do "Ctrl + X" to exit the file
step 5: write "apt-get update && apt-get upgrade && apt-get dist-upgrade" in terminal
step 6: write "apt-get install tor"
This worked for me, I hope it helps
it says error writing, permission denied for me
@@sire700 permission denied is usually if u havent used sudo. that said, this worked for me >3 years ago, so its quite possible that it no longer works /shrug
@@viksa535LOL oh ok
That's a great tutorial :D kudos !!! But here's some point :
1. after installing tor using apt-fast /apt-get install tor you have to reboot your system to get it on roll .
2. proxychains rocks :D
3. hackersploit you are my hero mate :D
Thanks for the support and feedback.
@@vincentherbet5115 what operating system are you using?
does i come with tor installed?
if not try running - sudo apt-get install tor
@@vincentherbet5115 Oh! Great
this should have been included in the video. I sat here stumped for about an hour until I read your comment. Thank you sir
I have recently started with bug bounty and IP blocking was the biggest hurdle for me.
I can't thank you enough for this video
Old but Gold
Damn, Hacksploit! Back at it again with the proxychains!
For sure man
im now a fan of your tutorial. you teach with such details and you explain what it does. most of the tutorials i see on youtube just goes through the lesson like they assume we know it. thank you
Mackin Nass Thank you very much, I am glad they are helping
for ppl who says it's not working ..
you should close firefox first, so that it can change your dns ..
close it before you type the order in the console
thnx
did that its still not working
close it before you type the order in the console
that is the stupidest recommendation i have ever heard
Excellent, elementary, and straightforward instruction.
best tutorial video, really simple; clear, wit principles steps, my man, thank you
i m subscribed to your channel now
For those who get service not found in Firefox, every time. Reboot the system and try again. Worked for me
Both time, DNS result is Germany and IP is different, what is mean, please explain ?
This will anonymize the browser of choice. But what about all the tools that we use on Kali, like beef, uniscan, nikto, metasploit, etc. etc....? If not, then we are naked on all the desktop applications?
John Paul Carrasco use proxychains
example: proxychains nmap
You can not use metasploit with proxychains
You can rout Kali through Whonix linux, then all of kali's traffic will be passed through Whonix gateway and you do not need to open every specific app in terminal.
Yes
Great communicator, I'm bookmarking all your videos for the future!
8:10 comedy "I'm uh uh really far from here"
You are definitely the best youtuber out there your tutorials are do in dept and easy, like seriously thanks you so much❤❤
This only anonymizes your browser, if you try to dig it'll still show your public IP address.
You can use proxychains with other command too, such as curl. e.g: proxychains curl ipinfo.io
VPN + proxychains
to all of you who cannot run "apt-get install tor", try to update the source list via kali official web site. next try apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y which should get apt and your system packages up to date. worked 4 me.
hello sir,
I see the Ip changd but the DNS leak test tells my home country, it does not give a different country name. i also went to firefox preferences and privacy option and checked the dns leak option. still my home country is showing up. how to change it? please help. Your tutorials are all super helpful.
U made it simple man ur subscribers are well deserved
BROWSER SAYS (Server Not Found)
try putting # in front of strict_chain in proxychains.conf
worked for me
Am here in 2021 August, Still this video works more than anything thanks man
3:15
Running firefox as root in a regular user’s session is not supported. Any help..?
I need help too..
@WAY OF GAELDIR ok, thx
You can "change users" in Kali, and log into root using whatever password you have set up. If you don't know the password, change it with `sudo passwd root`
@@bryantmoyle1706 🙏thx dude
@WAY OF GAELDIR my ip too havent changed..need help dude
I was surprised how understandable tNice tutorials tutorial is, thanks!
Hello I did everything you did but my ip address is unchanged. Proxychains are installed and tor is installed and active but my ip is the same. Any help would be appreciated. Thank you
same here
same here
worked well, close firefox before code starting code or if you started, after close firefox reset tor and start firefox after. thanks for the video.
"Educational purposes only..obviously". ..damn you funny..
Literally am going from using Ableton to soft and tNice tutorials helped trendously as a beginner. Thank you so so much for tNice tutorials!!
hi i tried to do what you did i am still failing at my ip has not changed my terminal does not give output like yours in the end help needed
abhimanyu apash Attrish did you restart the for service
Hey great video But the same thing here, even tor.service is Active and running, Doesn't change the IP like exact in the video
me to
same
you need to run proxychain as root in order for it to work
This is great, am using this as a beginner for sure.
when i type it says service tor status
Unit tor.service could not be found. Ive tried apt upgrade and update it downt work :(
apt-get install tor then continue what this video is saying
serive tor status will work on root terminal only
Sander Loomets try purging the tor and then install it again 👍
Don Dutch sir it not installing tor
"E: package tor had no installation candidate" is shown on screen
maybe update your sources.list file? it should solve the problem
THANK YOU ALEXIS , Owe you a Case Of Beer
i have one problem that when i clicked on standard test it shows my real location
Syed Mohammad Shees Ali are you root, and have you followed all the steps ?
yes i followed all the steps
and yes i am using as a root
same issue
i toohave same prblm
Well, I got the same problem, but I will explain my case better, so you can help me a bit easier if you want.
I run Kali Linux in a VM (Oracle VirtualBox)
Each time I restart the tor service, it Displays me another IP-Address from another country (but often a close country or even another town in my country) My country is germany. even if I get an IP-Address of another country, it still displays the same DNS, as before, but a different than I get without using the proxychain.
I also needed to install the tor service myself (apt-get install tor), since it wasn't found before, Maybe this caused the error.
I will send my proxychains.conf in here, but just the uncommented lines, so you can check for mistakes there.
dynamic_chain
Proxy DNS requests - no leak for DNS data
proxy_DNS
[ProxyList]
socks4 127.0.0.1 9050
socks5 127.0.0.1 9050
I really hope you can help me there. ;)
Have a nice day
Gamin9 Wizard
Worked seamlessly, love your channel a lot
Hi, I did every thing as illustrated in the lesson but it didn’t change my IP.
Please your support.
Everytime you want to anonymize something, you need to type proxychains in terminal, if you want to use firefox anonymous you need to type: proxychains firefox
@@fudes587 bro by doing this is our ip change from time to time
@@VasanthKumar-bf9je only if you have tor service enabled
@@VasanthKumar-bf9je but still using firefox without typing proxychains in terminal is not really anonymous
Better to use Whonix because whole system is tunelled by tor
Thanks for the video ran into some trouble but i overcame the obstacles.
Oh man be careful this is bad place for beginners. Good luck, and be sure on what you doing!
Doesn't work, can connect to Firefox. I have tor downloaded, I have tried other proxies and I have tried most of the stuff in the comments.
same
Try deleting the sock4 ip
Add sock5 with different ip whatever like 127.34.27.2 etc
Take the # from dynamic
I have the same issue :(
Great Video! Im new on soft soft, and tNice tutorials tutorial really helped
This works i had also an issue with tor, only thing you need to do is apt get install tor ,,,, then after installing close firefox if its running after open terminal and do the following type
1. nano /etc/proxychains.conf
2. Service tor start
3. Proxychains firefox www.duckduckgo.com
It will work simple issue was people forgot that u need to start tor after closing the terminal
You are a legend, you helped a lot and you explained it really great!
Running Firefox as root in a regular user's session is not supported.
I'm getting this error can anyone help me?
@HackerSploit
you can try to login as root instead of using your user account
type sudo -i to gain root acccess
passwd root to change root password
and then logout and login via root
Type exit, and then try, if it show up again create a new user that is not Root
best proxychains.conf setup video
👍👍👍👍👍👍👍👍
Thanks i am glad it helped
i've connected to the proxy chains and it works...
but i want to know is this proxy make anonymous while scanning using nmap or zenmap..?????????????????
proxychains nmap 192.168.1.1/24
It is
Almost fell asleep wNice tutorialle listening to Nice tutorials voice
Unit tor.service not found.
lol i had the same problem
run this in the terminal: apt-get install tor
thank you holy shit
follow this. "apt-get update && apt-get upgrade". after it updates small packages, it will ask for u to upgrade larger packages of around 800mb or more. abort the process and type in "apt-get install tor". It will install properly and it should work.
Guys it doesn't work for me, it says package tor is not available, but it is referred by another package
while I learn from you, I always hope to hear that "I am teaching for educational purpose only" 😂😂
thank you!
sir after all that my firefox is not working
Mine is also not working...can you tell me how you fix it?
Awesome video. Works great! Thanks for the video series
Q: It doesn't work.
A: Make sure Firefox or whatever browser you are using is closed before launching proxychains.
This actually figured it out for me
tanx brooo
I watched this video too late! However, it's really helpful.
Thanks
i have done everything as said but my ip doesn't changed
close the browser before starting the proxychain
Really , a helpful informative video , thank you.
thank you! my IP now says Frankfurt am Main, Germany
Works ..thanks..had to install Tor and change settings in Firefox to use dns in socks tick box
I don't know why firefox still giving me server error....help please?
@@muhammadmuneer9951 I'm using Linux mint..I followed the instructions
@@lktechTrainingActually I worked it out.
Thank for breaking things down. Much appreciated.
Yooo thanks bro, 2020 and It still works, thx bro
Thanks for episode 2!
Casual Music You're welcome
HackerSploit Hey I have sent you a message on kik, it is still sending for whatever reason but you should get it soon!
your tutorial are good
Annie's Adventures too I’ve had soft for over a year. Stagnant‼️. But after tNice tutorials video I’m nice tutoing and rolling
Smart teaching but you forget to tell that some kali Linux latest releases are not like older ones to find your proxychains like mine latest 2021 kali Linux you need to type nano /etc/proxychains4.conf not /etc/proxychains.conf hope these help someone.
Thx ! Helped
Thank youuu
Thanks man it works in winnpeg canada i love you man
Cleric You're welcome, enjoy!
proxychains are not working because firefox is not running as a root.
the error is -Running Firefox as root in a regular user's session is not supported.
For those having the problem installing tor this worked for me.
I went here docs.kali.org/general-use/kali-linux-sources-list-repositories
I added these to the /etc/apt/sources.list
Did apt-get update && apt-get upgrade.
Let all of the stuff update and upgrade then did apt-get install tor
I hope this can help all you guys out who ran into that problem.
Thankx dude its really working .... I am totally shocked...!!! Thanxx
this is really useful sir...thank you
can you tell me what are transperent dns proxies and how to fix it??
Very helpful content.
The worst tNice tutorialng soone can do after starting is quitting... never give up and the rewards will be greatly appreciated
Do I have to always type the proxychains fire fox site.com or service tor start will do all the stuff for proxies
Thank you for the explanation, I really like your videos!
You are welcome, i appreciate the support.
Thank you very man its help full video for me once again thanks a lot
Hello! Please i need help! i am getting this error | no DISPLAY environment variable specified on kali linux
in 6:38 you executed the command witch had a URL address. so if we just start firefox and type the address in there manually without terminal command would it run anonymous?
no, follow his steps
I've followed every step correctly but it doesn't seem to be working for me. It worked in my old kali but after i updated and set everything up again it doesn't work. What might the problem be?
Where do you get a list of proxies from? For using Tor as the only proxy, I could have just used the Tor browser to get the same result, but much easier.
(2) in "Slicex" you could create New Drum Loops and softs in any order from different slices. And keep the loop slices playing in and
Thank you for teaching us and all your efforts I really love your channel ...I have a question so while doing this Proxychains are you going to be anonymous only via fire fox or through the whole system because sometimes I go to fire fox I check dns leaks test and it shows my exact adress! Should you keep it running on the terminal or what’s the case? Also you mentioned Nmap is it legal to scan my own network? Thank you so much in advance or for Anyone there who can clarify this :) peace
Hi.why do you start tor service in this video this video is about proxy after changing proxy.conf simple launch firefox using proxy .why you start tor service????????¿??????
very good video hope your pillow is cold man
Hey HackerSploit. When you activate the tor proxy chain and perform a traceroute do you still not see your ISP DNS in the hop? I enabled the proxy through network settings and in both instances with or without tor service my ISP DNS is still showing up for traceroute and nmap scans. Any ideas?
also for the public information, in order for the proxychains to start you will need to close and restart all the browser
wait wdym by that
Man you're just amazing.
What to do if you get an access denied message while trying to save configuration
Can you please guide me how to start my journey in cybersecurity as a Red teamer in organized way..Basically how to become like you or better than you. how you studied, how you started.
don't hate on nano. it's perfect for editing config files.
awesome tutorials man
very educational video, just a quick question when we do the check and ip and dns tests show we are anonymous, in order to stay that way with nmap : we need to say in the terminal proxychains nmap .... so it will go through the proxy chains right?
Thanks for the vid!
its very helpful :)
I try to Lucy my proxy chains, as guided by ur video but is not displaying the page. I even disabile my fire fox yet is not working . How can I configure it.
Thank you this helps out a lot
Awesome tutorial.., I have a doubt. Is NAT network mode with proxychains safe ?
What is the different between anonsurf and Proxychains ??? which one is better to use??? both could be use as the same time ???
Hello I have question about these proxy chains. I followed the tutorial step by step but what happened to me I'm getting an error and firefox wont start at all.
Authorization required, but no authorization protocol specified
Error: cannot open display: :0.0
Any advise on this?
Thank you in advance
Much appreciation.
Running Firefox as root in a regular user's session is not supported.
thank you great video :)
but does it hide you from NMAP SCANNING TOO and some programs ??? or just in Browsers ?
What's difference between vpn and proxy?
What do you think is best?