17 lines
368 B
Plaintext
17 lines
368 B
Plaintext
|
# Classes
|
||
|
|
||
|
## [nmap](https://git.ctdo.de/xoy/xoy_greyhack_src/src/branch/main/Classes/nmap.src)
|
||
|
|
||
|
The default nmap script as a class.
|
||
|
|
||
|
### Functions
|
||
|
|
||
|
#### scan
|
||
|
|
||
|
- Arguments: *ipAddress*
|
||
|
- Description: *scan an ip address for ports and return the data as an object.*
|
||
|
|
||
|
#### print
|
||
|
|
||
|
- Arguments: *data*
|
||
|
- Decription: *printing the data object got by the **scan** function.*
|