From 182ded5db8fc70784254ff588368a7cbebdf62ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D2=89=CE=B1k=CE=B1=20x=E2=A0=A0=E2=A0=B5?= <32862241+4k4xs4pH1r3@users.noreply.github.com> Date: Wed, 21 Aug 2019 00:11:34 -0500 Subject: [PATCH] Update README.md --- README.md | 39 +++------------------------------------ 1 file changed, 3 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 0c2dbc0..d749106 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ Sublist3r is a python tool designed to enumerate subdomains of websites using OS ![Sublist3r](http://www.secgeek.net/images/Sublist3r.png "Sublist3r in action") -## Installation +## Installation in Debian distros ``` -git clone https://github.com/aboul3la/Sublist3r.git +cd /usr/share && git clone https://github.com/aboul3la/Sublist3r.git && cd /usr/share/Sublist3r && chmod +x *.* && sudo pip install ebcdic && sudo pip3 install ebcdic && sudo pip install -r requirements.txt && python setup.py install ``` ## Recommended Python Version: @@ -32,10 +32,7 @@ These dependencies can be installed using the requirements file: ``` c:\python27\python.exe -m pip install -r requirements.txt ``` -- Installation on Linux -``` -sudo pip install -r requirements.txt -``` + Alternatively, each module can be installed independently as shown below. @@ -46,20 +43,11 @@ Alternatively, each module can be installed independently as shown below. c:\python27\python.exe -m pip install requests ``` -- Install for Ubuntu/Debian: -``` -sudo apt-get install python-requests -``` - - Install for Centos/Redhat: ``` sudo yum install python-requests ``` -- Install using pip on Linux: -``` -sudo pip install requests -``` #### dnspython Module (http://www.dnspython.org/) @@ -68,33 +56,12 @@ sudo pip install requests c:\python27\python.exe -m pip install dnspython ``` -- Install for Ubuntu/Debian: -``` -sudo apt-get install python-dnspython -``` - -- Install using pip: -``` -sudo pip install dnspython -``` - -#### argparse Module - -- Install for Ubuntu/Debian: -``` -sudo apt-get install python-argparse -``` - Install for Centos/Redhat: ``` sudo yum install python-argparse ``` -- Install using pip: -``` -sudo pip install argparse -``` - **for coloring in windows install the following libraries** ``` c:\python27\python.exe -m pip install win_unicode_console colorama