File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
2627View 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.
You can’t perform that action at this time.
0 commit comments