From 8c542d83091f9ba5ccb095fad730651f8e6c1eef Mon Sep 17 00:00:00 2001 From: Epoch Qwert Date: Thu, 23 Oct 2014 01:20:02 -0500 Subject: fixed gopherd's LFI and added excuting files. httpd had flushing issues. realpath is new! does what it says. gives absolute path of a file. deddos, peerip, peerip.pl, were laying around elsewhere. gethostbyname got a new trick. can do decimal addresses among other things. hop0 is a shell script that gets what IP will be put on the source address of outgoing packets sent to $1. rtfs. --- rebuild.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rebuild.sh') diff --git a/rebuild.sh b/rebuild.sh index f705cdb..62380e3 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -1,4 +1,6 @@ -#!/bin/sh -v +#!/bin/sh -vq +rm bin/* +rm libexec/* for i in src/*;do iout=$(basename $i) mkdir -p $iout -- cgit v1.2.3