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
    شكرا للمشاهدة
    देखने के लिए धन्यवाद

КОМЕНТАРІ • 1,3 тис.

  • @KaliDreams
    @KaliDreams 3 роки тому +61

    4 years and 2 days later and this worked perfect for me after trying to set up proxychains without tor.. THANK YOU!!

  • @austinmillbarge8731
    @austinmillbarge8731 3 роки тому +33

    "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.

  • @mr.wanted954
    @mr.wanted954 7 років тому +150

    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.

    • @mr.wanted954
      @mr.wanted954 7 років тому +12

      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

    • @MrStreamZ
      @MrStreamZ 7 років тому +1

      Also if anyone is STILL have troubles, update your Repositories first! then do the command

    • @kevin77757
      @kevin77757 7 років тому +1

      Thanks mate. it worked. Previously i was unable to install tor too. this worked finally

    • @sheikhaman6218
      @sheikhaman6218 6 років тому +7

      I am able to install tor i have tried your command but it shows "tor has no installation candidate"

    • @zoverlvx8094
      @zoverlvx8094 6 років тому

      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

  • @djmeezymeez940
    @djmeezymeez940 3 роки тому +2

    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!!

  • @liszt6832
    @liszt6832 4 роки тому +8

    I bet you have a good sense of humour my friend

  • @viksa535LOL
    @viksa535LOL 6 років тому +2

    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
      @sire700 2 роки тому

      it says error writing, permission denied for me

    • @viksa535LOL
      @viksa535LOL 2 роки тому

      @@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

    • @sire700
      @sire700 2 роки тому

      @@viksa535LOL oh ok

  • @hacker71bd24
    @hacker71bd24 7 років тому +20

    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

    • @HackerSploit
      @HackerSploit  7 років тому +3

      Thanks for the support and feedback.

    • @manandubey6401
      @manandubey6401 4 роки тому

      @@vincentherbet5115 what operating system are you using?
      does i come with tor installed?
      if not try running - sudo apt-get install tor

    • @manandubey6401
      @manandubey6401 4 роки тому

      @@vincentherbet5115 Oh! Great

    • @CentralBase
      @CentralBase Рік тому

      this should have been included in the video. I sat here stumped for about an hour until I read your comment. Thank you sir

  • @johnf2346
    @johnf2346 2 роки тому +1

    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

  • @HS-bk1qk
    @HS-bk1qk 7 років тому +4

    Damn, Hacksploit! Back at it again with the proxychains!

  • @mackinnass1882
    @mackinnass1882 7 років тому +1

    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

    • @HackerSploit
      @HackerSploit  7 років тому +3

      Mackin Nass Thank you very much, I am glad they are helping

  • @hammodshamaseen
    @hammodshamaseen 7 років тому +16

    for ppl who says it's not working ..
    you should close firefox first, so that it can change your dns ..

    • @hammodshamaseen
      @hammodshamaseen 7 років тому

      close it before you type the order in the console

    • @newplayer946
      @newplayer946 7 років тому +1

      thnx

    • @nikcile4034
      @nikcile4034 7 років тому

      did that its still not working

    • @hammodshamaseen
      @hammodshamaseen 7 років тому

      close it before you type the order in the console

    • @michalmikulasi5193
      @michalmikulasi5193 6 років тому

      that is the stupidest recommendation i have ever heard

  • @johnhiggins9615
    @johnhiggins9615 Рік тому

    Excellent, elementary, and straightforward instruction.

  • @slaliam
    @slaliam 5 років тому +5

    best tutorial video, really simple; clear, wit principles steps, my man, thank you
    i m subscribed to your channel now

  • @zitwaar5469
    @zitwaar5469 5 років тому

    For those who get service not found in Firefox, every time. Reboot the system and try again. Worked for me

    • @samyaktjain698
      @samyaktjain698 5 років тому

      Both time, DNS result is Germany and IP is different, what is mean, please explain ?

  • @paul-carrasco
    @paul-carrasco 6 років тому +20

    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?

    • @AO-pn2uo
      @AO-pn2uo 5 років тому +7

      John Paul Carrasco use proxychains
      example: proxychains nmap

    • @mr-engin3er
      @mr-engin3er 5 років тому

      You can not use metasploit with proxychains

    • @alitaha7028
      @alitaha7028 5 років тому +1

      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.

    • @Darrick17
      @Darrick17 3 роки тому

      Yes

  • @absurdbird3556
    @absurdbird3556 7 місяців тому

    Great communicator, I'm bookmarking all your videos for the future!

  • @braulioquinonez2144
    @braulioquinonez2144 5 років тому +13

    8:10 comedy "I'm uh uh really far from here"

  • @rajya519
    @rajya519 2 роки тому

    You are definitely the best youtuber out there your tutorials are do in dept and easy, like seriously thanks you so much❤❤

  • @donny484
    @donny484 5 років тому +7

    This only anonymizes your browser, if you try to dig it'll still show your public IP address.

    • @muhammadadibzaini
      @muhammadadibzaini 3 роки тому +1

      You can use proxychains with other command too, such as curl. e.g: proxychains curl ipinfo.io

    • @MuhammadLab
      @MuhammadLab 3 роки тому +2

      VPN + proxychains

  • @alexkid0069
    @alexkid0069 6 років тому +1

    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.

  • @funnnyguy5348
    @funnnyguy5348 6 років тому +5

    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.

  • @dylandesa7682
    @dylandesa7682 2 роки тому

    U made it simple man ur subscribers are well deserved

  • @razer5333
    @razer5333 6 років тому +10

    BROWSER SAYS (Server Not Found)

    • @theinfosecguy
      @theinfosecguy 5 років тому +4

      try putting # in front of strict_chain in proxychains.conf
      worked for me

  • @godxxxkratos4377
    @godxxxkratos4377 3 роки тому

    Am here in 2021 August, Still this video works more than anything thanks man

  • @kushallnepall3787
    @kushallnepall3787 4 роки тому +5

    3:15
    Running firefox as root in a regular user’s session is not supported. Any help..?

    • @andreeasrh
      @andreeasrh 4 роки тому

      I need help too..

    • @andreeasrh
      @andreeasrh 4 роки тому

      @WAY OF GAELDIR ok, thx

    • @bryantmoyle1706
      @bryantmoyle1706 4 роки тому +1

      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`

    • @skyhigh1193
      @skyhigh1193 4 роки тому

      @@bryantmoyle1706 🙏thx dude

    • @krish14971
      @krish14971 4 роки тому

      @WAY OF GAELDIR my ip too havent changed..need help dude

  • @young-kodie7311
    @young-kodie7311 2 роки тому

    I was surprised how understandable tNice tutorials tutorial is, thanks!

  • @smeefboy6116
    @smeefboy6116 5 років тому +6

    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

  • @mt-ca
    @mt-ca 7 місяців тому

    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.

  • @malluk4127
    @malluk4127 4 роки тому +6

    "Educational purposes only..obviously". ..damn you funny..

  • @noriegraceozarraga4844
    @noriegraceozarraga4844 2 роки тому

    Literally am going from using Ableton to soft and tNice tutorials helped trendously as a beginner. Thank you so so much for tNice tutorials!!

  • @abhimanyuattrish
    @abhimanyuattrish 7 років тому +5

    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

    • @HackerSploit
      @HackerSploit  7 років тому +1

      abhimanyu apash Attrish did you restart the for service

    • @abdennorem6785
      @abdennorem6785 6 років тому

      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

    • @ziad1352
      @ziad1352 6 років тому

      me to

    •  6 років тому

      same

    • @yibinzhao6237
      @yibinzhao6237 6 років тому

      you need to run proxychain as root in order for it to work

  • @stevenwilliams197
    @stevenwilliams197 2 роки тому

    This is great, am using this as a beginner for sure.

  • @sanderloomets7994
    @sanderloomets7994 7 років тому +15

    when i type it says service tor status
    Unit tor.service could not be found. Ive tried apt upgrade and update it downt work :(

    • @DonDutch-bm2iq
      @DonDutch-bm2iq 7 років тому +5

      apt-get install tor then continue what this video is saying

    • @khantufail2164
      @khantufail2164 7 років тому

      serive tor status will work on root terminal only

    • @royalninja3480
      @royalninja3480 7 років тому

      Sander Loomets try purging the tor and then install it again 👍

    • @mvs411singh3
      @mvs411singh3 6 років тому +1

      Don Dutch sir it not installing tor
      "E: package tor had no installation candidate" is shown on screen

    • @shijothomas42
      @shijothomas42 6 років тому

      maybe update your sources.list file? it should solve the problem

  • @navairpacificfleet4084
    @navairpacificfleet4084 Рік тому

    THANK YOU ALEXIS , Owe you a Case Of Beer

  • @MuhammadSheesAli
    @MuhammadSheesAli 7 років тому +4

    i have one problem that when i clicked on standard test it shows my real location

    • @HackerSploit
      @HackerSploit  7 років тому

      Syed Mohammad Shees Ali are you root, and have you followed all the steps ?

    • @MuhammadSheesAli
      @MuhammadSheesAli 7 років тому +1

      yes i followed all the steps
      and yes i am using as a root

    • @ChristTrell
      @ChristTrell 7 років тому +1

      same issue

    • @ashtadirani3120
      @ashtadirani3120 6 років тому

      i toohave same prblm

    • @gamin9wizard945
      @gamin9wizard945 6 років тому

      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

  • @PPHY_GLND
    @PPHY_GLND 4 роки тому

    Worked seamlessly, love your channel a lot

  • @myth9009
    @myth9009 5 років тому +3

    Hi, I did every thing as illustrated in the lesson but it didn’t change my IP.
    Please your support.

    • @fudes587
      @fudes587 4 роки тому

      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

    • @VasanthKumar-bf9je
      @VasanthKumar-bf9je 4 роки тому

      @@fudes587 bro by doing this is our ip change from time to time

    • @fudes587
      @fudes587 4 роки тому +1

      @@VasanthKumar-bf9je only if you have tor service enabled

    • @fudes587
      @fudes587 4 роки тому +1

      @@VasanthKumar-bf9je but still using firefox without typing proxychains in terminal is not really anonymous

    • @fudes587
      @fudes587 4 роки тому +1

      Better to use Whonix because whole system is tunelled by tor

  • @leonardtamraz675
    @leonardtamraz675 6 років тому +1

    Thanks for the video ran into some trouble but i overcame the obstacles.

    • @coffeedata7107
      @coffeedata7107 5 років тому

      Oh man be careful this is bad place for beginners. Good luck, and be sure on what you doing!

  • @champsnaxet6781
    @champsnaxet6781 5 років тому +5

    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.

  • @mohdkhairul4072
    @mohdkhairul4072 2 роки тому

    Great Video! Im new on soft soft, and tNice tutorials tutorial really helped

  • @derplaga
    @derplaga 5 років тому +5

    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

  • @serialtv8538
    @serialtv8538 2 роки тому

    You are a legend, you helped a lot and you explained it really great!

  • @utkarshatre3345
    @utkarshatre3345 4 роки тому +4

    Running Firefox as root in a regular user's session is not supported.
    I'm getting this error can anyone help me?
    @HackerSploit

    • @MultiSamarjit
      @MultiSamarjit 4 роки тому +1

      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

    • @iduemabboni3971
      @iduemabboni3971 4 роки тому +1

      Type exit, and then try, if it show up again create a new user that is not Root

  • @HunterBlock
    @HunterBlock 7 років тому

    best proxychains.conf setup video
    👍👍👍👍👍👍👍👍

  • @mohammedrahmanr6464
    @mohammedrahmanr6464 5 років тому +3

    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..?????????????????

  • @mayloncadena8787
    @mayloncadena8787 2 роки тому

    Almost fell asleep wNice tutorialle listening to Nice tutorials voice

  • @anonzkingz6599
    @anonzkingz6599 7 років тому +6

    Unit tor.service not found.

    • @loganrodgers6781
      @loganrodgers6781 7 років тому

      lol i had the same problem

    • @emil.solberg
      @emil.solberg 7 років тому +3

      run this in the terminal: apt-get install tor

    • @Scarz733
      @Scarz733 7 років тому

      thank you holy shit

    • @kevin77757
      @kevin77757 7 років тому +2

      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.

    • @itsmyhacks3085
      @itsmyhacks3085 7 років тому +1

      Guys it doesn't work for me, it says package tor is not available, but it is referred by another package

  • @ansgkffx
    @ansgkffx Рік тому

    while I learn from you, I always hope to hear that "I am teaching for educational purpose only" 😂😂
    thank you!

  • @digambargund577
    @digambargund577 5 років тому +4

    sir after all that my firefox is not working

    • @HassanKazmi-cu9ml
      @HassanKazmi-cu9ml 3 місяці тому

      Mine is also not working...can you tell me how you fix it?

  • @ryanbeegel639
    @ryanbeegel639 6 років тому +2

    Awesome video. Works great! Thanks for the video series

  • @theonefrancis696
    @theonefrancis696 6 років тому +10

    Q: It doesn't work.
    A: Make sure Firefox or whatever browser you are using is closed before launching proxychains.

  • @blog.pymastery
    @blog.pymastery 6 років тому +1

    I watched this video too late! However, it's really helpful.
    Thanks

  • @anishbhowmick6391
    @anishbhowmick6391 5 років тому +5

    i have done everything as said but my ip doesn't changed

    • @mina_ashraf
      @mina_ashraf 5 років тому +1

      close the browser before starting the proxychain

  • @GhostCrypto-tm1tl
    @GhostCrypto-tm1tl 3 роки тому +1

    Really , a helpful informative video , thank you.

  • @ggmaxx66
    @ggmaxx66 5 років тому +5

    thank you! my IP now says Frankfurt am Main, Germany

  • @lktechTraining
    @lktechTraining 5 років тому

    Works ..thanks..had to install Tor and change settings in Firefox to use dns in socks tick box

    • @muhammadmuneer9951
      @muhammadmuneer9951 5 років тому

      I don't know why firefox still giving me server error....help please?

    • @lktechTraining
      @lktechTraining 5 років тому

      @@muhammadmuneer9951 I'm using Linux mint..I followed the instructions

    • @muhammadmuneer9951
      @muhammadmuneer9951 5 років тому +1

      @@lktechTrainingActually I worked it out.

  • @dickfitzwell1592
    @dickfitzwell1592 4 роки тому

    Thank for breaking things down. Much appreciated.

  • @thevader6946
    @thevader6946 4 роки тому

    Yooo thanks bro, 2020 and It still works, thx bro

  • @DracoMarketingTutorials
    @DracoMarketingTutorials 7 років тому +1

    Thanks for episode 2!

    • @HackerSploit
      @HackerSploit  7 років тому +1

      Casual Music You're welcome

    • @DracoMarketingTutorials
      @DracoMarketingTutorials 7 років тому

      HackerSploit Hey I have sent you a message on kik, it is still sending for whatever reason but you should get it soon!

  • @Banele808
    @Banele808 4 роки тому

    your tutorial are good

  • @masoodrehman5671
    @masoodrehman5671 2 роки тому

    Annie's Adventures too I’ve had soft for over a year. Stagnant‼️. But after tNice tutorials video I’m nice tutoing and rolling

  • @josekiki1587
    @josekiki1587 3 роки тому +2

    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.

    • @8080VB
      @8080VB 3 роки тому +2

      Thx ! Helped

    • @diistrict
      @diistrict 2 роки тому +1

      Thank youuu

  • @cleric2680
    @cleric2680 7 років тому

    Thanks man it works in winnpeg canada i love you man

  • @VijayDadhichcs
    @VijayDadhichcs 3 роки тому +1

    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.

  • @philbohackinz8064
    @philbohackinz8064 6 років тому

    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.

  • @rachitgoyal1513
    @rachitgoyal1513 5 років тому

    Thankx dude its really working .... I am totally shocked...!!! Thanxx

  • @siddheshnandiwadekar1423
    @siddheshnandiwadekar1423 4 роки тому

    this is really useful sir...thank you
    can you tell me what are transperent dns proxies and how to fix it??

  • @decoder6878
    @decoder6878 3 роки тому

    Very helpful content.

  • @nihatk9483
    @nihatk9483 2 роки тому

    The worst tNice tutorialng soone can do after starting is quitting... never give up and the rewards will be greatly appreciated

  • @haroonrehman8156
    @haroonrehman8156 3 роки тому +2

    Do I have to always type the proxychains fire fox site.com or service tor start will do all the stuff for proxies

  • @plastikkman
    @plastikkman 7 років тому

    Thank you for the explanation, I really like your videos!

    • @HackerSploit
      @HackerSploit  7 років тому +1

      You are welcome, i appreciate the support.

  • @DoubleportwalisakarSG19
    @DoubleportwalisakarSG19 4 роки тому

    Thank you very man its help full video for me once again thanks a lot

  • @huellastveg
    @huellastveg 4 роки тому

    Hello! Please i need help! i am getting this error | no DISPLAY environment variable specified on kali linux

  • @kooroshmoshrefi3377
    @kooroshmoshrefi3377 5 років тому +1

    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?

  • @RichmondTamakloe-e2o
    @RichmondTamakloe-e2o 5 днів тому

    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?

  • @SkysimAir
    @SkysimAir 3 роки тому +1

    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.

  • @hamzahp3410
    @hamzahp3410 2 роки тому

    (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

  • @waliyo007
    @waliyo007 6 років тому +1

    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

  • @vasireddygokul6874
    @vasireddygokul6874 4 роки тому

    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????????¿??????

  • @that_onedude1189
    @that_onedude1189 2 роки тому

    very good video hope your pillow is cold man

  • @adnan-khan
    @adnan-khan 6 років тому +1

    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?

  • @omardjib
    @omardjib 4 роки тому

    also for the public information, in order for the proxychains to start you will need to close and restart all the browser

  • @riseagain4973
    @riseagain4973 3 роки тому

    Man you're just amazing.

  • @brandonhill8984
    @brandonhill8984 4 роки тому +1

    What to do if you get an access denied message while trying to save configuration

  • @Mohitkumar-ug8jq
    @Mohitkumar-ug8jq 2 роки тому

    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.

  • @indecentseas-
    @indecentseas- 6 років тому +1

    don't hate on nano. it's perfect for editing config files.

  • @skyler6133
    @skyler6133 6 років тому +1

    awesome tutorials man

  • @ivobaren1
    @ivobaren1 6 років тому

    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?

  • @abuzarmotiwala3343
    @abuzarmotiwala3343 2 роки тому

    Thanks for the vid!

  • @hornok9333
    @hornok9333 3 роки тому +1

    its very helpful :)

  • @abdulrahmanahmad403
    @abdulrahmanahmad403 3 роки тому

    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.

  • @re70-december32
    @re70-december32 4 роки тому

    Thank you this helps out a lot

  • @sudhirpratapsingh5730
    @sudhirpratapsingh5730 6 років тому

    Awesome tutorial.., I have a doubt. Is NAT network mode with proxychains safe ?

  • @Raven-ko9tl
    @Raven-ko9tl 6 років тому

    What is the different between anonsurf and Proxychains ??? which one is better to use??? both could be use as the same time ???

  • @tigrik0073
    @tigrik0073 2 роки тому

    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

  • @abukaram9343
    @abukaram9343 2 роки тому

    Much appreciation.

  • @MuhammadLab
    @MuhammadLab 3 роки тому +1

    Running Firefox as root in a regular user's session is not supported.

  • @TreeGreenOak
    @TreeGreenOak 3 роки тому

    thank you great video :)

  • @nerowx0
    @nerowx0 4 роки тому

    but does it hide you from NMAP SCANNING TOO and some programs ??? or just in Browsers ?

  • @Me-xo8kc
    @Me-xo8kc 4 роки тому

    What's difference between vpn and proxy?
    What do you think is best?