Merge branch 'master' from laptop

Conflicts:

	doc/ideas.txt
	pwnables/service/sshd.pwn/run
This commit is contained in:
Neale Pickett 2010-10-22 11:30:58 -06:00
commit 939514d9f7
6 changed files with 16 additions and 8 deletions

View File

@ -14,7 +14,8 @@ Ideas for puzzles
* Broken startup scripts, when fixed award more points
* Lots of remote exploits
* "qemu -net socket" vpn thingy and then...
* sfxrar packed with upx. Change an instruction so it won't actually execute.
* sfxrar packed with upx. Change an instruction so it won't actually
execute.
Capture the Packet

View File

@ -49,7 +49,7 @@ main(int argc, char *argv[])
char *p;
for (p = category; *p; p += 1) {
if (! isalnum(*p)) {
if ((! isalnum(*p)) && ('-' != *p)) {
cgi_page("Invalid category", "");
}
}

View File

@ -162,4 +162,6 @@ table.pollster thead {
font-weight: bold;
}
table.scoreboard {
height: 400px;
}

View File

@ -1,14 +1,15 @@
#! /bin/sh
port=8888
host=10.0.0.10
blooper=$(tempfile)
trap "rm $blooper" 0
echo foo | socat -t 0.01 STDIO UDP:127.0.0.1:8888 | tail -n +4 > $blooper
echo foo | socat -t 0.01 STDIO UDP:$host:$port | tail -n +4 > $blooper
for i in $(seq 8); do
result=$(socat -t 0.01 STDIO UDP:127.0.0.1:$port < $blooper | awk -F': ' '(NF > 1) {print $2; exit;}')
result=$(socat -t 0.01 STDIO UDP:$host:$port < $blooper | awk -F': ' '(NF > 1) {print $2; exit;}')
port=$(echo "ibase=8; $result" | bc)
echo $port
done

View File

@ -1,8 +1,10 @@
#! /bin/sh
if ! [ -d /opt/mcp ]; then
hostname pwnables
ifconfig eth0 10.0.0.10 netmask 255.0.0.0
if [ -d /opt/mcp ]; then
sv d .
exit
fi
hostname pwnables
ifconfig eth0 10.0.0.10 netmask 255.0.0.0
exec inotifyd true $(pwd):x

View File

@ -1,8 +1,10 @@
#! /bin/sh
exec 2>&1
if [ -d /opt/mcp ]; then
sv d .
exit
fi
exec dropbear -r ./rsa.key -E -F