Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33e3c95

Browse files
author
Zer1t0
committed
fixed typo in requirements.txt filename
1 parent bd03a42 commit 33e3c95

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,26 @@
22
An script to perform kerberos bruteforcing by using the Impacket library.
33

44
When is executed, as input it receives a user or list of users and a password or list of password. Then is performs a brute-force attack to enumerate:
5-
* Valid username/passwords pairs
6-
* Valid usernames
7-
* Usernames without pre-authentication required
5+
* Valid username/passwords pairs
6+
* Valid usernames
7+
* Usernames without pre-authentication required
88

99
As a result, the script generates a list of valid credentials discovered, and the TGT's generated due those valid credentials.
1010

1111
## Installation
1212

1313
To install:
1414
```
15-
> git clone https://github.com/TarlogicSecurity/kerbrute
16-
> cd kerbrute
17-
> pip install -r requirements.txt
15+
lsgit clone https://github.com/TarlogicSecurity/kerbrute
16+
cd kerbrute
17+
pip install -r requirements.txt
1818
```
1919

2020
## Use
2121

2222
Help without arguments:
2323
```shell
24+
root@kali:kerbrute# python kerbrute.py
2425
Impacket v0.9.18 - Copyright 2018 SecureAuth Corporation
2526

2627
usage: kerbrute.py [-h] [-debug] (-user USER | -users USERS)
@@ -44,18 +45,16 @@ optional arguments:
4445

4546
Examples:
4647
./kerbrute.py -users users_file.txt -passwords passwords_file.txt -domain contoso.com
47-
4848
```
4949

5050
Example of execution:
5151
```shell
52-
root@kali:impacket-examples# python kerbrute.py -domain jurassic.park -users users.txt -passwords passwords.txt -outputfile jurassic_passwords.txt
53-
Impacket v0.9.19-dev - Copyright 2019 SecureAuth Corporation
52+
root@kali:kerbrute# python kerbrute.py -domain jurassic.park -users users.txt -passwords passwords.txt -outputfile jurassic_passwords.txt
53+
Impacket v0.9.18 - Copyright 2018 SecureAuth Corporation
5454

55-
[*] Valid user => velociraptor [NOT PREAUTH]
56-
[*] Valid user => trex
57-
[*] Valid user => triceratops
5855
[*] Stupendous => triceratops:Sh4rpH0rns
5956
[*] Saved TGT in triceratops.ccache
57+
[*] Valid user => velociraptor [NOT PREAUTH]
58+
[*] Valid user => trex
6059
[*] Saved discovered passwords in jurassic_passwords.txt
6160
```
File renamed without changes.

0 commit comments

Comments
 (0)