expliot.plugins.tcp.banner

Support for grabbing TCP banners.

Classes

Banner

Test for possible banners.

Functions

read_lines_from_socket(sock, num_lines, verbose)

Read a given amount of line after the connection is made.

Module Contents

class expliot.plugins.tcp.banner.Banner

Bases: expliot.core.tests.test.Test

Test for possible banners.

execute()

Execute the test.

expliot.plugins.tcp.banner.read_lines_from_socket(sock, num_lines, verbose)

Read a given amount of line after the connection is made.