This website requires JavaScript.
Explore
Help
Sign In
Akkariin
/
proxychains-ng
Watch
1
Star
0
Fork
0
You've already forked proxychains-ng
mirror of
https://github.com/rofl0r/proxychains-ng
synced
2026-05-15 01:52:34 +08:00
Code
Issues
Releases
Wiki
Activity
42
Commits
14
Branches
18
Tags
b20106ce2eaa32f3b6763641bf676299774ea374
Commit Graph
42 Commits
This Branch
This Branch
All Branches
make Makefile simpler and more correct
rofl0r
·
2012-01-24 07:29:34 +01:00
b20106ce2e
prevent configure-generated config to always overwrite CFLAGS in env
rofl0r
·
2012-01-24 07:29:04 +01:00
e5f3422b16
add proper feature tests for putenv, getenv
rofl0r
·
2012-01-24 07:14:45 +01:00
150e624182
fix signedness of hashfunc
rofl0r
·
2012-01-17 16:09:55 +01:00
c3a0f677fb
updated README
rofl0r
·
2011-11-14 01:57:54 +01:00
3bd07fca00
fix potential buffer overflow (exists in vanilla 3.1 as well)
rofl0r
·
2011-11-07 17:07:00 +01:00
0845d1c044
oh wait. checking the hash is not enough.
rofl0r
·
2011-11-07 04:11:20 +01:00
16fa60a705
fix SOCKSv4a
rofl0r
·
2011-11-07 00:09:46 +01:00
08d6feace8
cleanup debug code and remove warnings
rofl0r
·
2011-11-06 23:35:57 +01:00
a6d778a0f1
do not override our CFLAGS when none are passed
rofl0r
·
2011-11-06 17:52:32 +01:00
8f3bc0934a
add possibility to search for DLL in exe's path
rofl0r
·
2011-11-06 17:47:44 +01:00
6ac6abd3de
fix realloc and add a layer of threadsafety upon dns-list accesses
rofl0r
·
2011-11-06 17:46:11 +01:00
41e73ab58d
buff is unsigned char now
rofl0r
·
2011-11-06 15:47:00 +01:00
d5ae1f9202
fix index algo
rofl0r
·
2011-11-06 15:18:50 +01:00
4cb2cf3416
implemented remote proxy dns lookup via use of reserved ip ranges and a lookup table
rofl0r
·
2011-11-06 14:12:50 +01:00
5de7fa20c8
cleaned up main program
rofl0r
·
2011-11-06 14:11:36 +01:00
d30b0a8712
cleanup of the Makefile and renamed to proxychains4
rofl0r
·
2011-11-06 14:07:38 +01:00
e547835be6
added a configure script for nostalgics, and to not update INSTALL
rofl0r
·
2011-09-11 16:45:40 +02:00
8e82005d91
updated TODO
rofl0r
·
2011-09-10 23:32:18 +02:00
f3511f77d5
fix getopt usage (C) unknown author
rofl0r
·
2011-09-10 23:13:26 +02:00
b1febc25d6
care about the argv array when the filename is passed
rofl0r
·
2011-09-10 23:05:07 +02:00
c377789d14
set executable bit for stuff in bin
rofl0r
·
2011-09-10 22:50:53 +02:00
a9df8ecaaa
remove dependency on lib dir in build dir
rofl0r
·
2011-09-10 22:48:46 +02:00
888a81345a
add a config template for the Makefile, and remove some unused variables
rofl0r
·
2011-09-10 22:43:30 +02:00
1740dfbd66
install also proxychains config template into etc
rofl0r
·
2011-09-10 22:38:13 +02:00
76545db413
remove nonexisting docs
rofl0r
·
2011-09-10 22:34:01 +02:00
2f1958d551
care about HOME also in proxychains loader. put common symbols in common.h
rofl0r
·
2011-09-10 22:32:27 +02:00
b8bdfc2d5e
exact fix for the wrong getnameinfo prototype in GLIBC < 2.14
rofl0r
·
2011-09-04 18:13:30 +02:00
4d517cdfb0
some cosmetic changes
rofl0r
·
2011-09-04 02:03:47 +02:00
218d242aab
fixed a couple of bugs, warnings, added basic gethostbyaddr support and a plain Makefile
rofl0r
·
2011-09-04 01:45:16 +02:00
5095296ddf
fixed usage of int instead of socklen_t
rofl0r
·
2011-09-02 22:53:50 +02:00
a6792b937d
remove gnu autocrap
rofl0r
·
2011-09-02 20:32:04 +02:00
86be015f0d
fixes needed to compile with a standard compliant libc
rofl0r
·
2011-09-02 19:55:50 +02:00
7cde272e29
Merge branch 'master' into proxychain_fixes
Conflicts: proxychains/libproxychains.c
Adam Hamsik
·
2011-03-23 11:20:55 +01:00
f85edffeea
added port support for localnet
Jianing Yang
·
2011-03-22 22:04:52 +08:00
a6681ca7a1
Add some README fixes, mention new -f parameter and other changes.
Adam Hamsik
·
2011-02-25 17:48:33 +02:00
7183b7ef1a
Add support for localnet config entry in proxychains.conf file.
Adam Hamsik
·
2011-02-25 17:18:37 +02:00
e928b25735
Add support for localnet keyword to proxychains config file.
Adam Hamsik
·
2011-02-25 17:16:58 +02:00
bb2d076fab
Add proxychains singal fixes, refactor code while I was there it was pretty horrid :/.
Adam Hamsik
·
2011-02-25 16:18:29 +02:00
6f451f094d
Add gitignore file to disable build files from commits.
Adam Hamsik
·
2011-02-25 14:25:47 +02:00
282d3d0390
Add my multiple config file fixes to proxychain.
Adam Hamsik
·
2011-02-25 14:21:34 +02:00
85aec8878d
Add vanila proxychains 3.1 sources.
Adam Hamsik
·
2011-02-25 11:40:11 +02:00
4c7262163e