├── LICENSE ├── README.md ├── banner-grabber.rb ├── dns-enumeration.rb ├── encode-data-into-img.rb ├── mac-changer.rb ├── osint.rb ├── port-scanner.rb ├── random-pass-gen.rb ├── sql-injection-detector.rb ├── subdomain-finder.rb ├── website-scanner.rb └── xss-vulnerability-scanner.rb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/Ruby-For-Ethical-Hackers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/Ruby-For-Ethical-Hackers/HEAD/README.md -------------------------------------------------------------------------------- /banner-grabber.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/Ruby-For-Ethical-Hackers/HEAD/banner-grabber.rb -------------------------------------------------------------------------------- /dns-enumeration.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/Ruby-For-Ethical-Hackers/HEAD/dns-enumeration.rb -------------------------------------------------------------------------------- /encode-data-into-img.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/Ruby-For-Ethical-Hackers/HEAD/encode-data-into-img.rb -------------------------------------------------------------------------------- /mac-changer.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/Ruby-For-Ethical-Hackers/HEAD/mac-changer.rb -------------------------------------------------------------------------------- /osint.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/Ruby-For-Ethical-Hackers/HEAD/osint.rb -------------------------------------------------------------------------------- /port-scanner.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/Ruby-For-Ethical-Hackers/HEAD/port-scanner.rb -------------------------------------------------------------------------------- /random-pass-gen.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/Ruby-For-Ethical-Hackers/HEAD/random-pass-gen.rb -------------------------------------------------------------------------------- /sql-injection-detector.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/Ruby-For-Ethical-Hackers/HEAD/sql-injection-detector.rb -------------------------------------------------------------------------------- /subdomain-finder.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/Ruby-For-Ethical-Hackers/HEAD/subdomain-finder.rb -------------------------------------------------------------------------------- /website-scanner.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/Ruby-For-Ethical-Hackers/HEAD/website-scanner.rb -------------------------------------------------------------------------------- /xss-vulnerability-scanner.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/Ruby-For-Ethical-Hackers/HEAD/xss-vulnerability-scanner.rb --------------------------------------------------------------------------------