Codebase list massdns / 1382006
New upstream version 3.4+git20170829 Sophie Brun 5 years ago
1 changed file(s) with 32 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 # Crowbar
1
2 ### Description
3 Crowbar (formally known as Levye) is a brute forcing tool that can be used during penetration tests. It was developed to brute force some protocols in a different manner according to other popular brute forcing tools. As an example, while most brute forcing tools use username and password for SSH brute force, Crowbar uses SSH key(s). This allows for any private keys that have been obtained during penetration tests, to be used to attack other SSH servers.
4
5 Currently Crowbar supports:
6
7 OpenVPN
8 Remote Desktop Protocol (RDP) with NLA support
9 SSH private key authentication
10 VNC key authentication
11
12
13 ### Categories
14 * Network Attacks
15
16
17 ### Black Hat sessions
18 [![ToolsWatch 2014 Arsenal](https://rawgit.com/toolswatch/badges/master/arsenal/2014.svg)](https://www.blackhat.com/us-14/arsenal.html#Alkan)
19 [![ToolsWatch 2015 Arsenal](https://rawgit.com/toolswatch/badges/master/arsenal/2015.svg)](http://www.blackhat.com/us-15/arsenal.html#heybe-pentest-automation-toolkit)
20
21
22 ### Code
23 https://github.com/galkan/crowbar
24
25
26 ### Lead Developer
27 * Gokhan Alkan - https://github.com/galkan
28
29
30 ### Social Media
31 * [Twitter](https://twitter.com/gokhan_alkn)