Posts

Image
Kali ini saya akan share tutorial mengontrol hidup mati nya lampu led menggunakan PHP Script yang dihubungkan dengan Arduino. Kebetulan project ini adalah tugas UAS saya yang baru saja selesai. Yang kita butuhkan disini adalah : Arduino MEGA 2560 Software Arduino Sketch ( https://www.arduino.cc/en/Main/Software ) Software Processing ( https://processing.org/download/ ) Arduino Library for Processing ( http://playground.arduino.cc/Interfacing/Processing ) XAMPP / Apache2 Webserver Dan juga codingan PHP, Processing, dan Ardino Sketch nya. Download Script Disini Disini saya akan menjelaskan bagian program programnya. Dimulai dari  Arduino Sketch  nya. Disini saya menggunakan 3 buah LED. Pin 8, 9, dan 10 sebagai Output nya. if (incomingByte == 'A') {     digitalWrite(ledPin1, HIGH);     } Disini jika inputan A maka Lampu 1 ( ledPin1 ) akan hidup ( HIGH ) else if (incomingByte == 'D') {       ...

How to Decode Truebug PHP Obfuscator

Image
https://ouo.io/AhplBs Kali ini masih tentang PHP Decode, yang akan kita bahas adalah decode script truebug obfuscator. Berbeda dengan encode basic macam base64, encode jenis ini agak rumit. Dan saya sndiri belum menemukan cara untuk melakukan decode file nya secara offline, jadi harus offline. Pertama, kita akan mencoba mendecode shell nya bang s4mp4h. Sory bang, cuma buat tutor kok, gak ngambil isi nya. <?php eval(gzinflate(base64_decode(str_rot13(strrev(' some rubbish word ')))); ?> Kita decode terlebih dahulu dengan echo, bisa dilihat tutorial nya disini : Simple Way to Decode PHP Script on Linux Selanjutnya, kita akan mndapat hasil seperti ini : <?php $o="some encoded string"; eval(base64_decode("another encoded string")); return; ?> Nah, kita bisa melakukan decode secara online di : Truebug PHP Obfuscate Decoder . http://jonhburn2.freehostia.com/decode/ Atau disini : http://lombokcyber.com/en/detools/deco...

How to Decode Truebug PHP Obfuscator

Image
Kali ini masih tentang PHP Decode, yang akan kita bahas adalah decode script truebug obfuscator. Berbeda dengan encode basic macam base64, encode jenis ini agak rumit. Dan saya sndiri belum menemukan cara untuk melakukan decode file nya secara offline, jadi harus offline. Pertama, kita akan mencoba mendecode shell nya bang s4mp4h. Sory bang, cuma buat tutor kok, gak ngambil isi nya. <?php eval(gzinflate(base64_decode(str_rot13(strrev(' some rubbish word ')))); ?> Kita decode terlebih dahulu dengan echo, bisa dilihat tutorial nya disini : Simple Way to Decode PHP Script on Linux Selanjutnya, kita akan mndapat hasil seperti ini : <?php $o="some encoded string"; eval(base64_decode("another encoded string")); return; ?> Nah, kita bisa melakukan decode secara online di : Truebug PHP Obfuscate Decoder . http://jonhburn2.freehostia.com/decode/ Atau disini : http://lombokcyber.com/en/detools/decode-truebug Sekian...

How to Decode Truebug PHP Obfuscator

Image
Kali ini masih tentang PHP Decode, yang akan kita bahas adalah decode script truebug obfuscator. Berbeda dengan encode basic macam base64, encode jenis ini agak rumit. Dan saya sndiri belum menemukan cara untuk melakukan decode file nya secara offline, jadi harus offline. Pertama, kita akan mencoba mendecode shell nya bang s4mp4h. Sory bang, cuma buat tutor kok, gak ngambil isi nya. <?php eval(gzinflate(base64_decode(str_rot13(strrev(' some rubbish word ')))); ?> Kita decode terlebih dahulu dengan echo, bisa dilihat tutorial nya disini : Simple Way to Decode PHP Script on Linux Selanjutnya, kita akan mndapat hasil seperti ini : <?php $o="some encoded string"; eval(base64_decode("another encoded string")); return; ?> Nah, kita bisa melakukan decode secara online di : Truebug PHP Obfuscate Decoder . http://jonhburn2.freehostia.com/decode/ Atau disini : http://lombokcyber.com/en/detools/decode-truebug Sekian tuto...

Kontrol Lampu LED Menggunakan PHP dan Arduino

Image
Kali ini saya akan share tutorial mengontrol hidup mati nya lampu led menggunakan PHP Script yang dihubungkan dengan Arduino. Kebetulan project ini adalah tugas UAS saya yang baru saja selesai. Yang kita butuhkan disini adalah : Arduino MEGA 2560 Software Arduino Sketch ( https://www.arduino.cc/en/Main/Software ) Software Processing ( https://processing.org/download/ ) Arduino Library for Processing ( http://playground.arduino.cc/Interfacing/Processing ) XAMPP / Apache2 Webserver Dan juga codingan PHP, Processing, dan Ardino Sketch nya. Download Script Disini Disini saya akan menjelaskan bagian program programnya. Dimulai dari  Arduino Sketch  nya. Disini saya menggunakan 3 buah LED. Pin 8, 9, dan 10 sebagai Output nya. if (incomingByte == 'A') {     digitalWrite(ledPin1, HIGH);     } Disini jika inputan A maka Lampu 1 ( ledPin1 ) akan hidup ( HIGH ) else if (incomingByte == 'D') {       ...

4 Ways to Crack a Facebook Password & How to Protect Yourself from Them

Image
Despite the security concerns that have plagued Facebook for years, most people are sticking around and new members keep on joining. This has led Facebook to break records numbers with over  one billion monthly active users  as of October 2012—and around 600 million active daily users. We share our lives on Facebook. We share our birthdays and our anniversaries. We share our vacation plans and locations. We share the births of our sons and the deaths of our fathers. We share our most cherished moments and our most painful thoughts. We divulge every aspect of our lives. We even clamor to see the  latest versions even before they're ready  for primetime. But we sometimes forget who's watching. We use Facebook as a tool to connect, but there are those people who use that connectivity for malicious purposes. We reveal what others can use against us. They know when we're not home and for how long we're gone. They know the answers to our security questions. People c...