Added toml highlighting.
This commit is contained in:
parent
6ac57b0736
commit
599a5a357f
|
@ -272,7 +272,7 @@ The service-scans.toml file is where you can define service enumeration scans an
|
||||||
|
|
||||||
Here is an example of a simple configuration:
|
Here is an example of a simple configuration:
|
||||||
|
|
||||||
```
|
```toml
|
||||||
[ftp]
|
[ftp]
|
||||||
|
|
||||||
service-names = [
|
service-names = [
|
||||||
|
@ -305,7 +305,7 @@ The ftp.manual section defines a group of manual commands called "bruteforce". T
|
||||||
|
|
||||||
Here is a more complicated configuration:
|
Here is a more complicated configuration:
|
||||||
|
|
||||||
```
|
```toml
|
||||||
[smb]
|
[smb]
|
||||||
|
|
||||||
service-names = [
|
service-names = [
|
||||||
|
|
Loading…
Reference in New Issue