This test tries to grab banners to identify running services and used software.
Definition at line 16 of file TestBanner.py.
Public Member Functions | |
def | initTestCase |
This function is called by the __init__ function from the parent. | |
def | test |
implementation of a banner grabbing |
def initTestCase | ( | self | ) |
This function is called by the __init__ function from the parent.
Don't define your own __init__ here!
Reimplemented from TestCase.
Definition at line 23 of file TestBanner.py.
def test | ( | self | ) |
implementation of a banner grabbing
Reimplemented from TestCase.
Definition at line 33 of file TestBanner.py.