How To Use Proxy Servers in Python

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 75

  • @raymondmichael4987
    @raymondmichael4987 3 роки тому +20

    I need more of this; please a longer video or a series

  • @kav955-qo1dt
    @kav955-qo1dt 9 місяців тому

    at this point i have stumbled upon so many of your tutorials that i cant help but subscribe. thanks for making all of those great videos bro

  • @rebelScience
    @rebelScience Рік тому +3

    Such a short, quick video, yet so amazingly useful video. Thank you.

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

    My guy ur tutorial and personality are very inspiration. I swear

  • @cesar20984
    @cesar20984 3 роки тому +3

    Im doing exactly the same, but still showing me my own ip. Anybody could help me?

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

    can somebody help me out? i did the exact same thing but when i use proxies=proxies nothing happens in my terminal and i just get nothing but a new line. why don't i recieve my new 'location' like in the video? (i have the exact same code)

  • @electricz3045
    @electricz3045 3 роки тому +4

    On the given example a VPN would work too. The reason why we use proxies, is to switch IPS cause after a while ven VPNs might get ratelimited but just by requesting a api once that returns Infos about the network you won't really need to use proxies.

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

      Thats not the reason for proxies. A proxies job is to aggregate web traffic. Organizations commonly use web proxies for filtering as well as for security. It allows for your internal computers instead of all going out directly to the internet to communicate with the proxy which in turn will send the web traffic back to the clients.

    • @disrael2101
      @disrael2101 3 роки тому +3

      I didn't quite get it so what are the differences and adventages of proxies vs vpn and vice versa

    • @electricz3045
      @electricz3045 3 роки тому +5

      @@disrael2101 you can insert a list of proxies into a tool. Each connection will use a proxy (almost like a VPN) but the difference is, that on a VPN you would need to manually select a location and this is not good if you do multiprocessing it threading stuff. Using a proxy instead has a lot of advantages like being able to make every request with another proxy what make your requests seem more legit on your target. A VPN is good if you want to connect for a longer time to the same server location and probably bypass a regionban but a VPN is defently not the right choice when it comes to send requests with a own program and change the IP in every request you make.

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

      @@electricz3045 ok that's totally makes sense now.. but other than the adventage of using proxies for boting purpose, are they pretty much the same? Lastly how can I host my network as a VPN or a proxy server for example so others can use it, or better said where all those proxies are coming from aka who creates / hosts them usually?

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

      @@disrael2101 I'm not a proxy expert but what exactly are you trying to do here?
      You can join the onion network if you want to use your resources to help people browse anonymously.
      To set up your device as a proxy server someone smarter than me may be able to show you a tool, but a couple notes... if you don't have a dedicated IP through your ISP or server host you'll need a way to update clients if your IP changes. Second, are you sure you trust people to route their traffic through your machine...?

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

    Hi, I need to remotely access a colo server for some file transfers and I can only access these colos via a whitelisted IP address for which I have the ip address, user, and password. How do I do this in Python?

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

    heyhey, thx for your tutorials. Maybe a stupid question: Is there a way to stack proxys, I mean go through one proxy and with that through another?

  • @brx-hashcode
    @brx-hashcode 2 роки тому +5

    It’s not working

  • @yaffastern8841
    @yaffastern8841 4 місяці тому

    i need help in this video,please help me i trying to use proxies by opening(CTRL+,) and search proxy than i am putting my proxy server details with user and password but still Proxy not using..please help sir.

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

    Intro is DOPE

  • @Rafael-pi3zt
    @Rafael-pi3zt 2 роки тому

    please how do you use a proxy list taking a random one from the list on each request?

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

    nice vid, just wanted to ask which Pycharm color theme do u use

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

    Just what i needed, thank you so much!

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

    how to open tab in chrome each time with different proxy ? thnx

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

    New to IT, so you just run the script once on your computer and you’ll automatically have a proxy? Can anybody explain this?

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

      No. The proxy is only used for the requests you make when you specify it.

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

      @@NeuralNine I see. Thanks for the quick reply! So basically you are manually inputting the URL’s you want your computer to browse within the script. You are pretty much browsing the web through the command line?

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

    Is secure to use a free proxy page? In terms of cybersecurity I mean. Thank you

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

    Can you cascade those proxies together? And if so how?

    • @started.494
      @started.494 3 роки тому +3

      Put rest of the proxies you have in one dictionary , then make a for loop according to the number of the proxies inside the dictionary and I think that's it

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

      @@started.494 yeah I thought it would be something like that and I'm looking at a string encryptor in python, I wonder would it apply here too?

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

      @@started.494
      Could be the start of a custom vpn lol

    • @started.494
      @started.494 3 роки тому +1

      @@infowarrior75 yes of course , why do you need that in the proxies server ?

    • @started.494
      @started.494 3 роки тому +1

      @@infowarrior75 In a custom VPN you will need premium proxies which might cost a lot at the start

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

    Can you make video on how to develop a mini proxy server?

  • @x-jbbj-x8107
    @x-jbbj-x8107 2 роки тому

    Bro, you will make me ethical hacker !!! I have learned a lot of thing from you !!!

  • @bololop1625
    @bololop1625 3 місяці тому

    why do i get "Failed to establish a new connection: [WinError 10061]"

  • @FACKDAWURLD
    @FACKDAWURLD 15 днів тому

    2:10 why are you showing location? I get why hide IP but then to show your location is kinda wild

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

    How to make this be available for a VPN Connection?

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

    Can you show me how to use selenium Login Gmail account on Google?

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

    It won't do anything.just stays ,,stucked,, in the terminal,like it does something but nothing happens

  • @LukieHZX
    @LukieHZX 3 роки тому +8

    Could you make a video of how to MAKE a proxy in Python? Just to forward TCP- or UDP-Traffic.

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

      To make a proxy I think so you will need a VPS. I don't really know much about it but that is what I think

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

      @@acidopcodes No, you definitly don't! I want a proxy, so I can analyse the internet traffic and change it, if I want to, you are thinking, that you can use a proxy, only for "changing" the IP-Address. But that is not true... 🤦‍♂️

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

      @@LukieHZX Since u asked how to "MAKE" a proxy, I thought the other way.

    • @NaveenAhuja-ej8yf
      @NaveenAhuja-ej8yf Рік тому

      Can anybody make video for "port forwarding" by Python. I need to do port forward PC to mobile "Smb service" for file transfer. One application is running in mobile called "Lan Drive" which can start smb service mobile to PC ,but it will work only above 1024 port (android not work on below 1024 ports). I need to do port forward in PC , port 445 to 1445 forwarding.

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

    what software are you using to program?

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

    Liked. Subscribed and looking frwd to such amazing solutions.
    One thing i wanted to ask is can i target a website with multiple ip addresses so that it doesnt know that my bot is scraping data from it.
    Loved your video by the way.
    Thanks n look frwd to hear from you. ❤

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

    I'm trying to learn the protocol. Literally using a socket to connect to a SOCKS5 proxy and learn how to communicate with it. So far no luck.

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

    how to use username and password?

  • @anoopmathew8241
    @anoopmathew8241 2 роки тому +2

    Nor Working

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

    Thats what i want and you read my mind
    Thanks

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

    Nice video, It would be very helpful if you mentioned a website where we can get free proxies...

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

    Very helpful video

  • @wiki-infodevelopment3369
    @wiki-infodevelopment3369 2 роки тому +1

    doesn't work!

  • @8ouc
    @8ouc Рік тому

    Thanks 🥳

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

    can u provide a working proxy

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

    well that was fun. :)

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

    Thanks!

  •  3 роки тому

    I need this thanks

  • @Bruh-sp2bj
    @Bruh-sp2bj 3 роки тому +1

    a 7 minute video to teach you how to add an additional parameter to a requests call?

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

    Have yet to find something python can’t do. It’s applications are endless.

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

      Well making a OS is one but apart from it yes.
      And no I don't want to build an OS in python.

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

    nice video

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

    a soft VPN :D

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

    69 comments

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

    wait, you aint american? that's interesting

  • @캬아아악퉤
    @캬아아악퉤 3 роки тому

    Neural9