Skip to content

Ruby based script to perform application scanning of a URL, looking for specific pages to target.

License

Notifications You must be signed in to change notification settings

packetfocus/RubyOSINT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RubyOSINT v1

Description

This is a simple ruby based tool used for OSINT/PenTesting an application. The first version has static URL entries that are commonly attacked (PHPMyAdmin, VPN, Email, Citrix, etc.

Usage

ruby OSINT.rb --url http(s)://xxx.xxx.xxx.xxx --uri list.txt

TODO

  • Add CLI arguments (in progress)
  • add files to hold the URLs (complete)
  • Clean up the code (in progress)
  • Add target input via file
  • Add scan output to file
  • Add analysis of app headers to identify version of SharePoint and OWA.
  • Ability to add in ports. Ex- 8080, 8443.

Known Issues

  • correcting issue with error after going to CLI based usage.

Credits

License

This code is licensed under the GPLv3. Full text of this can be found in LICENSE.txt

Changelog

  • Added Color to the Command Line
  • Added only reporting for 200 status (302 may be enabled by uncommenting it(be prepare for a lot of output).
  • fixed the SSL invalid certs breaking to tool (alanjones)
  • pulled the target URLs from the main .rb code and added to list.txt (alanjones)
  • added ability to call options from CLI. (alanjones)

About

Ruby based script to perform application scanning of a URL, looking for specific pages to target.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages