Skip to content

Commit

Permalink
Add: documentation for NASL built-in plugin functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraemii committed Jan 23, 2023
1 parent 202b5e2 commit fb447b2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 42 deletions.
36 changes: 6 additions & 30 deletions doc/manual/nasl/built-in-functions/built-in-plugins/index.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,10 @@
# Built-in plugins

## GENERAL

Here you can find complex built-in functions for NASL

## TABLE OF CONTENT































**[plugin_run_find_service](plugin_run_find_service.md)** - openvas-scanner built-in find service
**[plugin_run_openvas_tcp_scanner](plugin_run_openvas_tcp_scanner.md)** - openvas-scanner built-in port scanner
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@

## NAME

plugin_run_find_service -
**plugin_run_find_service** - openvas-scanner built-in find service

## SYNOPSIS

*NULL* **plugin_run_find_service**();

**plugin_run_find_service** takes no arguments.

## DESCRIPTION

## RETURN VALUE

## ERROR
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## NAME

plugin_run_openvas_tcp_scanner -
**plugin_run_openvas_tcp_scanner** - openvas-scanner built-in port scanner

## SYNOPSIS

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# plugin_run_find_service
# plugin_run_synscan

## NAME

plugin_run_find_service -
**plugin_run_synscan** - performs a supposedly fast SYN port scan

## SYNOPSIS

*NULL* **plugin_run_find_service**();
*NULL* **plugin_run_synscan**();

**plugin_run_find_service** takes no arguments.
**plugin_run_synscan** takes no arguments.

## DESCRIPTION

Expand Down

0 comments on commit fb447b2

Please sign in to comment.