Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 404 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 404 Bytes

Hackthebox

hack the box unlimited invite code generator using python.

U need requests, base64, json modules.

Installation

  • pip install requests
  • pip install base64
  • pip install json

USAGE

  • python invite.py

HOW TO USE

Enter the number of invite codes you need and you will get the invite codes. I also added reference on how i coded, it can come handy for learners.