Monthly Archives: September 2015

کشف مقایر متغیر های Plain Text از حافظه در سیستم عامل اندروید

1. Upload the file$ adb push gdbserver /sdcard  2. Enter a shell and become root $ adb shell $ su 3. Remount /system as read/write $ mount -o rw,remount /system 4. Copy file to /system/xbin (or /system/bin) $ cp /sdcard/gdbserver /system/xbin 5. Change permissions to ensure that it is executable …

Read More »

Howto: use Metasploit in Kali2

1. Initial metasploit database (First time Only) # systemctl start postgresql  # msfdb init # msfconsole  2. Start msfdb + postgresql # systemctl start postgresql # msfdb start # msfconsole

Read More »