Browse Source

Updated README.md

epsylon 3 years ago
parent
commit
b4e24fbc99
1 changed files with 3 additions and 5 deletions
  1. 3 5
      README.md

+ 3 - 5
README.md

@@ -38,7 +38,6 @@ XSSer runs on many platforms. It requires Python (3.x) and the following librari
     - python3-pycurl - Python bindings to libcurl (Python 3)
     - python3-bs4 - error-tolerant HTML parser for Python 3
     - python3-geoip - Python3 bindings for the GeoIP IP-to-country resolver library
-    - python3-geoip2 - Python geoip2 API for web services and databases - Python 3.x
     - python3-gi - Python 3 bindings for gobject-introspection libraries
     - python3-cairocffi - cffi-based cairo bindings for Python (Python3)
     - python3-selenium - Python3 bindings for Selenium
@@ -46,19 +45,18 @@ XSSer runs on many platforms. It requires Python (3.x) and the following librari
 
 On Debian-based systems (ex: Ubuntu), run: 
 
-    sudo apt-get install python3-pycurl python3-bs4 python3-geoip python3-geoip2 python3-gi python3-cairocffi python3-selenium firefoxdriver
+    sudo apt-get install python3-pycurl python3-bs4 python3-geoip python3-gi python3-cairocffi python3-selenium firefoxdriver
 
 On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc... also run:
 
-    sudo pip3 install pycurl bs4 geoip2 gobject cairocffi selenium
+    sudo pip3 install pycurl bs4 pygeoip gobject cairocffi selenium
 
 ####  Source libs:
 
    * Python: https://www.python.org/downloads/
    * PyCurl: http://pycurl.sourceforge.net/
    * PyBeautifulSoup4: https://pypi.org/project/beautifulsoup4/
-   * PyGeoIP: https://pypi.org/project/python-geoip-python3/
-   * PyGeoIP2: https://pypi.org/project/geoip2/
+   * PyGeoIP: https://pypi.org/project/pygeoip/
    * PyGObject: https://pypi.org/project/gobject/
    * PyCairocffi: https://pypi.org/project/cairocffi/
    * PySelenium: https://pypi.org/project/selenium/