About
1
2
3
4
5
6
7
8
9
10
11
12
13
| ┌─[sarange@parrot]─[~/sarange.gitlab.io/2021-04-18-simple-buffer-overflow]
└──╼ $ file about_me
about_me: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked,
interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0,
BuildID[sha1]=2f759ac051bcc5711b9030ad58ea96e04469a920, stripped
┌─[sarange@parrot]─[~/sarange.gitlab.io/2021-04-18-simple-buffer-overflow]
└──╼ $ ./about_me
Select an option:
1) Who am I?
2) What is this site?
3) Exit
1
|
Who am I?
I am a penetration tester, cyber security researcher, mathematician and programmer that started to document his cyber-adventures
1
2
3
4
5
| Select an option:
1) Who am I?
2) What is this site?
3) Exit
2
|
What is this site?
Here I will post:
- CTF write-ups
- Binary exploitation
- Malware analysis
- Cryptography
- Linux administration
- Random project development
1
2
3
4
5
6
| Select an option:
1) Who am I?
2) What is this site?
3) Exit
AAAAAAAAAAAAAAAAAAAAAAAAAAAA
[1] 253 segmentation fault (core dumped) ./sarange
|