You are not logged in.

#1 2004-12-18 02:46:40

qwerty
Member
Registered: 2004-12-17
Posts: 183

[new] yaph

PKGBUILD

pkgname=yaph
pkgver=0.91
pkgrel=1
pkgdesc="Yet Another Proxy Hunter allows to find proxy servers compatible for TCP tunneling and to validate proxy lists (good for use with proxychains)"
url="http://yaph.sourceforge.net/"
depends=()
conflicts=()
backup=()
install=
source=(http://belnet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver/$pkgname
  patch -Np1 -i $startdir/$pkgname.patch || return 1
  cd ..
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

yaph.patch

diff -ru src/yaph-0.91/yaph/init.c yaph/init.c
--- src/yaph-0.91/yaph/init.c   2003-02-09 07:33:04.000000000 +0100
+++ yaph/init.c 2004-12-18 03:25:35.000000000 +0100
@@ -200,7 +200,7 @@
                 }
             }
         }
-       no_file:
+no_file:;
 }

 // ------   open files
diff -ru src/yaph-0.91/yaph/tcp_utils.c yaph/tcp_utils.c
--- src/yaph-0.91/yaph/tcp_utils.c      2003-02-09 06:54:38.000000000 +0100
+++ yaph/tcp_utils.c    2004-12-18 03:25:35.000000000 +0100
@@ -27,7 +27,7 @@
     goto error;
   return sock;
 error:
-  return -1;
+close(sock);  return -1;
 }

 int read_line(int fd, char *buff, size_t size)


Useful to find/validate proxy lists to use with proxychains...

Description (from website):
YAPH - Yet Another Proxy Hunter - allows to find public access proxy servers on the Internet and to validate proxy lists. YAPH reveals SOCK4, SOCKS5, and HTTP (CONNECT method) proxies. HTTP proxies are tested for CONNECT method only, since only this method provides ability to tunnel TCP through HTTP proxy. YAPH utilizes the power of Nmap to find new undiscovered public proxy servers on the Internet.

Offline

#2 2004-12-18 03:14:40

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [new] yaph

as far i understand, using proxy-chains can speed-up internet, right? is this of any help for daily use? (wikipedia, reading scientific papers, downloading pdfs ...)?


The impossible missions are the only ones which succeed.

Offline

#3 2004-12-18 04:09:20

qwerty
Member
Registered: 2004-12-17
Posts: 183

Re: [new] yaph

Ooops... i forget something... roll  roll

PKGBUILD:

# Contributor: qwerty <qwerty@riot.eu.org>

pkgname=yaph
pkgver=0.91
pkgrel=1
pkgdesc="Yet Another Proxy Hunter allows to find proxy servers compatible for TCP tunneling and to validate proxy lists (good for use with proxychains)"
url="http://yaph.sourceforge.net/"
depends=()
conflicts=()
backup=()
install=
source=(http://belnet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz $pkgname.patch)
md5sums=('f09edd5ba42c671f2d62760bf58604ec' '6f4c69f531ea6a1f1149312cb522b24c')

build() {
  cd $startdir/src/$pkgname-$pkgver/$pkgname
  patch -Np1 -i $startdir/$pkgname.patch || return 1
  cd ..
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#4 2004-12-18 04:18:43

qwerty
Member
Registered: 2004-12-17
Posts: 183

Re: [new] yaph

dp wrote:

as far i understand, using proxy-chains can speed-up internet, right? is this of any help for daily use? (wikipedia, reading scientific papers, downloading pdfs ...)?

Is useful if someone (like me) share the same ip with other ppl and wants to use nicotine without been banned every few times or going on IRCnet and so on...
In italy there is an internet provider called fastweb that sell fast internet connection for a cheap price, but, and it sucks, every neighborhood share the same ip.... I'm a fastweb user, so i need proxychains to do a lot of things. and maybe other ppl are in my same situation and may find this software useful... smile

Offline

#5 2004-12-18 15:41:18

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [new] yaph

qwerty wrote:
dp wrote:

as far i understand, using proxy-chains can speed-up internet, right? is this of any help for daily use? (wikipedia, reading scientific papers, downloading pdfs ...)?

Is useful if someone (like me) share the same ip with other ppl and wants to use nicotine without been banned every few times or going on IRCnet and so on...
In italy there is an internet provider called fastweb that sell fast internet connection for a cheap price, but, and it sucks, every neighborhood share the same ip.... I'm a fastweb user, so i need proxychains to do a lot of things. and maybe other ppl are in my same situation and may find this software useful... smile

oh ... ok - thanx


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB