Skip to content

Commit

Permalink
move 0xdiablos scripts to CTF-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nair0lf32 committed Jan 16, 2024
1 parent 48bb21a commit fb639a8
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 85 deletions.
4 changes: 2 additions & 2 deletions content/writeups/HackTheBox/0xDiablos/0xdiablos.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories:

First challenge on this platform!

No nmap scan or gobuster...I just had to download the [vuln](/htb/oxdiablos/vuln) script in zip archive with a given password (hackthebox)
No nmap scan or gobuster...I just had to download the [vuln](https://github.com/nair0lf32/CTF-Scripts/blob/master/Hackthebox/oxdiablos/vuln) script in zip archive with a given password (hackthebox)

After unzipping and executing it, the program just takes an input and echo it back in the console...

Expand Down Expand Up @@ -330,7 +330,7 @@ Now the final paylaod is:

`python2 -c "print('A'*188 + '\xe2\x91\x04\x08'+'A'*4+'\xef\xbe\xad\xde\r\xd0\xde\xc0')" | ./vuln`

used an [exploit.py](/htb/oxdiablos/exploit.py) script for better comfort and usabilty
used an [exploit.py](https://github.com/nair0lf32/CTF-Scripts/blob/master/Hackthebox/oxdiablos/exploit.py) script for better comfort and usabilty

You can also use netcat directly

Expand Down
15 changes: 0 additions & 15 deletions static/htb/babyencryption/chall.py

This file was deleted.

25 changes: 0 additions & 25 deletions static/htb/babyencryption/decode.py

This file was deleted.

1 change: 0 additions & 1 deletion static/htb/babyencryption/msg.enc

This file was deleted.

13 changes: 0 additions & 13 deletions static/htb/oxdiablos/exploit.py

This file was deleted.

Binary file removed static/htb/oxdiablos/vuln
Binary file not shown.
7 changes: 0 additions & 7 deletions static/htb/racecar/decode.py

This file was deleted.

22 changes: 0 additions & 22 deletions static/htb/racecar/exploit.py

This file was deleted.

Binary file removed static/htb/racecar/racecar
Binary file not shown.

0 comments on commit fb639a8

Please sign in to comment.