Skip to content

Commit 21c16fc

Browse files
committed
update readme
1 parent e0227aa commit 21c16fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ Run the script using the following command-line arguments:
1818
```
1919
oldhosts -ips <ips> -hosts <hosts> [-curl] [-silent]
2020
```
21+
2122
- `-ips` (required): Specify an IP address or provide a filename containing IP addresses (one per line).
2223
- `-hosts` (required): Specify the hostname or provide a filename containing hosts (one per line).
2324
- `-curl` (optional): Output the results as Curl commands.
2425
- `-silent` (optional): Run in silent mode, suppresses non-200 responses (except for content length).
2526

2627
View the results:
28+
2729
- The script will perform HTTP and HTTPS requests for each IP and host combination.
2830
- The script will display the response status code and content length for each successful request.
2931
- If the `-curl` flag is specified, Curl commands will be displayed instead of the response details.

0 commit comments

Comments
 (0)