enowars/bambictf

Include exploit parallelization tool to vulnboxes

Closed this issue · 1 comments

Many rookies are able to find vulns either in the source code or in the traffic analysis fairly quickly, but struggle to write code that exploits a large batch of teams simultaneously and reliably. Therefore we should ship a solution that makes parallelization super simple and enables rookies to write exploits faster!

Things users may want:

  • one command does parallelize $script
  • one command generates {sockets,http}exploittemplate that does the most basic stuff (parse argument, open socket/session with cookiejar, outcommented code that does a get/post)

Enoxploit satisfies most of this, I suggest we opensource, improve and ship it.

bambixploit is included since 4ae6fea