1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
| hebe@hades:~$ ls -al total 32 drwxr-x--- 2 root hebe 4096 Apr 5 2024 . drwxr-xr-x 1 root root 4096 Apr 5 2024 .. -rw-r--r-- 1 hebe hebe 220 Apr 23 2023 .bash_logout -rw-r--r-- 1 hebe hebe 3526 Apr 23 2023 .bashrc -rw-r--r-- 1 hebe hebe 807 Apr 23 2023 .profile -rw-r----- 1 root hebe 22 Apr 5 2024 flagz.txt -rw-r----- 1 root hebe 232 Apr 5 2024 mission.txt hebe@hades:~$ cat flagz.txt mission.txt ^???????????????????? # # MISSION 0x32 #
# User hera refuses to use Discord, she prefer an older and open source service.
# La usuaria hera se niega a usar Discord, prefiere un medio mas antiguo y abierto.
hebe@hades:~$ /var/tmp/busybox netstat -tulpne netstat: can't scan /proc - are you root? Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:9001 0.0.0.0:* LISTEN - tcp 0 0 127.0.0.1:6667 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN - tcp 0 0 127.0.0.11:35635 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN - tcp 0 0 127.0.0.1:1337 0.0.0.0:* LISTEN - tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN - tcp 0 0 :::1965 :::* LISTEN - tcp 0 0 :::80 :::* LISTEN - tcp 0 0 :::21 :::* LISTEN - tcp 0 0 :::22 :::* LISTEN - udp 0 0 0.0.0.0:46815 0.0.0.0:* - udp 0 0 127.0.0.11:44014 0.0.0.0:* -
hebe@hades:~$ /var/tmp/busybox nc localhost 6667 :hades.hmv NOTICE * :*** Looking up your hostname... :hades.hmv NOTICE * :*** Could not resolve your hostname: Request timed out; using your IP address (127.0.0.1) instead. NICK kita USER kita 0 * :kita :hades.hmv 001 KNICK :Welcome to the Devilnet IRC Network KNICK!kita@127.0.0.1 :hades.hmv 002 KNICK :Your host is hades.hmv, running version InspIRCd-3 :hades.hmv 003 KNICK :This server was created 08:43:58 Feb 23 2025 :hades.hmv 004 KNICK hades.hmv InspIRCd-3 iosw Pbiklmnopstv :bklov :hades.hmv 005 KNICK AWAYLEN=200 CASEMAPPING=rfc1459 CHANLIMIT=#:20 CHANMODES=b,k,l,Pimnpst CHANNELLEN=64 CHANTYPES=# ELIST=CMNTU HOSTLEN=64 KEYLEN=32 KICKLEN=255 LINELEN=512 MAXLIST=b:100 :are supported by this server :hades.hmv 005 KNICK MAXTARGETS=20 MODES=20 NAMELEN=128 NETWORK=Devilnet NICKLEN=30 PREFIX=(ov)@+ SAFELIST STATUSMSG=@+ TOPICLEN=307 USERLEN=10 USERMODES=,,s,iow WHOX :are supported by this server :hades.hmv 251 KNICK :There are 0 users and 0 invisible on 1 servers :hades.hmv 253 KNICK 1 :unknown connections :hades.hmv 254 KNICK 1 :channels formed :hades.hmv 255 KNICK :I have 0 clients and 0 servers :hades.hmv 265 KNICK :Current local users: 0 Max: 2 :hades.hmv 266 KNICK :Current global users: 0 Max: 2 :hades.hmv 375 KNICK :hades.hmv message of the day :hades.hmv 372 KNICK : :hades.hmv 372 KNICK :************************************************** :hades.hmv 372 KNICK :* H E L L O * :hades.hmv 372 KNICK :* * :hades.hmv 372 KNICK :* Welcome to Evil IRC. * :hades.hmv 372 KNICK :* * :hades.hmv 372 KNICK :************************************************** :hades.hmv 372 KNICK : :hades.hmv 376 KNICK :End of message of the day. list :hades.hmv 321 KNICK Channel :Users Name :hades.hmv 322 KNICK #test 1 :[+nt] :hades.hmv 322 KNICK #channel666 0 :[+Pnt] Welcome hacker! Take it: JzpyRXRzWoHKZwgWzleM :hades.hmv 323 KNICK :End of channel list.
|