Skip to content

Commit da87394

Browse files
Update README.md
1 parent 2de4b20 commit da87394

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

jobs/account-port-scan/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,20 @@ With the variables set and modules installed, you can run the script:
3939
```shell
4040
python 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+
```

0 commit comments

Comments
 (0)