22 January 2016

Edit hosts file on mac



sudo nano /etc/hosts

sudo killall -HUP mDNSResponder

18 January 2016

Mengaktifkan Telnet di Android

Buka terminal Emulator
Ketik

su

busybox telnetd -l /system/bin/sh

 telnet

16 January 2016

Download File Dengan VBscript

dim xHttp: Set xHttp = createobject("Microsoft.XMLHTTP")
dim bStrm: Set bStrm = createobject("Adodb.Stream")
xHttp.Open "GET", "https://www.google.com/anu.exe", False
xHttp.Send
with bStrm
    .type = 1 '//binary
    .open
    .write xHttp.responseBody
    .savetofile "anu.exe", 2 '//overwrite
end with

Ganti anu.exe dengan anumu.exe