1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 00:49:01 +00:00

NSE committed

This commit is contained in:
fyodor
2006-12-11 00:34:26 +00:00
parent cc451cdb54
commit b361685be8
136 changed files with 23553 additions and 201 deletions

View File

@@ -191,6 +191,9 @@ void printosscanoutput(Target *currenths);
service scan (if it was performed) */
void printserviceinfooutput(Target *currenths);
void printhostscriptresults(Target *currenths);
char* formatScriptOutput(struct script_scan_result ssr);
/* Print a detailed list of Nmap interfaces and routes to
normal/skiddy/stdout output */
int print_iflist(void);