Giter Site home page Giter Site logo

skynet0x01 / tugarecon Goto Github PK

View Code? Open in Web Editor NEW
144.0 9.0 26.0 3.3 MB

Pentest: Subdomains enumeration tool for penetration testers.

Home Page: https://skynet0x01.github.io/tugarecon/

License: GNU General Public License v3.0

Python 100.00%
subdomain-scanner subdomain-enumeration hacking bugbounty bug-bounty pentest information-gathering recon scan scanner

tugarecon's People

Contributors

skynet0x01 avatar somethinggeneric avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tugarecon's Issues

Error running normal scan

Hi could you please help me with this error?

Traceback (most recent call last):
File "tugarecon.py", line 190, in
menu()
File "tugarecon.py", line 186, in menu
main(target, output, savemap, enum, threads, bruteforce, args)
File "tugarecon.py", line 153, in main
enums = [indicate(target, output) for indicate in chosenEnums]
File "tugarecon.py", line 153, in
enums = [indicate(target, output) for indicate in chosenEnums]
File "/home/tugarecon/modules/tuga_virustotal.py", line 29, in init
self.enumerate(self.response, output, target)
File "/home/tugarecon/modules/tuga_virustotal.py", line 49, in enumerate
subdomains = response.json()["data"][subdomainscount]["id"]
KeyError: 'data'

Got error when running. bruteforce

python3 tugarecon.py -d google.com -b --full

         ______                  ____                      
        /_  __/_  ______ _____ _/ __ \___  _________  ____ 
         / / / / / / __ `/ __ `/ /_/ / _ \/ ___/ __ \/ __ \                
        / / / /_/ / /_/ / /_/ / _, _/  __/ /__/ /_/ / / / /               
       /_/  \__,_/\__, /\__,_/_/ |_|\___/\___/\____/_/ /_/  V: 0.45b               
                 /____/                                    

                    # Coded By LordNeoStark #

TugaRecon, tribute to Portuguese explorers reminding glorious past of this country

[+] DNS queries...


google.com. 5 IN A 172.217.168.238

google.com. 21 IN AAAA 2a00:1450:400e:807::200e

google.com. 595 IN MX 50 alt4.aspmx.l.google.com.
google.com. 595 IN MX 30 alt2.aspmx.l.google.com.
google.com. 595 IN MX 20 alt1.aspmx.l.google.com.
google.com. 595 IN MX 40 alt3.aspmx.l.google.com.
google.com. 595 IN MX 10 aspmx.l.google.com.

google.com. 29266 IN NS ns1.google.com.
google.com. 29266 IN NS ns4.google.com.
google.com. 29266 IN NS ns3.google.com.
google.com. 29266 IN NS ns2.google.com.

google.com. 300 IN TXT "globalsign-smime-dv=CDYX+XFHUw2wml6/Gb8+59BsH31KzUr6c1l2BPvqKX8="
google.com. 300 IN TXT "docusign=1b0a6754-49b1-4db5-8540-d2c12664b289"
google.com. 300 IN TXT "docusign=05958488-4752-4ef2-95eb-aa7ba8a3bd0e"
google.com. 300 IN TXT "facebook-domain-verification=22rm551cu4k0ab0bxsw536tlds4h95"
google.com. 300 IN TXT "v=spf1 include:_spf.google.com ~all"

google.com. 36 IN SOA ns1.google.com. dns-admin.google.com. 297077745 900 900 1800 60

Traceback (most recent call last):
File "tugarecon.py", line 177, in
menu()
File "tugarecon.py", line 173, in menu
main(target, output, savemap, enum, threads, bruteforce, args)
File "tugarecon.py", line 116, in main
d = TugaBruteScan(target, options=args)
File "/home/olivier/tools/tugarecon/tugascan.py", line 40, in init
self._dns_queries = _dns_queries(target)
File "/home/olivier/tools/tugarecon/lib/bscan.py", line 13, in _dns_queries
answer = dns.resolver.query(target, qtype, raise_on_no_answer=False)
File "/home/olivier/.local/lib/python3.6/site-packages/dns/resolver.py", line 1102, in query
lifetime)
File "/home/olivier/.local/lib/python3.6/site-packages/dns/resolver.py", line 898, in query
raise NoNameservers(request=request, errors=errors)
dns.resolver.NoNameservers: All nameservers failed to answer the query google.com. IN MINFO: Server 127.0.0.53 UDP port 53 answered NOTIMP
^[[A^CException ignored in: <module 'threading' from '/usr/lib/python3.6/threading.py'>
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 1294, in _shutdown
t.join()
File "/usr/lib/python3.6/threading.py", line 1056, in join
self._wait_for_tstate_lock()
File "/usr/lib/python3.6/threading.py", line 1072, in _wait_for_tstate_lock
elif lock.acquire(block, timeout):

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.