whackspace:whackspaceparty_2017
Table of Contents
overview
project | status |
---|---|
games | source forts & age hd left |
polaroid | need to buy film |
darknetlappy | needs darknetserver |
gnucasino | hack coin machine & green buzzer |
iwhack | hack site with flask |
leute einladen | leute einladen |
games
supertuxkart windows
mingw toolchain is required
pacaur -S mingw-w64-toolchain mingw-w64 mingw-w64-libjpeg mingw-w64-zlib mingw-w64-libpng mingw-w64-openal mkdir supertuxkart cd supertuxkart svn checkout https://svn.code.sf.net/p/supertuxkart/code/stk-assets stk-assets git clone https://github.com/supertuxkart/stk-code.git stk-code cd stk-code mkdir build cd build #cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-mingw.cmake cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-mingw-64bit.cmake make
- error adding symbols, archive has no index https://pastebin.com/xQBc2T7a
gnucasino
arduino uno hid
need to update the firmware
money controls sr3
- cctalk tools https://github.com/Baldanos/ccTools
- tutorial cctalk commands for sr3 https://cctalktutorial.wordpress.com/2015/10/08/cctalk-tutorial-same-tests-with-a-coin-acceptor-part-1/
- python example app https://balda.ch/posts/2013/Aug/19/cctalk-part2/
friends einladen
name | status | protokoll |
---|---|---|
pegasus | sent | signal |
stsame | sent | signal |
hr. müller | sent | whatsi |
carlö guetta | sent | signal |
dj lolo | fail | |
sophibus | sent | signal |
julian k. | maybe fr | telegram |
julian h. | waiting | signal |
katha | sent | |
marie | waiting | |
florentina | waiting | |
eileen | waiting | |
aleks | waiting | |
nora | waiting | |
jelena | waiting | |
aleks t. | waiting | |
thomas k. | waiting | |
hanny | sent | signal |
littleab | waiting | |
robert (armageddon) | sent | signal |
hamelrad | waiting | |
hanny r. | waiting | |
tami | waiting | |
klaxa | sent | signal |
wollinger | sent | signal |
chris | sent | signal |
flogel | sent | |
chrisse | sent | |
uhl | sent | signal |
sebi | ab samstag | signal |
darknet laptop
pacman -S ppp mv /etc/ppp/options /etc/ppp/options_bak echo 1 > /proc/sys/net/ipv4/ip_forward
- /etc/ppp/options
nodetach debug dump noauth netmask 255.255.255.0 proxyarp 192.168.1.201:192.168.1.200 ms-dns 192.168.1.1 lock passive lcp-echo-interval 8 lcp-echo-failure 6 nologfd crtscts local connect 'chat TIMEOUT 20000 CLIENT CLIENTSERVER' 115200 /dev/ttyS0
pppd
sudo pppd 115200 nodetach noauth netmask 255.255.255.0 crtscts connect 'chat -v -f /etc/ppp/connect.chat' lock local ms-dns 10.0.0.5 persist proxyarp silent 10.0.0.1:10.0.0.2 /dev/ttyUSB0
interceptty /dev/ttyUSB0 sudo minicom -b 9600 -D /dev/pts/1
Instructions
- Install Windows XP on a virtual machine (in our case Win XP Pro SP3 in Gnome-Boxes)
- Install USB-Serial-Adapter dirvers (internet connection might be required)
- Right click on network center and select properties
- Click on “create new connection”
- Choose “advanced connection”
- Choose “connect directly to an other computer”
- Choose “host”
- Chosoe COM port (in our case the USB adapter was COM3)
- Choose user or create one (with the same username and password combination of the Win95 user)
- Right click on the new “incoming connections” entry and select properties
- Click on networking
- Select Install → Protocols → choose IPX (…)
- It can be helpful to share a folder in XP without requiring auth
Further
- winroute lite software http://www.windowsnetworking.com/j_helmig/winrlics.htm
- tor via socks proxy netscape
finished
whackspace/whackspaceparty_2017.txt · Last modified: 2021/10/31 10:42 by 127.0.0.1