This repository was archived by the owner on Mar 23, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
config: update config and add more scans #115
Open
ikstream
wants to merge
2
commits into
4elta:develop
Choose a base branch
from
ikstream:dev
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -106,7 +106,7 @@ command = 'curl --silent --include --insecure --show-error --max-time 10 $([[ "{ | |
| [[services.scans]] | ||
| name = 'nikto' | ||
| transport_protocol = 'tcp' | ||
| command = 'nikto -ask no -Cgidirs all -host {hostname} -port {port} -nointeractive -Format json -output "{result_file}.json" 2>&1 | tee "{result_file}.log"' | ||
| command = '#nikto -ask no -Cgidirs all -host {hostname} -port {port} -nointeractive -Format json -output "{result_file}.json" 2>&1 | tee "{result_file}.log"' | ||
|
|
||
| [[services.scans]] | ||
| name = 'whatweb' | ||
|
|
@@ -121,6 +121,14 @@ application_protocol = 'imap(s|(4-ssl))?' | |
| name = 'nmap' | ||
| command = 'nmap -Pn -sV -p {port} --script="banner,imap* and not (brute or broadcast or dos or external or fuzzer)" -oN "{result_file}.log" -oX "{result_file}.xml" {address}' | ||
|
|
||
| [[services]] | ||
| name = 'ipmi' | ||
| application_protocol = 'ipmi|asf-rmcp' | ||
|
ikstream marked this conversation as resolved.
|
||
|
|
||
| [[services.scans]] | ||
| name = 'nmap' | ||
| command = 'nmap -Pn -sU -sV -p {port} --script="banner,ipmi-version,ipmi-brute,ipmi-cipher-zero" -oN "{result_file}.log" -oX "{result_file}.xml" {address}' | ||
|
|
||
| [[services]] | ||
| name = 'isakmp' | ||
| application_protocol = 'isakmp' | ||
|
|
@@ -133,6 +141,14 @@ command = '"{PATH_TO_SCANNERS}/ike.py" {address} --port {port} | tee "{result_fi | |
| name = 'nmap' | ||
| command = 'nmap -sU -Pn -sV -p {port} --script="banner,ike-version" -oN "{result_file}.log" -oX "{result_file}.xml" {address}' | ||
|
|
||
| [[services]] | ||
| name = 'jdwp' | ||
| application_protocol = 'jdwp|msgsrvr' | ||
|
4elta marked this conversation as resolved.
|
||
|
|
||
| [[services.scans]] | ||
| name = 'nmap' | ||
| command = 'nmap -Pn -sT -sV --version-all -p {port} --script="banner,jdwp* and not exploit" -oN "{result_file}.log" -oX "{result_file}.xml" {address}' | ||
|
|
||
| [[services]] | ||
| name = 'kerberos' | ||
| application_protocol = 'kerberos|kpasswd' | ||
|
|
@@ -223,12 +239,20 @@ command = 'nmap $([[ "{transport_protocol}" == "udp" ]] && echo "-sU") -Pn -sV - | |
|
|
||
| [[services]] | ||
| name = 'rmi' | ||
| application_protocol = 'rmiregistry' | ||
| application_protocol = 'rmiregistry|java-rmi' | ||
|
4elta marked this conversation as resolved.
|
||
|
|
||
| [[services.scans]] | ||
| name = 'nmap' | ||
| command = 'nmap -Pn -sV -p {port} --script="banner,rmi-vuln-classloader,rmi-dumpregistry" -oN "{result_file}.log" -oX "{result_file}.xml" {address}' | ||
|
|
||
| [[services.scans]] | ||
| name = 'rmg-enum' | ||
| command = 'rmg enum {address} {port} | tee {result_file}.log' | ||
|
4elta marked this conversation as resolved.
|
||
|
|
||
| [[services.scans]] | ||
| name = 'rmg-guess' | ||
| command = 'rmg guess {address} {port} | tee {result_file}.log' | ||
|
|
||
| [[services]] | ||
| name = 'rpc' | ||
| application_protocol = '^erpc|msrpc|rpcbind' | ||
|
|
@@ -283,15 +307,15 @@ application_protocol = 'smtp' | |
|
|
||
| [[services.scans]] | ||
| name = 'nmap' | ||
| command = 'nmap -Pn -sV -p {port} --script="banner,smtp* and not (brute or broadcast or dos or external or fuzzer)" -oN "{result_file}.log" -oX "{result_file}.xml" {address}' | ||
| command = 'nmap -Pn -sV -p {port} --script="banner,smtp* and not (brute or dos or exploit)" -oN "{result_file}.log" -oX "{result_file}.xml" {address}' | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why did you remove the external filter from the SMTP script scan? |
||
|
|
||
| [[services]] | ||
| name = 'snmp' | ||
| application_protocol = 'snmp' | ||
|
|
||
| [[services.scans]] | ||
| name = 'nmap' | ||
| command = 'nmap $([[ "{transport_protocol}" == "udp" ]] && echo "-sU") -Pn -sV -p {port} --script="banner,snmp* and not (brute or broadcast or dos or external or fuzzer)" -oN "{result_file}.log" -oX "{result_file}.xml" {address}' | ||
| command = 'nmap $([[ "{transport_protocol}" == "udp" ]] && echo "-sU") -Pn -sV -p {port} --script="banner,snmp* and not (broadcast or dos or external or fuzzer)" --script-args snmp-brute.communitiesdb="/usr/share/seclists/Discovery/SNMP/common-snmp-community-strings-onesixtyone.txt" -oN "{result_file}.log" -oX "{result_file}.xml" {address}' | ||
|
|
||
| [[services]] | ||
| name = 'ssh' | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i like that you "disabled" Nikto again, after we've enabled it not so long ago 😁
perhaps, it's better to move it to
config/scanner/additional.toml(enabled).