Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
Hi.
Step 1 Download & Install Java
The first step, of course, is to download and install Exploit Pack. As I mentioned above, it is written in Java, so it is requisite that you have Java 8 installed. You can go to Oracle's website and download Java 8 for your architecture. Since I will be...
Hi.
How TFTP Works
TFTP is a UDP/IP protocol that uses port 69. It is used to upload (GET) and download (PUT) files between computer systems without authentication. It operates on a client/server architecture. If we can install/use a TFTP server on our Kali system, then we can use it to upload...
Hi.
Step 1 Connect to a Remote Windows System from Kali
Windows makes a distinction between commands that can be run while physically on the system and those that can be run remotely. We can't assume that a command we can run while on the system will run remotely.
Here, we are only...
Step 1 Password Storage
In general, passwords are not stored in clear text. As a rule, passwords are stored as hashes. Hashes are one-way encryption that are unique for a given input. These systems very often use MD5 or SHA1 to hash the passwords.
In the Windows operating system, passwords on...
Step 1 Brute Force Short Passwords
Although it might seem contrary to common sense, I often start by trying to brute force very short passwords. Although brute force of long passwords can be very time consuming (days or weeks), very short passwords can be brute forced in a matter of minutes.
I...
Hi.
Step 1 Fire Up Kali & Open Hashcat
Let's start by firing up Kali and opening hashcat. Go to Applications -> Kali Linux -> Password Attacks -> Offline Attacks -> hashcat, as seen below.
When we click on the hashcat menu item, it opens the help screen.
At the top of the screen, you can...
Step 1 Fire Up Kali & Open Crunch
Let's start by firing up Kali and opening crunch by going to Applications -> Kali Linux -> Password Attacks -> Offline Attacks -> crunch.
This will open the crunch screen like that below.
Unlike many other hacking applications, crunch doesn't provide us...
Step 1 Fire Up Kali & CeWL Help
First, fire up Kali and open a terminal. Next, let's type the "cewl" command and get its help screen.
kali > cewl --help
Note the depth (-d) and the min_word_length (-m) switches. The -d switch determines how deep (the default is 2) into the website CeWL...
Hi.
Step 1 Open a Terminal
Now that we're positioned within range of the wireless access point for the exam, let's fire up BackTrack and open a terminal. Let's make certain our wireless adapter is recognized in BackTrack and functioning.
iwconfig
Step 2 Put the Wireless Adapter in...
Arkadaşlar öncelikle root yetkisi olmadan hiçbir şey yapamazsınız.Önbilgi olarak bunu bilmeniz gerekmektedir.Bazı uygulamaların teknik bilgi gerektirdiğini de atlamamak lazım..
Hack konusunda yeterli bilgiye sahip olmayan kişilerin çoğu, hacklemelerin sadece bilgisayar üzerinden yapıldığını...
Dosya sistemleri, dosyaları sabit disk üzerinde saklarken block (Linux/Unix) yada cluster (Windows) olarak adlandırılan ve ardışıl sektörlerin bir araya gelmesi ile oluşan yapıları kullanırlar ve adreslemede temel olarak bu yapılar kullanılır. Bir dosya, bir yada birden fazla block yada...
Veritabanları güçlü fonksiyonaliteleri sayesinde işletim sistemi ele geçirmeye giden yolu bize açabilirler. MSSQL Server için xp_cmdshell extended stored prosedürü ile komut satırı komutu çalıştırma, MySQL için INTO OUTFILE özelliği ile hedef sistemin dosya sistemine dosya yazarak hedef sistem...