Author Topic: Proxy Tool kit [Test]  (Read 5324 times)

0 Members and 1 Guest are viewing this topic.

Offline bubzuru

  • Knight
  • **
  • Posts: 395
  • Cookies: 21
  • everything is contained in the data
    • View Profile
    • New School Tools
Proxy Tool kit [Test]
« on: July 07, 2012, 02:47:10 am »
i have an idea for a "proxy toolkit"

check proxys
chain proxys
you-->SOCKS5-->HTTP-->SOCKS4a-->Webserver
proxy list downloader
direct the trafic of any program through a proxy(chain) using hooks

nly got the checker code now , need ppl to test fr bugs , little things iv mised. why i write the code for the outhr stuff


Download atatched to the post
« Last Edit: July 07, 2012, 03:00:47 am by bubzuru »
Damm it feels good to be gangsta
http://bubzuru.comule.com

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Proxy Tool kit [Test]
« Reply #1 on: July 07, 2012, 08:06:19 am »
Source please

Offline Ragehottie

  • Knight
  • **
  • Posts: 313
  • Cookies: -9
  • Hack to learn, not learn to hack.
    • View Profile
Re: Proxy Tool kit [Test]
« Reply #2 on: July 07, 2012, 05:28:38 pm »
Source please
Blog: rexmckinnon.tumblr.com

Offline NeX

  • Peasant
  • *
  • Posts: 74
  • Cookies: 5
    • View Profile
Re: Proxy Tool kit [Test]
« Reply #3 on: July 07, 2012, 07:09:00 pm »
Proxychains does this :)
Check it out:
Code: [Select]
http://proxychains.sourceforge.net/

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Proxy Tool kit [Test]
« Reply #4 on: July 07, 2012, 07:30:00 pm »
asdf
« Last Edit: February 13, 2013, 11:26:44 am by DeepCopy »
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline bubzuru

  • Knight
  • **
  • Posts: 395
  • Cookies: 21
  • everything is contained in the data
    • View Profile
    • New School Tools
Re: Proxy Tool kit [Test]
« Reply #5 on: July 07, 2012, 11:57:38 pm »
Proxychains does this :)
Check it out:
Code: [Select]
http://proxychains.sourceforge.net/

just checked the source , it only runs on linux tho (works basically the same way i said in my post LD_PRELOAD (linux hooks))

im planning on using the freecap injection library , got the code working (sort of )

If you can create something like this:

http://ultrasurf.us/

But then with the features you want to implement it would be AWESOME! I'd use it daily ;) (I'm currently using ultrasurf right now >.<)

going to install now and take a look . will see what i can do :)
Damm it feels good to be gangsta
http://bubzuru.comule.com

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Proxy Tool kit [Test]
« Reply #6 on: July 08, 2012, 09:05:21 pm »
asdf
« Last Edit: February 13, 2013, 11:29:07 am by DeepCopy »
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline bubzuru

  • Knight
  • **
  • Posts: 395
  • Cookies: 21
  • everything is contained in the data
    • View Profile
    • New School Tools
Re: Proxy Tool kit [Test]
« Reply #7 on: July 11, 2012, 03:35:25 am »
@bubzuru
If you need any private beta testing PM me ;)

Ultrasurf works the same way you describe, except it does not do a proxy chain. It was created for people in china. There are a few other programs like it as well. This includes Freegate (China IPs only) plus a few others. It hooks the browser (IE+Firefox, havent tried it with much else) and speed is decent 100-400kbps but that depends on the quality of the proxies

Ok then you can be the tester

i tool a look at utrasurf, it works in a strange way (sets up a 'proxy' on your machine then routs the traffic from there to the utrasurf proxy) i guess that's so the 'proxy' on your pc can get a working proxy address to route the traffic through

Anyways

i cant get the ultrasurf to route through a chain BUT i have extended the functionality a bit. (can now run through "firefox","IE","Chrome","Opra" with one click) and i have an idea that i think will work

(YOU --> PC RUNNING APP TO SEND DATA TO ULTRASURF --> ULTRASURF --> WEB

its a chain sort of, will add feature soon

ps.
  nutithreading is done
  added ip filter
  code updates (much faster)

will send you test version soon

Peace
Damm it feels good to be gangsta
http://bubzuru.comule.com

Offline bubzuru

  • Knight
  • **
  • Posts: 395
  • Cookies: 21
  • everything is contained in the data
    • View Profile
    • New School Tools
Re: Proxy Tool kit [Test]
« Reply #8 on: July 11, 2012, 03:43:44 am »
Idea

if we can find out where the server installed on your pc is getting its working proxy list from then we CAN chain ultrasurf :) also it would be good for the proxy list download feature

