Category: Bash
-
Google Drive Information Leak
Read more: Google Drive Information LeakGoogle Drive & Gmail attachments Leak This part of Google bounty program [IDOR] exploit to allow the attacker to leak your Google Drive files and this mean attacker could leak…
-
Get Environment Variable memory Address
Read more: Get Environment Variable memory Addresssome time u put the shellcode inside ย the environment and u will need the address of it to build ur payload here is a simple C code to get the…
-
SMASH THE STACK LEVEL 5
Read more: SMASH THE STACK LEVEL 5still smashing ๐ level5@io:/levels$ ./level05 level5@io:/levels$ ./level05 a a level5@io:/levels$ echo one ๐ let’s see the source code level5@io:/levels$ cat level05.c #include #include int main(int argc, char **argv) { char…
-
SMASH THE STACK LEVEL4
Read more: SMASH THE STACK LEVEL4level 4 ๐ level4@io:~$ cd /levels/ level4@io:/levels$ ./level04 Welcome level5 level4@io:/levels$ ./level04 d Welcome level5 level4@io:/levels$ ./level04 $(python -c “print ‘A’ * 1024”) Welcome level5 so i will read the…
-
underc0de 3 WalkThrough
Read more: underc0de 3 WalkThroughloaded the virtual machine and run netdiscover to get the machine IP oot@n1x:~# netdiscover Currently scanning: 192.168.39.0/16 | Screen View: Unique Hosts 4 Captured ARP Req/Rep packets, from 4 hosts.…
-
SMASH THE STACK LEVEL2
Read more: SMASH THE STACK LEVEL2time to play level2@io:/levels$ ./level02 source code is available in level02.c let’s read what it says level2@io:/levels$ cat level02.c //a little fun brought to you by bla #include <stdio.h> #include…
-
SMASH THE STACK Level1
Read more: SMASH THE STACK Level1after login to the ssh server levels located on /levels so let’s play ย level1 level2@io:/levels$ ls -alh level01 -r-sr-x— 1 level2 level1 1.2K Jan 13 2014 level01 as u notice…
-
Files Encrypt with GPG
Read more: Files Encrypt with GPGGPG = Gnu Privacy Guard To secure file from unauthorised access with the password in Linux/Unix is very simple method ๐ lets assume we have a secure file with some…