Posts tagged hacking

Indian Hackers -

Aisam-ul-Haq Offcial website hacked by Indians, Recovered by Pakistani Hackers

0

This was really pointless deface, at the times when ties becoming strong between both countries and Assam and Bopanna pair making both nations proud by recent victory.
It was a useless hacking try or may be a try from a opportunist naive hacker.

Pakistani Hacker team (Pak Cyber Army)  recovered the in minutes before news broke by News Channels.

Indian Hacker - Hacked By z00z00z00z00

Press Release of Samaa tv

Indian hacker broke into the Pakistani tennis star Aisam Ul Haq’s official website, posting a picture of Diwali and a message showing their ‘capability’ to do anytime whatever they want, SAMAA reports. (more…)

GD Star Rating
loading...

Popularity: 1%

What is hacking, how its done?

3

What is hacking?

Hacking is an act of penetrating computer systems to gain knowledge about the system and how it works.
What are Hackers

Technically, a hacker is someone who is enthusiastic about computer programming and all things relating to the technical workings of a computer. Under such a definition, I would gladly brand myself a hacker. However, most people understand a hacker to be what is more accurately known as a cracker.
What are Crackers?

Crackers are people who try to gain unauthorized access to computers. This is normally done through the use of a ‘backdoor’ program installed on your machine. A lot of crackers also try to gain access to resources through the use of password cracking software, which tries billions of passwords to find the correct one for accessing a computer.
What damage can a Hacker do?

This depends upon what backdoor program(s) are hiding on your PC. Different programs can do different amounts of damage. However, most allow a hacker to smuggle another program onto your PC. This means that if a hacker can’t do something using the backdoor program, he can easily put something else onto your computer that can. Hackers can see everything you are doing, and can access any file on your disk. Hackers can write new files, delete files, edit files, and do practically anything to a file that could be done to a file. A hacker could install several programs on to your system without your knowledge. Such programs could also be used to steal personal information such as passwords and credit card information.
How do Hackers hack?
There are many ways in which a hacker can hack. Some are as follows.

* NetBIOS
* ICMP Ping
* FTP
* rpc.statd
* HTTP

NetBIOS

NetBIOS hacks are the worst kind, since they don’t require you to have any hidden backdoor program running on your computer. This kind of hack exploits a bug in Windows 9x. NetBIOS is meant to be used on local area networks, so machines on that network can share information. Unfortunately, the bug is that NetBIOS can also be used across the Internet – so a hacker can access your machine remotely.
ICMP Ping (Internet Control Message Protocol)

ICMP is one of the main protocols that make the Internet work. It standards for Internet Control Message Protocol. ‘Ping’ is one of the commands that can be sent to a computer using ICMP. Ordinarily, a computer would respond to this ping, telling the sender that the computer does exist. This is all pings are meant to do. Pings may seem harmless enough, but a large number of pings can make a Denial-of-Service attack, which overloads a computer. Also, hackers can use pings to see if a computer exists and does not have a firewall (firewalls can block pings). If a computer responds to a ping, then the hacker could then launch a more serious form of attack against a computer.
FTP (File Transfer Protocol)

FTP is a standard Internet protocol, standing for File Transfer Protocol. You may use it for file downloads from some websites. If you have a web page of your own, you may use FTP to upload it from your home computer to the web server. However, FTP can also be used by some hackers… FTP normally requires some form of authentication for access to private files, or for writing to files

FTP backdoor programs, such as

* Doly Trojan
* Fore
* Blade Runner
* simply turn your computer into an FTP server, without any authentication.

rpc.statd
(more…)

GD Star Rating
loading...

Popularity: 3%

Hacker’s Best Friend : Google

6

In the last few years a number of news articles appeared that warned of the fact that hackers (or crackers if you will) make use of the google search engine to gain access to files they shouldn’t be allowed to see or have access to. This knowledge is nothing new to some people but personally I have always wondered how exactly a thing like this works. VNUnet’s James Middleton wrote an article in 2001 talking about hackers using a special search string on google to find sensitive banking data:

“One such posting on a security newsgroup claimed that searching using the string ‘Index of / +banques +filetype:xls’ eventually turned up sensitive Excel spreadsheets from French banks. The same technique could also be used to find password files”

Another article that appeared on wired.com told us how Adrian Lamo, a hacker who made the news often the last couple of years, explained that google could be used to gain access to websites of big corporations.

