Git Product home page Git Product logo

v4d1 / dome Goto Github PK

View Code? Open in Web Editor NEW
506.0 506.0 72.0 603 KB

Dome - Subdomain Enumeration Tool. Fast and reliable python script that makes active and/or passive scan to obtain subdomains and search for open ports.

Python 100.00%
bugbounty enumeration hacking-tool osint penetration-testing pentesting recon reconnaissance redteam redteam-tools subdomain subdomain-brute subdomain-enumeration subdomain-finder subdomain-scanner

dome's Issues

output not running

when i try with argument -o / --output it's not working.

command? just like that
python3 dome.py -o out.txt -m passive -d site1,site2

so i get this message
Error: unrecognized arguments: out.txt

SyntaxWarning: invalid escape sequence

When I execute
./dome.py -m -d google.com

I get an error.
I'm using Python 3.9.6

`$ ./dome.py -m -d rentslam.nl

Dome/./dome.py:59: SyntaxWarning: invalid escape sequence '|'
if printOutput: print(Y + "\n _ _____ \n | | | |\n | | ___ _ __ ___ | | \n / |/ _ \| '_ _ | __| \n| (| | () | | | | | | |_ \n _,|_/|| || |_/" + R + " by vadi @ securihub.com\n\t\t\t\tv" + version + "\n" + W)
Dome/./dome.py:94: SyntaxWarning: invalid escape sequence '|'
print(Y + "\n _ _____ \n | | | |\n | | ___ _ __ ___ | | \n / |/ _ \| '_ _ | __| \n| (| | () | | | | | | |_ \n _,|_/|| || |_/" + R + " by vadi @ securihub.com\n\n" + W)
Dome/./dome.py:446: SyntaxWarning: invalid escape sequence '-'
pattern = '"[a-zA-Z0-9-.].' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])
Dome/./dome.py:446: SyntaxWarning: invalid escape sequence '.'
pattern = '"[a-zA-Z0-9-.]
.' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])
Dome/./dome.py:448: SyntaxWarning: invalid escape sequence '-'
pattern = '(?!2?F)[a-zA-Z0-9-.].' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:448: SyntaxWarning: invalid escape sequence '.'
pattern = '(?!2?F)[a-zA-Z0-9-.]
.' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:448: SyntaxWarning: invalid escape sequence '.'
pattern = '(?!2?F)[a-zA-Z0-9-.].' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:472: SyntaxWarning: invalid escape sequence '-'
pattern = '(?!2?F)[a-zA-Z0-9-.]
.' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])
Dome/./dome.py:472: SyntaxWarning: invalid escape sequence '.'
pattern = '(?!2?F)[a-zA-Z0-9-.].' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])
Dome/./dome.py:474: SyntaxWarning: invalid escape sequence '-'
pattern = '(?!2?F)[a-zA-Z0-9-.]
.' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:474: SyntaxWarning: invalid escape sequence '.'
pattern = '(?!2?F)[a-zA-Z0-9-.].' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:474: SyntaxWarning: invalid escape sequence '.'
pattern = '(?!2?F)[a-zA-Z0-9-.]
.' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:543: SyntaxWarning: invalid escape sequence '-'
pattern = '(?!2?F)[a-zA-Z0-9-.].' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])
Dome/./dome.py:543: SyntaxWarning: invalid escape sequence '.'
pattern = '(?!2?F)[a-zA-Z0-9-.]
.' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])
Dome/./dome.py:544: SyntaxWarning: invalid escape sequence '-'
if domainHas2Levels(domain): pattern = '(?!2?F)[a-zA-Z0-9-.].' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:544: SyntaxWarning: invalid escape sequence '.'
if domainHas2Levels(domain): pattern = '(?!2?F)[a-zA-Z0-9-.]
.' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:544: SyntaxWarning: invalid escape sequence '.'
if domainHas2Levels(domain): pattern = '(?!2?F)[a-zA-Z0-9-.].' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:637: SyntaxWarning: invalid escape sequence '-'
pattern = '(?!2?F)[a-zA-Z0-9-.]
.' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])
Dome/./dome.py:637: SyntaxWarning: invalid escape sequence '.'
pattern = '(?!2?F)[a-zA-Z0-9-.].' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])
Dome/./dome.py:638: SyntaxWarning: invalid escape sequence '-'
if domainHas2Levels(domain): pattern = '(?!2?F)[a-zA-Z0-9-.]
.' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:638: SyntaxWarning: invalid escape sequence '.'
if domainHas2Levels(domain): pattern = '(?!2?F)[a-zA-Z0-9-.].' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:638: SyntaxWarning: invalid escape sequence '.'
if domainHas2Levels(domain): pattern = '(?!2?F)[a-zA-Z0-9-.]
.' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:660: SyntaxWarning: invalid escape sequence '-'
pattern = '(?!2?F)[a-zA-Z0-9-.].' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])
Dome/./dome.py:660: SyntaxWarning: invalid escape sequence '.'
pattern = '(?!2?F)[a-zA-Z0-9-.]
.' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])
Dome/./dome.py:661: SyntaxWarning: invalid escape sequence '-'
if domainHas2Levels(domain): pattern = '(?!2?F)[a-zA-Z0-9-.].' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:661: SyntaxWarning: invalid escape sequence '.'
if domainHas2Levels(domain): pattern = '(?!2?F)[a-zA-Z0-9-.]
.' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])
Dome/./dome.py:661: SyntaxWarning: invalid escape sequence '.'
if domainHas2Levels(domain): pattern = '(?!2?F)[a-zA-Z0-9-.]*.' + str(domain.split('.')[0]) + '.' + str(domain.split('.')[1])+ '.' + str(domain.split('.')[2])

     _                 _____
    | |               |  ___|
  __| | ___  _ __ ___ | |__
 / _` |/ _ \| '_ ` _ \|  __|
| (_| | (_) | | | | | | |___
 \__,_|\___/|_| |_| |_\____/   by vadi @ securihub.com


Usage: python3 ./dome.py [Options] use -h for help
`

API not working

I have added api for all services but they are not working because these services are not receiving requests.

python version: 3.6.9
config.api -> VIRUSTOTAL, SHODAN, SECURITYTRAILS, PASSIVETOTAL, BINARYEDGE.

add progress indicator for wordlist

I ran dome with a 1000 line wordlist.
python3 dome.py -d domain.com -m active -w wordlist

This is what I see
CleanShot 2024-07-01 at 13 22 39@2x

There is no information about what's happening, it would be great if a progress bar or some sort of progress indication was given eg: on entry 10 of 1000.

68747470733a2f2f7261772e6769746875622e636f6d2f7665726967616b2f70726f67726573732f6d61737465722f64656d6f2e676966

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.