"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.
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.
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
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
@@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
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
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?
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.
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
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`
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.
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?
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.
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
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.
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
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
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
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.
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.
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..?????????????????
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
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?
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?
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.
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.
hi alexis is it neccesary to run proxy chains and use fire forx form user or can we run tor in root and use proxychains in the default user as im trying form root in unable to do so and it propmpting that has xauthority only to user kali
In Firefox under network settings it says that localhost 127.0.0.1 will not be proxied. In your proxychains conf file the proxy for TOR and Socks5 is set to 127.0.0.1. Can anyone tell me if this will stop anonymization and what should it be set to instead? Alternatively, how to I change firefox so it does proxy localhost 127.0.0.1? Thanks.
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
Is there any way of using proxychains at a OS level, so that everything we run goes directly through them? Or do you have to run proxychains with every program you use? Thank you for the video!
How do you know what version of Tor you are running? Is there a command you need to type? Is is key because the it May differ from the actual file version that's downloaded from the site. Plus there are updates that may be needed so how will you know if you are running the latest version?
i did as you said every single step, i uncommented dynamic chain and proxy DNS request as well. But when go test DNS leaks it shows exactly the location im at. Solutions please.
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
How to combine tor and other proxy from hidemyass in example in proxychains config? can i do that with proxychains? which order i must write in the proxy chains?
[ Error writing /etc/proxychains.conf: Permission denied ] i keep on getting this message and i can't continue. is there a way to solve it. (video 9). thank you very much
For all those getting tor.service not found and unable to install tor as a root user, Please 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 It should work.
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?
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
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
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
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
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
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
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
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.
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.
Damn, Hacksploit! Back at it again with the proxychains!
For sure man
Great communicator, I'm bookmarking all your videos for the future!
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
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 ?
BROWSER SAYS (Server Not Found)
try putting # in front of strict_chain in proxychains.conf
worked for me
You are definitely the best youtuber out there your tutorials are do in dept and easy, like seriously thanks you so much❤❤
best tutorial video, really simple; clear, wit principles steps, my man, thank you
i m subscribed to your channel now
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.
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
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
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
Am here in 2021 August, Still this video works more than anything thanks man
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
U made it simple man ur subscribers are well deserved
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
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
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
I was surprised how understandable tNice tutorials tutorial is, thanks!
8:10 comedy "I'm uh uh really far from here"
Do I have to always type the proxychains fire fox site.com or service tor start will do all the stuff for proxies
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 :(
Literally am going from using Ableton to soft and tNice tutorials helped trendously as a beginner. Thank you so so much for tNice tutorials!!
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
(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
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
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.
sir after all that my firefox is not working
Mine is also not working...can you tell me how you fix it?
This is great, am using this as a beginner for sure.
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.
Worked seamlessly, love your channel a lot
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
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!
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
does this only hide your ip on the browser that you are using or on all services on your computer that are sending packets to the internet?
"Educational purposes only..obviously". ..damn you funny..
I cannot save the file conf because it says permission denied. What should i do
i have done everything as said but my ip doesn't changed
close the browser before starting the proxychain
Great Video! Im new on soft soft, and tNice tutorials tutorial really helped
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
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?
thank you! my IP now says Frankfurt am Main, Germany
why it said i dont have proxyes please any help ? 7:02
Awesome video. Works great! Thanks for the video series
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
I have a question: if I have tor already activated in my VM do I need to configure the proxychains on top of that?
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?
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.
So while running the service, my nmap scans will be annonymous or is this only for web browsing?
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.
while I learn from you, I always hope to hear that "I am teaching for educational purpose only" 😂😂
thank you!
When i try to save it at 04:50 i get an
error which says: Permission denied. i would appreciate if someone could help me
the top, when I installed soft soft (restart didn't help). I have a creative softblaster z softcard. I'm assuming it has sotNice tutorialng to do
Thank for breaking things down. Much appreciated.
You are a legend, you helped a lot and you explained it really great!
but does it hide you from NMAP SCANNING TOO and some programs ??? or just in Browsers ?
this is really useful sir...thank you
can you tell me what are transperent dns proxies and how to fix it??
THANK YOU ALEXIS , Owe you a Case Of Beer
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.
hi alexis is it neccesary to run proxy chains and use fire forx form user or can we run tor in root and use proxychains in the default user as im trying form root in unable to do so and it propmpting that has xauthority only to user kali
In Firefox under network settings it says that localhost 127.0.0.1 will not be proxied. In your proxychains conf file the proxy for TOR and Socks5 is set to 127.0.0.1. Can anyone tell me if this will stop anonymization and what should it be set to instead? Alternatively, how to I change firefox so it does proxy localhost 127.0.0.1? Thanks.
Have U got solution ?
I watched this video too late! However, it's really helpful.
Thanks
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
Is there any way of using proxychains at a OS level, so that everything we run goes directly through them? Or do you have to run proxychains with every program you use? Thank you for the video!
How do you know what version of Tor you are running? Is there a command you need to type? Is is key because the it May differ from the actual file version that's downloaded from the site. Plus there are updates that may be needed so how will you know if you are running the latest version?
don't hate on nano. it's perfect for editing config files.
best proxychains.conf setup video
👍👍👍👍👍👍👍👍
Thanks i am glad it helped
What is the solution for the error any help will be appreciated.. thank you.
anonsurf is works fine for me , Thanks for that but this technique is not working it only shows one location near to me
+1 (ParrotOS)
I am using kali linux
i did as you said every single step, i uncommented dynamic chain and proxy DNS request as well. But when go test DNS leaks it shows exactly the location im at. Solutions please.
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
How to combine tor and other proxy from hidemyass in example in proxychains config? can i do that with proxychains? which order i must write in the proxy chains?
[ Error writing /etc/proxychains.conf: Permission denied ]
i keep on getting this message and i can't continue. is there a way to solve it. (video 9). thank you very much
Lala thanks lala
What to do if you get an access denied message while trying to save configuration
Do we need a tor browser? You keep entering "service tor stop".
Really , a helpful informative video , thank you.
Hello! Please i need help! i am getting this error | no DISPLAY environment variable specified on kali linux
For all those getting tor.service not found and unable to install tor as a root user, Please 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 It should work.
+Kevin Manuel That won't work for everyone, they have to change sources to rolling Debian.
Yes boss. hope it will be helpful for atleast a few
Yes. Thanks for the help.
How can i update small packages? Please give the code in terminal or something else
Bro how to use for entire linux.....while doing several bruteforce attacks ....the video says about browser only right
What is the different between anonsurf and Proxychains ??? which one is better to use??? both could be use as the same time ???
Failed to start or stop tor.service : Unit tor.service not found ? what can i do
So could I run other programs through the proxy chains? Like proxychains wireshark?
if i have katoolin3 on ubuntu has andiference in the commands terminal?
Please answer. When stopping or starting tor its says failed to start tor service
first install it : "apt-get install tor"
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?
For some reason when I got to the step to save the proxychain.conf hitting “ctrl o” it says [ Error writing /etc/proxychains.conf: permission denied ]
Is this required on ParrotOS? I remember it having a browse anonymously or similar function.