koko-newbie.blogspot.com
Newbie's Blog: Webgoat Installation
http://koko-newbie.blogspot.com/2011/06/webgoat-installation.html
Thursday, June 23, 2011. In this chance, I will tell you about how to installation webgoat. Follow the steps below :. Extract webgoat with this command :. Root@bt: #7z x WebGoat-OWASP Standard-5.3 RC1.7z. Used for unzip WebGoat-OWASP Standard-5.3 RC1.7z. Used for extract file with full path. Then, move the directory WebGoat-5.3 RC1 to /pentest/web :. Root@bt: #mv WebGoat-5.3 RC1 /pentest/web/. Entered into the directory WebGoat-5.3 RC1, change webgoat.sh to be executable :. Run webgoat with this command :.
koko-newbie.blogspot.com
Newbie's Blog: Installing Backdoor in the Database through SQL Injection
http://koko-newbie.blogspot.com/2011/07/installing-backdoor-in-database-through.html
Monday, July 25, 2011. Installing Backdoor in the Database through SQL Injection. Now, I will to explain about how to installing backdoor in the database through SQL Injection. For this practice, I try to use DVWA as web application. DVWA is already available web application about SQL Injection and SQL Injection (Blind). Root@bt:/pentest/database/sqlmap# ./sqlmap.py –u "http:/ 192.168.56.101/dvwa/vulnerabilities/sqli/? Id=admin&Submit=Submit" - cookie="security=low; PHPSESSID=0pggchrjrb0lj1ttrobmp1ace4".
koko-newbie.blogspot.com
Newbie's Blog: September 2011
http://koko-newbie.blogspot.com/2011_09_01_archive.html
Tuesday, September 20, 2011. Snort is software who still based command-line, so its be troublesome for user who are used to Graphical User Interface (GUI). Therefore, there are some software from third person provide GUI for Snort, for example IDScenter for Microsoft Windows and Acid based PHP so we can accessed from web browser. Snort has a language-making rules relatively easy to learned and flexible. Snort have a database for any rules. Tuesday, September 20, 2011. Saturday, September 3, 2011. Install...
breakhearts.wordpress.com
Breakhearts | show your imagine | Page 2
https://breakhearts.wordpress.com/page/2
October 16, 2011. Form Master Entry Data ke mysql server berbasis Android. Aplikasi client server database. Android sebagai client akan berhubungan dengan mysql server dengan perantara php, secara konsep dasar di gambarkan sebagai berikut :. Continue reading →. October 16, 2011. This is a sample application which shows the Location by using Google Map. Last blog published in this forum is Use of SQLite. Basic description of algorithm in step by step form:. 1) Create a Project LocManageDemo. Manifest xmln...
breakhearts.wordpress.com
Install Modem Smartfren AC682 di Ubuntu 11.04 | Breakhearts
https://breakhearts.wordpress.com/2011/10/25/install-modem-smartfren-ac682-di-ubuntu-11-04
October 25, 2011. Install Modem Smartfren AC682 di Ubuntu 11.04. Langkah – Langkah :. 1] Masuk ke Terminal (Console). Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub. Bus 002 Device 003: ID 19d2:ffde ONDA Communication S.p.A. Bus 002 Device 002: ID 1bcf:0007 Sunplus Innovation Technology Inc. Optical Mouse. 2] Sekarang kita eject drive CD-ROM tsb. Bus 001 Device 0...
breakhearts.wordpress.com
Mempercepat Koneksi Internet | Breakhearts
https://breakhearts.wordpress.com/2011/11/01/mempercepat-koneksi-internet-2
November 1, 2011. Cari alamat HKEY LOCAL MACHINE/SYSTEM/Current ControlSet/services/Tcpip/ServiceProvider. Di direktori ServiceProvider ubah nilai berikut:. 8211; DnsPriority = 1. 8211; HostsPriority = 1. 8211; LocalPriority = 1. 8211; NetbtPriority = 1. Mengubah Bandwidth pada Windows. Ketikkan gpedit.msc OK. Pada Computer Configuration, pilih Administrative Templates. Klik Network QoS Packet Scheduler. Pada window sebelah kanan, double klik limit reservable bandwidth. Ubah setting menjadi enabled.
breakhearts.wordpress.com
breakhearts | Breakhearts
https://breakhearts.wordpress.com/author/breakhearts
March 15, 2012. Cara Menjalankan File Java di Terminal. 1 Pastikan sistem operasi ubuntu anda sudah terinstall JDK,. 2 Buat sebuah file java dengan ekstensi namafile.java. 3 Buka Terminal, kemudian compile file tersebut dengan perintah :. Setelah berhasil di compile maka akan muncul sebuah file namafile.class. 4 Untuk menjalankannya gunakan perintah :. Java namafile (tanpa menggunakan .java/.class). Pastikan file yang anda jalankan adalah file yang diinginkan. November 1, 2011. 8211; DnsPriority = 1.
breakhearts.wordpress.com
Paramore – Ignorance | Breakhearts
https://breakhearts.wordpress.com/2011/10/19/paramore-ignorance
October 19, 2011. Paramore – Ignorance. This entry was posted in Media. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. You are commenting using your Google account. ( Log Out. Notify me of new comments via email. Paramore – Ignorance.
breakhearts.wordpress.com
Cara Menjalankan File Java di Terminal | Breakhearts
https://breakhearts.wordpress.com/2012/03/15/cara-menjalankan-file-java-di-terminal
March 15, 2012. Cara Menjalankan File Java di Terminal. 1 Pastikan sistem operasi ubuntu anda sudah terinstall JDK,. 2 Buat sebuah file java dengan ekstensi namafile.java. 3 Buka Terminal, kemudian compile file tersebut dengan perintah :. Setelah berhasil di compile maka akan muncul sebuah file namafile.class. 4 Untuk menjalankannya gunakan perintah :. Java namafile (tanpa menggunakan .java/.class). Pastikan file yang anda jalankan adalah file yang diinginkan. This entry was posted in Java.
breakhearts.wordpress.com
How to base64 encode decode Android | Breakhearts
https://breakhearts.wordpress.com/2011/10/17/how-to-base64-encode-decode-android
October 17, 2011. How to base64 encode decode Android. The official documentation states that base64 encode and decode in Android is in the Android.util package. But when you go to use it you will find it’s not there! After much searching, I confirmation Android left base64 encode and decode out of the Android.util package. So what to do? Visit Robert’s website http:/ iharder.sourceforge.net/current/index.html. And download the class file. Refresh your project so the new file is included. Fill in your de...