expliot.plugins.tcp.banner¶
Support for grabbing TCP banners.
Classes¶
Test for possible banners. |
Functions¶
|
Read a given amount of line after the connection is made. |
Module Contents¶
- class expliot.plugins.tcp.banner.Banner¶
Bases:
expliot.core.tests.test.TestTest 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.