Skip to content

Commit

Permalink
Merge pull request #3 from dbueltm-oc/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kernel-sanders authored Sep 30, 2024
2 parents 9746b57 + a2c9cba commit e2e2676
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 e2e2676

Please sign in to comment.