All Projects → GitHackTools → Brutedum

GitHackTools / Brutedum

BruteDum - Brute Force attacks SSH, FTP, Telnet, PostgreSQL, RDP, VNC with Hydra, Medusa and Ncrack

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Brutedum

Hfish
安全、可靠、简单、免费的企业级蜜罐
Stars: ✭ 2,977 (+1304.25%)
Mutual labels:  ftp, telnet, hacking, ssh
Guacamole
Guacamole是无客户端的远程桌面网关。它支持VNC,RDP和SSH等标准协议。 我们称之为无客户端,因为不需要插件或客户端软件。 感谢HTML5,一旦Guacamole安装在服务器上,您访问桌面所需的全部功能就是一个Web浏览器。
Stars: ✭ 99 (-53.3%)
Mutual labels:  telnet, ssh, rdp, vnc
Openiothub
💖A free IoT (Internet of Things) platform and private cloud. [一个免费的物联网和私有云平台,支持内网穿透]
Stars: ✭ 371 (+75%)
Mutual labels:  ftp, ssh, rdp, vnc
T14m4t
Automated brute-forcing attack tool.
Stars: ✭ 160 (-24.53%)
Mutual labels:  hacking, nmap, brute-force
Next Terminal
Next Terminal是一个轻量级堡垒机系统,易安装,易使用,支持RDP、SSH、VNC、Telnet、Kubernetes协议。
Stars: ✭ 2,354 (+1010.38%)
Mutual labels:  ssh, rdp, vnc
Chameleon
Customizable honeypots for monitoring network traffic, bots activities and username\password credentials (DNS, HTTP Proxy, HTTP, HTTPS, SSH, POP3, IMAP, STMP, RDP, VNC, SMB, SOCKS5, Redis, TELNET, Postgres and MySQL)
Stars: ✭ 230 (+8.49%)
Mutual labels:  ssh, rdp, vnc
seahorse
ELKFH - Elastic, Logstash, Kibana, Filebeat and Honeypot (HTTP, HTTPS, SSH, RDP, VNC, Redis, MySQL, MONGO, SMB, LDAP)
Stars: ✭ 31 (-85.38%)
Mutual labels:  ssh, rdp, vnc
Premotem
Personal Remote Manager
Stars: ✭ 161 (-24.06%)
Mutual labels:  ssh, rdp, vnc
Simpleremote
Remote Administration Tools
Stars: ✭ 504 (+137.74%)
Mutual labels:  telnet, ssh, rdp
Emagnet
Automated hacking tool that will find leaked databases with 97.1% accurate to grab mail + password together from recent uploads from https://pastebin.com. Bruteforce support for spotify accounts, instagram accounts, ssh servers, microsoft rdp clients and gmail accounts
Stars: ✭ 688 (+224.53%)
Mutual labels:  hacking, ssh, rdp
guacamole-auth-jwt
Guacamole authentication extension based on JWT.
Stars: ✭ 28 (-86.79%)
Mutual labels:  ssh, rdp, vnc
Teleport
Teleport是一款简单易用的堡垒机系统。
Stars: ✭ 718 (+238.68%)
Mutual labels:  telnet, ssh, rdp
Terminals
Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
Stars: ✭ 971 (+358.02%)
Mutual labels:  telnet, ssh, rdp
Remmina
Mirror of https://gitlab.com/Remmina/Remmina The GTK+ Remmina Remote Desktop Client
Stars: ✭ 1,705 (+704.25%)
Mutual labels:  rdp, vnc
Getssl
obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.
Stars: ✭ 1,687 (+695.75%)
Mutual labels:  ftp, ssh
Dark Fantasy Hack Tool
DDOS Tool: To take down small websites with HTTP FLOOD. Port scanner: To know the open ports of a site. FTP Password Cracker: To hack file system of websites.. Banner Grabber: To get the service or software running on a port. (After knowing the software running google for its vulnerabilities.) Web Spider: For gathering web application hacking information. Email scraper: To get all emails related to a webpage IMDB Rating: Easy way to access the movie database. Both .exe(compressed as zip) and .py versions are available in files.
Stars: ✭ 131 (-38.21%)
Mutual labels:  ftp, hacking
Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Stars: ✭ 1,824 (+760.38%)
Mutual labels:  hacking, nmap
Wordmove
Multi-stage command line deploy/mirroring and task runner for Wordpress
Stars: ✭ 1,791 (+744.81%)
Mutual labels:  ftp, ssh
Asnlookup
Leverage ASN to look up IP addresses (IPv4 & IPv6) owned by a specific organization for reconnaissance purposes, then run port scanning on it.
Stars: ✭ 163 (-23.11%)
Mutual labels:  hacking, nmap
Oscp Automation
A collection of personal scripts used in hacking excercises.
Stars: ✭ 118 (-44.34%)
Mutual labels:  hacking, brute-force

About BruteDum 1.0

BruteDum is a SSH, FTP, Telnet, PostgreSQL, RDP, VNC brute forcing tool with Hydra, Medusa and Ncrack. BruteDum can work with any Linux distros if they support Python 3.

Features of BruteDum

  • SSH, FTP, Telnet, PostgreSQL, RDP, VNC with Hydra (recommended)
  • SSH, FTP, Telnet, PostgreSQL, RDP, VNC with Medusa
  • SSH, FTP, Telnet, PostgreSQL, RDP, VNC with Ncrack
  • Scan victim's ports with Nmap

Install and run on Linux

You have to install Python 3 first:

  • Install Python 3 on Arch Linux and its distros: sudo pacman -S python3
  • Install Python 3 on Debian and its distros: sudo apt install python3

You have to install Hydra, Medusa, Nmap and Ncrack too:

  • On Arch Linux and its distros: sudo pacman -S nmap hydra medusa ncrack

  • On Debian and its distros: sudo apt install nmap hydra medusa ncrack

    git clone https://github.com/GitHackTools/BruteDum
    cd BruteDum
    python3 brutedum.py
    

Screenshots

  • Menu of tools Running BruteDum on Parrot Security OS - Tools menu
  • Scanning victim's ports with Nmap Running BruteDum on Parrot Security OS - Scanning victim's ports with Nmap
  • Ready to brute force Running BruteDum on Parrot Security OS - Ready to brute force
  • Brute force has done Running BruteDum on Parrot Security OS - Brute force has done

Thank you GitHackTools (myself) for programming this tool 🙂

Contact to coder

To-do list

  • Create wordlist with crunch
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].