someone look into that please
Damm it feels good to be gangsta
http://bubzuru.comule.com

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Proxy Tool kit [Test]
« Reply #9 on: July 11, 2012, 07:23:22 am »
asdf
« Last Edit: February 13, 2013, 11:30:32 am by DeepCopy »
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline bubzuru

  • Knight
  • **
  • Posts: 395
  • Cookies: 21
  • everything is contained in the data
    • View Profile
    • New School Tools
Re: Proxy Tool kit [Test]
« Reply #10 on: July 13, 2012, 10:37:17 pm »

hrm I'm not sure I understand what you mean

EDIT:
If I think I understand you correctly you want the proxys from the UltraSurf application. What I would do is load up the server then check your IP and then do a port scan on the IP. HOWEVER if they are password protected this wont work, but if not with the port scan you should be able to determine the port.

yup
we will figure it out.

iv added multi threading, load,save functions (filter ip. doesnt work yet)
known bugs are in the bug list

adding the "SafeSurf (UltraSurf Mod)" option now

just try working proxys and see if you find any ui bugs.
let me know asap

Download attached
Damm it feels good to be gangsta
http://bubzuru.comule.com

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Proxy Tool kit [Test]
« Reply #11 on: July 13, 2012, 11:26:10 pm »
asdf
« Last Edit: February 13, 2013, 11:35:52 am by DeepCopy »
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline bubzuru

  • Knight
  • **
  • Posts: 395
  • Cookies: 21
  • everything is contained in the data
    • View Profile
    • New School Tools
Re: Proxy Tool kit [Test]
« Reply #12 on: July 14, 2012, 03:24:59 am »
i think i know what the problem is, will you send me the proxy list you used ? because i cant recreate the error.

it does handle https proxys but they need to be added to the list as HTTP (i never thought about that)



the server in the pic is HTTPS

some working servers are reporting 400 error and being logged as not working  i dont know why

will post updated version tomorow, time for bed. byeee


« Last Edit: July 14, 2012, 03:26:34 am by bubzuru »
Damm it feels good to be gangsta
http://bubzuru.comule.com

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Proxy Tool kit [Test]
« Reply #13 on: July 14, 2012, 09:41:44 am »
asdf
« Last Edit: February 13, 2013, 11:36:50 am by DeepCopy »
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline bubzuru

  • Knight
  • **
  • Posts: 395
  • Cookies: 21
  • everything is contained in the data
    • View Profile
    • New School Tools
Re: Proxy Tool kit [Test]
« Reply #14 on: July 14, 2012, 04:00:44 pm »
I just checked my list txt doc, but for some reason its empty >.< I got the proxys from the hidemyass proxy list, just copied the ones with good security and speed (green ones) I just grabbed a few to check, only one worked even though hidemyass says the proxies were up.

Also on another note I can't see the pics you posted, however it might be ultrasurf blocking it.

Also have you checked out UltraVPN?
http://evilzone.org/anonymity/new-from-ultrareach-ultravpn/

Its just like UltraSurf, however it connects to a VPN. It would be pretty cool to do a chain like this:
COMP->YourApp->Proxy1(user defined)->UltraSurf->UltraVPN->Web

Dunno if thats possible just trying to help out with some ideas

its ok i recreated the problem (was just a <= instead of <) dont know how i didn't find it, guess thats why you have testers :) 

fixed the save bugs
fixed the HTTPS bug (will now work if you add HTTPS to proxy list)

Code: [Select]
COMP->YourApp->Proxy1(user defined)->UltraSurf->UltraVPN->Web
there might be a problem there because UltraSurf doesn't like requests from proxys (or my proxy checker for that mater :S)

will take a look at UltraVpn when i get time, thanx for help testing, i think the checker code is basically there (just 1 or 2 more tests) so now i can start adding other features 

there is a little bug with the progress bar (it will say 100% why the last proxy is checking)
also working http/s proxys will be reported as down if they don't support the connect method

thanx for the help , will post new download soon

Damm it feels good to be gangsta
http://bubzuru.comule.com