Skip to content

Madhava-mng/opnsrcint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opnsrcint

OSINT tool for searching username,subdomain finding using dns such as google, cloudflare, opendns, ..

  • written in ruby

requirement:

  • ruby env

Installation

gem 'opnsrcint'
bundle install

Or install it yourself as:

gem install opnsrcint

Usage

opnsrcint [cmd] [argv]

search user names:

opnsrcint scan4user user1,user2

searching subdomains:

opnsrcint subenum example.com

example for irb

irb(main):001:0> require 'opnsrcint'
irb(main):002:0> Opnsrcint::search_for_username(
	["test"],	# list of user names
	false,	# verbose
	false	# enable 18+ site
 )
irb(main):003:0> sub = Subdomain_enum::new
irb(main):004:0> sub.target = 'example.com'	# require
irb(main):005:0> sub.wordlist = '/path/to/wordlist'	# defaultly wordlist set
irb(main):006:0> sub.max_thread = 10	# defaultly set
irb(main):007:0> sub.timeout = 1	# defaultly value set
irb(main):008:0> sub.brut	# start searching

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Madhava-mng/opnsrcint.

License

The gem is available as open source under the terms of the MIT License.

About

OSINT for deducting usernames

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published