Pepsi World Shellcode x64 Linux

;nasm -f elf64 pepsi.asm ;ld -s -o pepsi pepsi.o ;for i in $(objdump -d pepsi|grep “^ ” |cut -f2); do echo -n ‘\x’$i; done; echo ;gcc pepsi.c -o pepsi -fno-stack-protector -z execstack -no-pie lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: […]

How to download windows 10 spotlight photos

Open a file folder and type in the following and press enter %LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets copy those files to other folder and rename them to .jpg files. (they have file header JFIF (JPEG File Interchange Format)) You can run the following in copied files location ren * *.jpg and you will see […]