This test trys to identify the operating system of the target by sending requests with nmap.
Definition at line 15 of file TestOsIdentification.py.
Public Member Functions | |
def | initTestCase |
This function is called by the __init__ function from the parent. | |
def | test |
implementation of OS identification |
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 22 of file TestOsIdentification.py.
def test | ( | self | ) |
implementation of OS identification
Reimplemented from TestCase.
Definition at line 32 of file TestOsIdentification.py.