Skip to content

Michael-Meade/BannerGrab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bannergrab

Grabs the banner of services like SSH, FTP and HTTP.

Installation

gem install BannerGrab

Usage

require_relative "lib/bannergrab"

bg = Bannergrab::TCP.new("bleepingcomputer.com", "443")
puts "VIEW HEADERS: "
bg.view_headers
puts "HTTP:"
bg.http

puts "GRAB BANNER:"
bg2 = Bannergrab::TCP.new("167.71.175.139", "22")
bg2.grab_banner
require 'bannergrab'
bg = Bannergrab::TCP.new("bleepingcomputer.com", "443")
puts "VIEW HEADERS: "
bg.view_headers
puts "HTTP:"
bg.http

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Michael-Meade/BannerGrab/.

About

Grab the banner from services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors