shriyanss / vhost-master

Command line utility to hunt for Virtual Hosts
https://pypi.org/project/vhost-master/
MIT License
3 stars 0 forks source link

Use user specified IP address list rather than resolving from subdomains #8

Closed shriyanss closed 9 months ago

shriyanss commented 9 months ago

If you want the same feature, please react with 👍 Please don't comment "I want this too.." or "Me too..."

Is your feature request related to a problem? Please describe. A feature that would allow users to brute-force VHosts on a list of IP addresses

Describe the solution you'd like The program should take input with a flag --no-ip-resolve.

It should directly start brute-forcing them rather than resolving them.

shriyanss commented 9 months ago

A flag --skip-resolve was added in PR https://github.com/shriyanss/vhost-master/pull/14

Feature will be released in v0.0.4