Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itfl-service-public
portscan-soll-ist
Commits
5d755725
Commit
5d755725
authored
Sep 06, 2017
by
root
Browse files
-
parent
213449c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
volumes/opt/tasks/test/ips.txt
0 → 100644
View file @
5d755725
141.13.240.24
141.13.240.125
\ No newline at end of file
volumes/opt/tasks/test/soll-offene-ports-von-extern.csv
0 → 100644
View file @
5d755725
141.13.240.108;443;https;open;
141.13.240.108;80;http;open;
141.13.240.109;22;ssh;open;
141.13.240.109;443;https;open;
141.13.240.109;80;http;open;
141.13.240.110;443;https;open;
141.13.240.110;80;http;open;
141.13.240.118;443;https;open;
141.13.240.118;80;http;open;
141.13.240.128;443;https;open;
141.13.240.128;80;http;open;
141.13.240.17;443;https;open;
141.13.240.17;80;http;open;
141.13.240.191;443;https;open;
141.13.240.191;80;http;open;
141.13.241.11;443;https;open;
141.13.241.11;80;http;open;
141.13.241.1;22;ssh;open;
141.13.241.2;443;https;open;
141.13.241.2;80;http;open;
141.13.241.45;443;https;open;
141.13.241.45;80;http;open;
141.13.241.46;443;https;open;
141.13.241.46;80;http;open;
141.13.241.47;443;https;open;
141.13.241.47;80;http;open;
141.13.241.51;22;ssh;open;
141.13.241.53;443;https;open;
141.13.241.53;80;http;open;
141.13.241.6;443;https;open;
141.13.241.9;443;https;open;
141.13.241.9;80;http;open;
141.13.250.42;80;http;open;
141.13.250.49;22;ssh;open;
141.13.250.82;443;https;open;
141.13.250.82;80;http;open;
141.13.250.84;443;https;open;
141.13.250.84;80;http;open;
141.13.250.85;22;ssh;open;
141.13.250.86;22;ssh;open;
141.13.250.86;443;https;open;
141.13.250.86;80;http;open;
141.13.250.89;443;https;open;
141.13.250.90;443;https;open;
141.13.250.90;80;http;open;
141.13.250.91;443;https;open;
141.13.250.91;80;http;open;
141.13.250.92;22;ssh;open;
141.13.250.92;443;https;open;
141.13.250.92;80;http;open;
141.13.250.93;22;ssh;open;
141.13.250.93;443;https;open;
141.13.250.93;80;http;open;
141.13.250.94;22;ssh;open;
141.13.250.94;443;https;open;
141.13.250.94;80;http;open;
141.13.250.96;22;ssh;open;
141.13.250.96;443;https;open;
141.13.250.96;80;http;open;
141.13.250.97;22;ssh;open;
141.13.250.97;443;https;open;
141.13.250.97;80;http;open;
141.13.250.98;22;ssh;open;
141.13.250.98;443;https;open;
141.13.250.98;80;http;open;
141.13.250.99;22;ssh;open;
141.13.250.99;80;http;open;
host;port;name;state;product
volumes/opt/tasks/test/test.sh
0 → 100644
View file @
5d755725
#!/bin/bash
id_name
=
"portscan test"
log_mail
=
"martin.mai@uni-bamberg.de"
ips_file
=
"/opt/tasks/test/ips.txt"
soll_file
=
"/opt/tasks/test/soll-offene-ports-von-extern.csv"
scan_ports
=
"22,443"
options
=
" --debug=1"
options
=
$options
" --open"
options
=
$options
" -T5"
options
=
$options
" -PN"
.
/opt/scan/scan.sh
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment