File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,20 @@ With the variables set and modules installed, you can run the script:
3939``` shell
4040python port-scan-report.py
4141```
42+
43+ ### Example Output
44+
45+ ``` shell
46+ $ python port-scan-report.py
47+ Starting scan of floating IPs...
48+ Open ports on 52.x.y.z: [22]
49+ VPC Floating IP Scan complete.
50+ Starting scan on classic infrastructure virtual guests...
51+ Open ports on 67.a.b.c: [3389]
52+ Classic Virtual Guests Scan complete.
53+ Starting scan on classic infrastructure bare metals...
54+ Classic Bare Metals Scan complete.
55+ Sending 3 log entries to IBM Cloud Logging...
56+ 2025-04-24 05:13:20,522 - INFO - Successfully sent 2 log entries to IBM Cloud Logging
57+ Successfully sent logs to IBM Cloud Logging
58+ ```
You can’t perform that action at this time.
0 commit comments