“For example, typing the phrase “Select a database to view” — a common phrase in the FileMaker Pro database interface — into Google recently yielded about 200 links, almost all of which led to FileMaker databases accessible online.”

These articles kept on coming up in the online news. U.S. Military and Government websites were vulnerable because admin scripts could be found using google, medical files, personal records, everything suddenly seemed just one google search away. But these articles seemed to show up once every half year and always talked about it as if it was something new. Another thing was, the articles never explained how one would actually go about doing this. Almost never an example of a search string was given. The last time I read one of these articles I decided it was time to find out for myself, whether google actually could do all they say it can. The following is a report of my findings and a description of some techniques and search strings one could use.

Theory

The theory behind this is actually quite simple. Either you think of certain data you would like to acquire and try and imagine in what files this kind of data could be stored and you search for these files directly. (Search for *.xls files for example) Or you take the more interesting approach and you try to think of a certain software that allows you to perform certain tasks or to access certain things and you search for critical files of this software. An example could be a content management system. You read up on this particular content management system, check out of what files it exists and search for those. A great example is that of the databases mentioned above, where you know the string “view database” is used on pages that shouldn’t be accessible to you and you then search for pages containing that string, or you check the software and notice that the option to view a database is linked on a webpage within this software called “viewdbase.htm” and you search for “viewdbase.htm”

The most important thing is to have a clear goal, to know what it is you want to find. Then search for these specific files or trademarks that these files have.

Google Search Options

Specific file types: *.xls, *.doc, *.pdf *.ps *.ppt *.rtf

Google allows you to search for specific file types, so instead of getting html-files as a result (websites) you get Microsoft excel files for example. The search string you would use would be this:

Filetype:xls (for excel files) or filetype:doc for word files.

But maybe more interesting would be searching for *.db files and *.mdb files. Google by the way doesn’t tell you you can search for *.db and *mdb files. I wonder what other file types one can search for. Things that come to mind are *.cfg files or *.pwd files, *.dat files, stuff like that. Try and think of something that might get you some interesting results.

Inurl

Another useful search option is the inurl: option which allows one to search for a certain word one would want to be in the url. This gives you the opportunity to search for specific directories/folders, especially in combination with the “index of” option, about which I will talk later on.

An example would be inurl:admin which would give you results of website urls that have the word “admin” in the url.

Index of

The index of option is another option that isn’t especially thought of by the creators of google, but comes in very handy. If you use the “index of” string you will find directory listings of specific folders on servers. An example could be:

‘index of” admin or index.of.admin

which would get you many directory listings of admin folders. (don’t forget to use the quotes in this case since you are looking for the entire “index of” string, not just for “index” and “of”)
(more…)

GD Star Rating
loading...

Popularity: 3%

1000 Hacking Tutorials, Tips & Tricks

195

On the request of users on post
How To Hack a Website

I posted for you…

