Skip to content

SOCBED v1.3.0

Compare
Choose a tag to compare
@ru37z ru37z released this 02 Dec 12:42
· 52 commits to main since this release
f279dc5

Features:

  • Add nmap attacks
  • Add grc (color output)
  • Add tab completion for attack options

Fixes:

  • Use checkout@v3 instead of v2 to fix pipelines

Misc:

  • Upgrade paramiko from 2.10.1 to 2.11.0
  • Cleanup code
    • Impose PEP 8 in various files
    • Remove unused imports in various files
    • Use f-string instead of older str.format() syntax where appropriate