1 #Maintainer: Sebastien Duquette <ekse.0x@gmail.com>
5 pkgdesc="a man-in-the-middle non-deterministic network fuzzer written in Python"
6 url="http://theartoffuzzing.com/joomla/index.php?option=com_content&task=view&id=21&Itemid=40"
10 source=("http://theartoffuzzing.com/downloads/proxyfuzz/proxyfuzz.py")
11 md5sums=('16335167eec8447d244ca48ab1ae1b2a')
16 # Add interpreter definition at the beginning of the script
17 echo "#!/usr/bin/python" > proxyfuzz
18 cat proxyfuzz.py >> proxyfuzz
23 install -D -m755 proxyfuzz $pkgdir/usr/bin/proxyfuzz