Make challenge image
This commit is contained in:
parent
10fea52dfe
commit
43d1f56e71
9 changed files with 147 additions and 0 deletions
10
challenge/etc/issue
Normal file
10
challenge/etc/issue
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[0;32;40m .o. .o8 [0;36;40mooooo o8o
|
||||
[0;32;40m .888. "888 [0;36;40m`888' `"'
|
||||
[0;32;40m .8"888. .oooo888 [0;36;40m 888 oooo ooo. .oo.
|
||||
[0;32;40m .8' `888. d88' `888 [0;36;40m 888 `888 `888P"Y88b
|
||||
[0;32;40m .88ooo8888. 888 888 [0;36;40m 888 888 888 888
|
||||
[0;32;40m .8' `888. 888 888 [0;36;40m 888 o 888 888 888
|
||||
[0;32;40m o88o o8888o `Y8bod88P" [0;36;40mo888ooooood8 o888o o888o o888o
|
||||
[0;37;40m
|
||||
|
||||
This is [01m\n.pie.epita.net[0m (\s \m) \t
|
||||
11
challenge/etc/passwd
Normal file
11
challenge/etc/passwd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
root:x:0:0:root:/root:/bin/bash
|
||||
bin:x:1:1:bin:/bin:/bin/false
|
||||
daemon:x:2:2:daemon:/sbin:/bin/false
|
||||
adm:x:3:4:adm:/var/adm:/bin/false
|
||||
lp:x:4:7:lp:/var/spool/lpd:/bin/false
|
||||
sync:x:5:0:sync:/sbin:/bin/sync
|
||||
shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown
|
||||
halt:x:7:0:halt:/sbin:/sbin/halt
|
||||
news:x:9:13:news:/var/spool/news:/bin/false
|
||||
uucp:x:10:14:uucp:/var/spool/uucp:/bin/false
|
||||
operator:x:11:0:operator:/root:/bin/bash
|
||||
5
challenge/etc/periodic/15min/netreboot
Executable file
5
challenge/etc/periodic/15min/netreboot
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
ping -c 1 192.168.23.1 && \
|
||||
sleep 3 && \
|
||||
reboot -f
|
||||
Reference in a new issue