Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 513 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 513 Bytes

HTB exploitation tool

About

HTTP server:

  • files at cwd
  • static binaries
  • python backconnect

Usage

alias htb-server=/path/to/server.py

  • Start server: htb-server [bind-port|default=8000]
  • Static files location http://host:port/static/
  • CWD location: http://host:port/current
  • Python backconnect http://host:port/bc[?port|default=31337]

Demo

asciicast