Pre-requirements
The requirements to use the system is to have the following python modules installed:
- colorama
- requests
- python-nmap
- wheel
How to install lab security?
Step 1: Clone the repository
git clone https://github.com/dylan14567/labsecurity
Step 2: Change the directory
cd labsecurity
Step 3: Install the requirements
pip3 install -r requirements.txt
Step 4: Change the permission
chmod +x *; ls
Step 5: Run the setup.py
python3 setup.py install
How to use labsecurity?
Step 1: Run with “labsecurity”
Step 2: set the target IP
Step 3: set the target port
Step 4: set scan type here I am using a simple port scan
Step 5: type “run”
Comments
Post a Comment