Create Bootable XP SP integrated CD,Create One-click Shutdown And Reboot Shortcuts.txt Creating a Board aka Forum on your own PC !.rtf
Creating Universal Ghost Usb Boot Disk And Cd.txt
Data Capacity of CDs [Tutorial].txt ,Debug, Learn how crack windows.txt,Delete An undeletable File.txt,Delete Files From The Recent File List In Windows.txt,Digital Camera Guide.txt
Digital Faq -learn Everything About Digital, Capture, Edit and Burning and more.txt 2.20 kB
Digital Photo Id Cards, Greate Info.txt 2.88 kB
Direct Link To Any Page You Want To In Hotmail.txt 1.95 kB
Directx Explained.txt 7.66 kB
Disable Compression On Xp, NTFS partition, Disk Cleanup.txt 0.43 kB
Disable The Send Error Report, to Microsoft.txt 0.51 kB
Disable Windows Logo Key.txt 0.62 kB
Discover New Music You’ll Probably Love.txt 1.08 kB
Download Free Music legally,, legally.txt 3.24 kB
Download from a paypal site without paying a penny!.txt 0.95 kB
Download From Ftpz, Using Ftp Search Sitez.txt 8.12 kB
Download Mp3′s Without Using Filesharing.txt 0.69 kB
Download Music And Video With ,edia Player9, quick and easy!.txt 0.66 kB
Download Timeframes.txt 0.33 kB
1.39 kB
Dual Boot After The Fact.txt 1.37 kB
Dvd Copying-ripping Definitions.txt 1.25 kB
DVD Regions Information.txt 3.84 kB
Dvd-9 to Dvd+r Dl, Double Layer To Double Layer, 1-1 copies.txt 0.94 kB
Easily Disconnect-reconnect From Broadband.txt 0.30 kB
Easily Find Serial Numbers On Google.., easy to do and works like a charm..txt 1.40 kB
Ebay Hackcracktip.txt 0.50 kB
General Keyboard Shortcuts.txt 7.54 kB
Get In Windows 2000 As Administrator.txt 0.39 kB
Get the Most Out of Your DVD Recorder.txt 11.25 kB
Get The Music You Want To Hear.txt 0.90 kB
Get unlimited bandwidth from your host for free.txt 2.88 kB
Getting A 1gb Yahoo China Account.txt 0.98 kB
Getting Counter-strike Source To Work.txt 3.36 kB
getting movies, mp3,games using google.txt 0.75 kB
Getting older programs to run on Windows XP.txt 2.96 kB
Getting started with Linux for nOObs!.txt 17.37 kB
Go to Windows updates anonymously.txt 0.40 kB
Google Crack Search.txt 0.14 kB
Google secrets.txt 0.98 kB
Google Tips & Tricks, (utilizing search engine).txt 5.81 kB
Graffiti On Walls 4 Adobe Photoshop Cs 8.0.txt 2.45 kB
Guide For Getting Free Stuff.txt 10.33 kB
Guide to IIS Exploitation.txt 27.77 kB
Guide to Slipstreaming Service Pack 2.txt 2.82 kB
Hard drive Gone Bad.txt 5.55 kB
Hardware Firewall.txt 3.02 kB
How To Add An Option To Print, the Contents of a Folder!.txt 1.47 kB
How To Add Your Own Windows Tips.txt 0.48 kB
How to Back Up the Registry.txt 0.76 kB
How To Backup Ps2 Games.txt 7.71 kB
HOW TO BLOCK PEOPLE ON WINMX WHO SHARE NOTHING.txt 1.51 kB
How To Block Websties Without Software, block websites.txt 0.64 kB
How To Boot Xp Faster (updated).txt 1.66 kB
How to build a black box.txt 7.79 kB
how to burn quicker in windows xp.txt 0.28 kB
How to Bypass BIOS Passwords.txt 9.05 kB
How To Bypass Web Filters, tutorial.txt 6.20 kB
HOW TO CAPTURE STREAMING MEDIA.txt 1.68 kB
How To Change A Cmos Battery.txt 3.18 kB
How to change the serial number used in Windows XP, Valid for XP Corporate.txt 1.11 kB
How To Change Thumbnail Size And Quality.txt 0.90 kB
How to clear Bios info 2.txt 23.55 kB
How to clear Bios info.txt 11.75 kB
How To Convert File System, fat – fat32 to ntfs.txt 0.52 kB
How To Copy A Dvd Which Will Play On A X Box.txt 1.01 kB
How to copy songs from your iPod to your PC.txt 1.40 kB
How To Customise Your start Button.txt 1.54 kB
How To Delete Those Persistent Nasty Files.txt 0.53 kB
How To Directly Go To Inbox, Write Msg, w Hotmail, no need for How to find MP3′s real quickly.txt 0.35 kB
How To Find Serial Numbers On Google.txt 0.79 kB
How to fix corrupted files in XP.txt 1.48 kB
How to fix Windows Installer problem.txt 0.96 kB
How To Get A Free I-pod Or Flat Screen Tv, check it out.txt 6.62 kB
HOW TO GET ANY WINDOWS PASSWORD.txt 3.41 kB
How to Get someones ISP password, Get free internet.txt 2.65 kB
How To Get Top Ranking, Search Engines.txt 6.58 kB
How To Hack Windows Xp Admin Passwords.txt 2.52 kB
How to hack-change your Windows XP Boot Screen.txt 1.52 kB
how To Hide Yourself From Network Users!, And give access to only specific users!.txt 0.86 kB
How To Make An Animted Logo.txt 5.26 kB
How To Make Free Phone Calls.txt 2.29 kB
How to make key generators.txt 8.83 kB
How To Make Perfect Copies Of Maxis The Sims Discs, CloneCD Style!.txt 1.17 kB
How To Make XP Go Faster.txt 5.58 kB
How To make your own Radio Station 2.txt 3.26 kB
How To Make Your Own Radio Station.txt 1.58 kB
How to Remove DRM Protection for Video Files.txt 2.29 kB
How To Remove Ms Java Vm And Install Sun Java.txt 0.05 kB
How To Remove Signin Details Of Msn Passport.txt 1.04 kB
How To Remove The Default Admin$ Shares.txt 1.03 kB
How to remove the Links folder in IE Favorites.txt 0.59 kB
How to Remove WinXP Splash and See Operations.txt 1.19 kB
How To Rename Extensions With Ease, with a Renamer.bat file!.txt 0.44 kB
How to Rename File Extensions.txt 3.11 kB
How To Rename Multiple Files In Winxp.txt 0.56 kB
How To Restrict Login Hours Allowed.txt 0.58 kB
How to safeguard your files when computer crashes.txt 2.94 kB
How to save Windows xp updates.txt 0.63 kB
how to search google for RAPIDSHARE links.txt 0.98 kB
How To See Hidden Files, Using Dos.txt 0.08 kB
How To Set search For All Files In Winxp.txt 0.71 kB
How to set up a http server running from you computer.txt 3.06 kB
How To Set Up A Proxy In Flashget, As Requested.txt 0.66 kB
How to set up a server with Apache , PHP , MySQL , Perl , phpMyAdmin.txt 8.77 kB
How To Set Up Direct Connect.txt 26.96 kB
HOW TO SET UP FTP SERVER.txt 1.79 kB
How To Set Up Proxies In Your Browser.txt 1.63 kB
How To Set Zone Alarm Settings!, Fix for ZA ports.txt 2.12 kB
How To Setup Your Own Dns (Domain Name Server).txt 6.97 kB
How To Speed Up A Slow Computer.txt 1.21 kB
How To Speed Up Http Requests On Internet Explorer, as above.txt 1.28 kB
How To Stop Spam.txt 8.05 kB
How to swear in all languages.txt 28.32 kB
How To Unload Cached Dll Files To Free Memory.txt 0.56 kB
How to Use and How to Chain Multiple Proxies!.txt 9.70 kB
How To Use File Compression In Windows Xp.txt 4.19 kB
How To Use Google To Download Mp3′s, and applications…..txt 0.60 kB
How To Use Newsgroups.txt 0.56 kB
How To Use You Gmail With Msn Messenger.txt 0.37 kB
How-to Get Videos And Dvds Onto Your Sony PlayStation Portable (PSP) for free.txt 12.91 kB
HOWTO Change Windows XP Home to Windows XP Pro.txt 1.67 kB
Important Faqs For Sp2.txt 9.47 kB
Improve Doom 3′s Performances!!, simple but efficient trick for every1.txt 4.22 kB
Improve your dialup modem preformance.txt 0.73 kB
Increase XP Folder Settings.txt 0.79 kB
Insert Your Serial For Office 2k, auto install office.txt 1.06 kB
Install A New Hard-disk.txt 5.16 kB
Install Xp From Dos.txt 0.84 kB
Installing Apache on Windows.txt 6.29 kB
Installing Gentoo Linux, Amazing step by step tutoria.txt 0.19 kB
Installing IIS On Windows Xp Pro.txt 3.04 kB
Installing Slackware Linux.txt 34.73 kB
Instructions For Removal Of Advertising In Msn Messenger.txt 2.59 kB
Ip Address Structure, Expilinatin OF IP Address {A short way}.txt 7.65 kB
Irc How To Downlaod From, How to downlaod from IRC.txt 3.95 kB
Irc Servers On nix, For people who want to start own IRC net.txt 0.48 kB
Keep Files Private.txt 1.51 kB
Keep Folders Hidden.txt 0.46 kB
Keyboard Shortcuts Result in Excel 2000 – Movement.txt 1.57 kB
Keyboard Shortcuts, Microsoft Word.txt 2.37 kB
Keyboard Shortcuts, must read.txt 3.72 kB
Kill Microsoft Instant Messenger.txt 0.28 kB
Lamination Tips, Its a Fast TUT……txt 1.98 kB
Leet Way To Get Your Ip In Windows Xp.txt 0.26 kB
Linking Your Xbox To Your Computer.txt 33.52 kB
Linux Howto’s.txt 0.08 kB
List Of Sites Not To Go To.txt 4.32 kB
Little help for anonymous mailer.txt 1.56 kB
Lots Of Windows Xp Tips, Take A Look !.txt 12.43 kB
Lyrics With Google.txt 0.08 kB
Make A Autorun File For Ur Cd.txt 0.66 kB
Make A Batch File To Clean UR PC!!, All In One!!.txt 1.37 kB
Make A Roughly 16 Hour Video Dvd.txt 1.01 kB
Make Acrobat Reader 6 load faster.txt 0.42 kB
Make Dvd Iso From Suse 9.2 5 Cds Iso, Linux mode and Windows mode ISO creation.txt 7.41 kB
Make Mp3 Files Smaller Without Losing Quality.txt 0.73 kB
Make Your Own Ringtones For Mobile Phone, also logos, wallpaper, etc.txt 3.00 kB
Make Your Pc Faster, Guaranteed.txt 6.23 kB
MakeXPgoFaster.txt 5.74 kB
making a .cue file, in notepad.txt 0.53 kB
Making A .txt Executable Server.txt 1.60 kB
Making Bootable Floppy Disk to Boot into Windows.txt 4.82 kB
Making Cd Version Of Doom3 Into Dvd Version.txt 0.75 kB
Making Web Page Fonts Consistent and Uniform.txt 0.80 kB
Manage Saved Ie Passwords.txt 0.75 kB
Mastering The Windows XP Registry.txt 5.79 kB
Maximize Dial-up Modem Settings.txt 2.31 kB
Microsoft’s Really Hidden Files, Reveled Hidden files.txt 33.95 kB
mIRC Not Just Another Chat Client, Download Anything You Want Almost.txt 4.37 kB
mIRCcommands.txt 10.10 kB
Misc Linux Tips & Tricks.txt 18.55 kB
Missing Administrator Account.txt 0.52 kB
Mobile Secret Codes.txt 31.09 kB
Modify .exe Files And Crack A Program.txt 3.06 kB
A beginners guide to Hacking UNIX.txt 5.61 kB
A Cracking Tutorial C101-90.000 3.85 kB
A Cracking Tutorial C101-90.001 32.32 kB
A Cracking Tutorial C101-90.002 30.93 kB
A Cracking Tutorial C101-90.003 14.75 kB
A Cracking Tutorial C101-90.004 54.91 kB
A Cracking Tutorial ED!SON.NFO 1.58 kB
A Guide to Internet Security- Becoming an Uebercracker.txt 8.56 kB
A Guide to the Easiest Hacking there is.txt 4.58 kB
A List Of Some OF The Most Useful UNIX Hacking Commands.htm 23.03 kB
A Small Guide to Hacking HOTMAIL.txt 3.02 kB
A UNIX Hacking Tutorial.txt 82.20 kB
Almost Everything You Ever Wanted To Know About Security (but.txt 47.52 kB
An Indepth Guide in Hacking UNIX and the concept of Basic Net.txt 40.84 kB
An Introduction to Denial of Service.txt 44.78 kB
An Introduction to the Computer Underground.txt 17.03 kB
Basic Networking.txt 14.04 kB
BBS Crashing Techniques.txt 3.72 kB
BRUTE- A brute force approach to hacking Unix passwords.txt 3.31 kB
Closing the Net.txt 30.69 kB
Compression and Cracks for Dummies.txt 52.75 kB
Computer Bulliten Boards and the Law.txt 56.06 kB
Computer Chrime – Current Practices, Problems and Proposed So.txt 96.53 kB
Computer eMail and Privacy.txt 19.18 kB
Computer Hackers News Articles.txt 5.89 kB
Computer Rights vs First and Forth Amentment Right.txt 44.24 kB
Computer Security.txt 63.52 kB
Computer Security_2.txt 51.94 kB
Computer Viruii.txt 19.98 kB
Computerized Governmental Database Systems Containing Persona.txt 40.34 kB
COPS and Robbers-Unix System Security.txt 35.18 kB
Copyright Guides for Photographers.txt 17.02 kB
Crash Course in X Windows Security.txt 12.45 kB
Crime and Puzzlement.txt 62.34 kB
Cultural Formations in Text-Based Virtual Realties.txt 257.27 kB
Cyberspace and the Legal Matrix- Laws or Confusion.txt 20.53 kB
Dark Angel’s Phunky Virus Writing Guide .txt 18.90 kB
Defamation Liability of Computerized Bulliten Board Operators.txt 101.36 kB
Dept of Treasury Letter.txt 11.25 kB
Electronic Bulliten Boards and ‘Public Goods’ Explainations o.txt 45.84 kB
Electropolos – Communication and Comunity on IRC.txt 112.45 kB
Ethload User’s Guide.txt 81.28 kB
Formulating A Company Policy on Access to and Use and Disclos.txt 12.14 kB
Free Speech in Cyberspace.txt 244.25 kB
Gender Issues in Online Communications.txt 24.86 kB
Government Computer Security Techniques.txt 7.88 kB
HACKDICT.TXT 272.00 kB
Hacker Test.txt 20.84 kB
Hackers A-Z.TXT 256.00 kB
Hackers Who Break into Computer Systems.txt 57.40 kB
Hacking Bank Of America’s Home Banking System.txt 5.79 kB
Hacking Compuserve Infomation Service.txt 7.43 kB
Hacking Faq.txt 42.06 kB
Hacking GTE Telemail.txt 19.12 kB
Hacking IRC – The Definitive Guide.txt 13.72 kB
Hacking PC-Pursuit Codes.txt 8.10 kB
Hacking Techniques.txt 8.52 kB
Hacking TRW.txt 2.58 kB
Hacking TYMNET.txt 5.79 kB
Hacking Unix System V’s.txt 10.93 kB
Hacking Wal-Mart Computers.txt 4.09 kB
Hacking Webpages.txt 3.90 kB
How the Traditional Media Clasifications Fail to Protect in t.txt 40.50 kB
How to crash AOL.txt 4.75 kB
How to dial out of a UNIX System.txt 3.49 kB
How to find Security Holes.txt 15.99 kB
How to get a Shell in 24 hours.txt 7.98 kB
How to Hack UNIX System V.txt 10.93 kB
How to login to a C.B.I. System.txt 3.00 kB
How to send ICQ Bombs.txt 2.33 kB
Information of Hacking AngelFire Websites.txt 3.21 kB
Introduction to Denail of Service.txt 44.78 kB
IP addressing, and gaining IP’s.txt 13.70 kB
IP Addressing.txt 13.70 kB
ISSN Numbers- An Introduction.txt 5.96 kB
Junk Mail- How Did They All Get My Address.txt 12.70 kB
LENROS~1.TXT 184.58 kB
LENROS~2.TXT 7.41 kB
MEMETICS.TXT 45.79 kB
MINDVOX.TXT 64.57 kB
MORRIS~1.TXT 31.18 kB
NEIDOR~1.TXT 41.02 kB
NFS Tracing.txt 34.20 kB
Nightline- FBI,Privacy,and Proposed Wire-Tapping Legislation.txt 20.86 kB
NY_2′S Guide to Obtaining An IP Address. .doc 10.50 kB
Organizational Analysis in Computer Science.txt 65.00 kB
PGP Startup Guide.htm 26.00 kB
Presumed Guilty.txt 153.76 kB
Raising Hell with Unix.txt 12.91 kB
Remarks of the President and Vice President to Silicon Valley.txt 37.70 kB
RIGGSB~1.TXT 54.03 kB
RIGGS_~1.TXT 54.03 kB
RIGHTS~1.TXT 7.99 kB
More Hacking RIVERA.TXT 26.43 kB
Security holes.txt 11.77 kB

(more…)

GD Star Rating
loading...

Popularity: 20%

How To Hack a Website

47

Hacking a website or its member section
First of all,why you want to hack a webpage?Is it a certain webpage or any site at all? There are many reasons to hack a website, or a webmaster.Maybe you want to take a revenge or maybe you want to have fun or just learn how to do it ! You can deface the website which means replace the original index with a new one or you can gain access to the member area of the site which might be easier.

Defacing
You can deface the site through telnet or your browser by running remote commands on an old or misconfigured server, the hard thing to do is find an old server , maybe a network of a school or university would do,get a CGI BUG searcher.This program will scan ranges of IPs for web-servers and will scan them for known bugs in their cgis or other bugs and holes.You can learn how to exploite a certain hole by adding in yahoo the name of the bug/hole and the word exploit,search for “cmd.exe exploit”.There are more than 700 holes that many servers might have! You can also deface a website by finding the ftp password and just browse through the sites ftp and replace the index.htm.You do that with the : (more…)

GD Star Rating
loading...

Popularity: 4%

Go to Top