403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.39
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/net/proxychains/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/net/proxychains/files/patch-proxychains-libproxychains.c
--- proxychains/libproxychains.c.orig	2006-03-15 16:16:59 UTC
+++ proxychains/libproxychains.c
@@ -160,7 +160,7 @@ static inline void get_chain_data(
 
 	if(!(file=fopen("./proxychains.conf","r")))
 	if(!(file=fopen(buff,"r")))
-	if(!(file=fopen("/etc/proxychains.conf","r")))
+	if(!(file=fopen(PREFIX "/etc/proxychains.conf","r")))
 	{
 		perror("Can't locate proxychains.conf");
 		exit(1);
@@ -290,8 +290,8 @@ void freeaddrinfo(struct addrinfo *res)
 
 int getnameinfo (const struct sockaddr * sa,
 			socklen_t salen, char * host,
-			socklen_t hostlen, char * serv,
-			socklen_t servlen, unsigned int flags)
+			size_t hostlen, char * serv,
+			size_t servlen, int flags)
 {
 	int ret = 0;
 	if(!init_l)

Youez - 2016 - github.com/yon3zu
LinuXploit