abdoxfox / HTTP-CUSTOM-HEADERS-VPN

http ssl ssh tunneling vpn for android and linux devices
Apache License 2.0
162 stars 88 forks source link

redsocks issue: debian gnu/linux amd64 (Parrot OS) #25

Closed knightfall-cs closed 1 year ago

knightfall-cs commented 1 year ago

Issue: Authenticate to password Authentication Comleted CONNECTED SUCCESSFULLY ---Tunneling starts----- chmod: cannot access 'redsocks': No such file or directory sudo: ./redsocks: command not found KILLING PROCESS.... sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] DONE

I aready installed all packages including redsocks and pip requirments.

Is there any ways to fix this issue, i think its all about redsocks and also i never used that before.

Any suggestions?

abdoxfox commented 1 year ago

unzip redsocks.zip then get access to redsocks directory and run this command: make

knightfall-cs commented 1 year ago

Tried and got this error:

cc -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o parser.o parser.c In file included from parser.c:29: utils.h:6:10: fatal error: event.h: No such file or directory 6 | #include | ^~~~~ compilation terminated. make: *** [: parser.o] Error 1