Skip to content

Releases: matricali/cbrutekrag

v.0.5.0

08 Mar 00:25
Compare
Choose a tag to compare

Added

  • Support for custom port (argument: -p ) both on scan and bruteforce phases.
  • Dry-run (argument: -D)
  • Added the initial basis to support different ports on different targets
  • Now is possible to specify the port on targets list (ex: 10.10.1.10:2222) (see #5)
  • Shows time elapsed on each phase.
  • Increase the maximum file descriptor number that can be opened by this process.
  • manpages (man cbrutekrag)
  • Debug bracktrace symbols
  • Ignore as default non OpenSSH servers (argument flag -a to accept)
  • Detects and skip NON SSH servers (tcpwrapped).
  • Ignoring servers that don't support password authentication.

Changed

  • Separate Cbrutekrag verbosity from SSHLIB verbosity. (arguments: -v and -V respectively).
  • The default maximum number of threads is calculated automatically.
  • Allow servers detected as honeypot (argument flag -A)
  • Improved detection of non-eligible servers.

Removed

  • Removed port option (-p ) in favor of new targets syntax (191.168.0.0/24:2222)

Fixed

  • Wait until all forks finished her work.
  • Ignore SIGPIPE
  • Fixed false positives in servers which login are interactive.

v0.4.0

03 Sep 00:44
Compare
Choose a tag to compare

Added

  • Support for target list as arguments. It can be combined with targets file.
  • Targets can be a CIDR IPv4 block
  • Service scan phase with filtering
  • Honeypot detection (?)

Fixed

  • Initialize hostnames wordlist
  • Abort if there is no work to do

v0.3.0

26 Aug 06:01
Compare
Choose a tag to compare
- Debian and RPM package
- Fixed segfault when does not have an output file
- Improved logging
- Splitted logic into smallest files
- Improved help screen

v0.2.6

25 Aug 18:36
Compare
Choose a tag to compare

Debian and RPM packages

v0.2.1

02 Jan 04:15
Compare
Choose a tag to compare

v0.1.3

25 Aug 15:27
Compare
Choose a tag to compare