Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Corrected URL for File Download
  • Loading branch information
dbueltm-oc authored Sep 12, 2024
1 parent b595c1f commit a2c9cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ In the case where anonymous access is enabled but directory listing for director
4. Extracts the actual file name from the .tar signature file
5. Downloads the INI file from `http://<SCCM DP>/SMS_DP_SMSPKG$/Datalib/<filename>/<extracted filename>.INI`
6. Extracts the hash from the INI file
7. Downloads the actual file from `http://<SCCM DP>/SMS_DP_SMSPKG$/<hash[0:4]>/<hash>` renaming it to the correct file name as specified in the signature file.
7. Downloads the actual file from `http://<SCCM DP>/SMS_DP_SMSPKG$/Filelib/<hash[0:4]>/<hash>` renaming it to the correct file name as specified in the signature file.

The signature files are `.tar` files but are not actual tars. They contain filenames 512 bytes before the byte string `0x18, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01` as shown below.

Expand Down

0 comments on commit a2c9cba

Please sign in to comment.