Setup XVWA Web Security Lab

XVWA is designed to understand following security issues. SQL Injection – Error Based SQL Injection – Blind OS Command Injection XPATH Injection Formula Injection PHP Object Injection Unrestricted File Upload Reflected Cross Site Scripting Stored Cross Site Scripting DOM Based Cross Site Scripting Server Side Request Forgery / Cross Site […]

[Project] Choice

My friend was asking me if I could create a tool that they can use it in summer camp as a small activity. The program is like a question board that will show you the question and that you pick one of the two answers and depends on answers there […]

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 […]

Create a persistent Ubuntu USB

Boot into USB Ctrl+Alt+T –> Open Terminal sudo add-apt-repository universe sudo add-apt-repository ppa:mkusb/ppa sudo apt-get update GUI: sudo apt-get install mkusb TEXT: sudo apt-get install mkusb-nox p –> create a persistent live install sudo -H mkusb ubuntu-16.04-desktop-i386.iso p 🙂