Welcome, Saudaraku


Program penjumlahan dan pengurangan dengan T.Pascal 7.0
October 30, 2007, 6:06 pm
Filed under: Pascal

I. Script / Code dari program

pasbill.jpeg

klik disini untuk meperbesar ukuran gambar

II. Hasil dari script saat di jalankan & udah di compile

hitung.jpeg

klik disini untuk meperbesar ukuran gambar

download source code program di sini.

Note :
download file billing.doc, buka dengan aplikasi office yang lo punya.Copy & paste script di notepad.simpan dengan nama terserah yg lo suka tapi harus berextensi *.pas misal billing.pas .Jika udah buka aplikasi T.Pascal open file yg tadi.Untuk mendapatkan file exe dari script tersebut cukup klik Menu Compile > Compile, Compile > Make, Compile Build.Dapatkan file billing.exe di Folder dimana path T.pascal ter-install di komputer punya kamu.Misal punya ku nech C:\Program Files\TP\ masuk folder C:\Program Files\TP\WORK di folder ini lah semua file hasil compile & make pascal disimpan Ok` dech semoga dikit mengingatkan buat diriku ndiri aja.



Modul4 Praktikum Sistem Digital
October 23, 2007, 4:01 pm
Filed under: Sistem Digital

PERANCANGAN SYSTEM DIGITAL
Selasa 23 Oktober 2007


I. Rangkaian Dekoder.

dekoder.jpeg
klik disini untuk memperbesar gambar


II. Rangkaian 7 Segmen.

7segmen.jpeg
klik disini untuk memperbesar gambar


III. Rangkaian Cah 4 Bit.

cah4bit.jpeg
klik disini untuk memperbesar gambar

Download Modul 1 Perancangan System Digital
link1 Cover.pdf ( Cover Untuk Modul1 )

link2 Modul1.pdf

link3 Cover4.pdf ( Cover Untuk Modul 4 )

link4 modul4.pdf



Konfigurasi Mikrotik
October 10, 2007, 10:51 am
Filed under: Mikrotik

#Pilih paket – paket installasi seperti berikut ini :

paket.jpeg

#Mengganti nama system :

system.jpeg

#Mengubah password :

passwd.jpeg

#Meng-Aktivkan Ethernet pada PC yang telah anda install OS Microtik :

ether1.jpeg

#Berikan nama pada ethernet untuk memudahkan konfigurasi :

nameeth.JPG

#Konfigurasi IP Address pada Ethernet :

nameeth1.JPG

Setting IP gateway :

iprouter.jpeg

SETTING DNS :

dns.jpeg

#Test Koneksi (Ping Ke Situs google.com)

ping.jpeg



Scripting The Registry.
October 3, 2007, 11:33 pm
Filed under: Underground

You gotta love Internet Explorer and it’s wacky features. While they did a good job in limiting ActiveX usage in the browser, I still don’t get it why anyone should use Javascript to alter the Windows registry. Oh sure, I know a few people who do it, but they write malware. This feature can read, write and delete registry keys, Oh boy that is clever. While it only works offline, it could turn out pretty useful if you have access, or could gain access. Again, it could be used in some other exploit that manages to gain control. And remember, people click on anything especially if you show a cute dancing puppy! I get ahead of myself, Let’s turn off the Phishing Filter in Internet Explorer through Javascript for example:

code3

Original Posting [...]



Dos Explorer
October 3, 2007, 9:21 pm
Filed under: Underground

So today I played with explorer a bit, and it’s really easy to mess up a surfer with a few commands. The following is a very simple script that tries to add a desktop component on your PC. Well, it asks first and then again until you’re sick and tired of it and can’t stop it. Really annoying stuff!

code2

Download Source Code

Original Posting [...]



Firefox Outlook Remote Multiple Denial Of Service.
October 3, 2007, 9:06 pm
Filed under: Underground

These two scripts are dossing Microsoft Outlook, plus Firefox for free. The first one jams the screen with 1000 outlook screens by exploiting the “mailto: tag” in an iframe, making it impossible to work and click them away. The seconds jams the screen with outlook news:// screens which popup in pairs so fast that my PC wasn’t able to continue. Solution: I gave windows the boot while 198 outlook instances where still in memory.

Sorry these scripts are so bad I won’t throw a PoC online, you can copy/paste it to try it out yourself. The coolest thing is that there is a lot of recursion that slips through Firefox, that’s bad. Real bad.

I tested Outlook 6 + Outlook 2003, probably runs everywhere.

code

Download Source code

Original Posting [...]