How to install aboul3la/Sublist3r. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
aboul3la/Sublist3r Installation Guide
How to install aboul3la/Sublist3r. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for aboul3la/Sublist3r. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i aboul3la/Sublist3ror
Install via npx
npx @hexmos/ipm i aboul3la/Sublist3rPrerequisites
Python 2
languageVersion: 2.7.x
Python 3
languageVersion: 3.4.x
requests
package_managerVersion: 2.26.0
dnspython
package_managerVersion: 2.1.0
argparse
package_managerVersion: 2.5.3
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Clone the repository and run the help command
git clone https://github.com/aboul3la/Sublist3r.git
python sublist3r.py -hRun Sublist3r with a domain name
python sublist3r.py -d example.comPost Installation Steps
- Run the following command to start the server: `python main.py`
- To access the application, open your web browser and navigate to `http://localhost:8000/`. You can also use a tool like Postman or curl to test the API endpoints.
