Twitter Hacking
Cara upload Backdoor ke website korban
Senin, 18 Juli 2011
Mungkin ada kendala yah setelah takeover web lewat bug sqli, kita cuma
dapet akses ke panel admin, berbahagialah kalo cmsnya ada fitus upload
gambar, hehehe :D kendalanya cuma upload gambar, upload php? ini gunanya
tutorial ini ;)
Jika cms target Joomlaanda
dapat mengubah file yang dapat di upload di media pada settingan di
Global Configuration di tab system tambah ekstensi php kemudian save.
Setelah itu upload shell anda di media manajemen. shell anda akan berada
pada...
How to Test for SQL Injection Bugs
Rabu, 22 Juni 2011
Below is a summary of steps needed for testing for SQL injection bugs
Step 1: Understand SQL injection attack scenarios
Step 2: List high risk components and entry points
Step 3: Start testing and exploring
Step 4: Tune of test data
Step 4: Tune test cases data
At
this point you have started executing an exploratory pass through the
input variables. During step 4 you need to concentrate on covering all
entry points of each variab...
MySQL Injection Cheat Sheet
Selasa, 21 Juni 2011
MySQL Injection Cheat Sheet
Basics.
SELECT * FROM login /* foobar */SELECT * FROM login WHERE id = 1 or 1=1SELECT * FROM login WHERE id = 1 or 1=1 AND user LIKE "%root%"Variations.
SELECT * FROM login WHE/**/RE id = 1 o/**/r 1=1SELECT * FROM login WHE/**/RE id = 1 o/**/r 1=1 A/**/ND user L/**/IKE "%root%"
SHOW TABLESSELECT * FROM login WHERE id = 1 or 1=1; SHOW TABLESSELECT VERSIONSELECT * FROM login WHERE id = 1 or 1=1; SELECT VERSION()SELECT host,user,db from mysql.dbSELECT...
Cara membuat tombol berbagi Facebook dan Twitter dalam Postingan
Kamis, 2 Juni 2011
Banyak para pemilik website atau blog ramai-ramai dalam mempromosikan atau membagi-bagikan postingan mereka, salah satu dari cara itu adalah dengan menempelkan tombol berbagi Facebook dan Twitter. Bagaimana cara membuat itu, ada 2 cara yang dapat anda lakukan seperti yang dibahas oleh Hari Pratomo dalam pidatonya di seminar Promosi Web dan Jejaring Sosial.
1. Kita dapat menggunakan code.
Buat file fungsi, misalkan fungsifb.php, kemudian pastekan kode dibawah ini :
fun...
How to create facebook and twitter buttons to posts
Kamis, 2 Juni 2011
Many bloggers will be looking out to promote or share their posts in
Facebook or twitter.Using plugins will just slow down the site, So i
have a code which will create facebook and twitter buttons to posts.
Step 1 using codes
Go to the file Functions.php
paste the following code and save, Ur done.
function share_this($content){
if(!is_feed() && !is_home()) {
$content .= '<div>
<a href="http://tw...