===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
dnstwist-0~20201022/README.md-61-This will install `dnstwist` along with all dependencies, and the binary will
dnstwist-0~20201022/README.md:62:be added to `$PATH`.
dnstwist-0~20201022/README.md-63-
##############################################
dnstwist-0~20201022/dnstwist.py-607-					try:
dnstwist-0~20201022/dnstwist.py:608:						country = GeoIP.new(GeoIP.GEOIP_MEMORY_CACHE).country_name_by_addr(domain['dns-a'][0])
dnstwist-0~20201022/dnstwist.py-609-					except Exception as e:
##############################################
dnstwist-0~20201022/docs/README.md-61-This will install `dnstwist` along with all dependencies, and the binary will
dnstwist-0~20201022/docs/README.md:62:be added to `$PATH`.
dnstwist-0~20201022/docs/README.md-63-
##############################################
dnstwist-0~20201022/webapp/dnstwist.py-607-					try:
dnstwist-0~20201022/webapp/dnstwist.py:608:						country = GeoIP.new(GeoIP.GEOIP_MEMORY_CACHE).country_name_by_addr(domain['dns-a'][0])
dnstwist-0~20201022/webapp/dnstwist.py-609-					except Exception as e: