From 97e8d32eb490634370cb9baeb99dfdd6d1bc8514 Mon Sep 17 00:00:00 2001 From: Oddvar Moe Date: Thu, 24 Aug 2023 11:40:27 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af2856a..9902087 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ https://www.randomdomain2.com/someapp2/someapp2.application ### offline_address_book_extractor.py A script I wrote based losely on the https://github.com/grnbeltwarrior/OAB_Cleaver/blob/main/OAB_Cleaver.py script. -You will need to get your hands on a udetails.oab file that by default resides in the folder C:\Users\\AppData\Local\Microsoft\Outlook\Offline Address Books\\udetails.oab. -The udetails.oab will be input to this script and it parses out SMTP,SIP,UPN and Phone numbers. +You will need to get your hands on a udetails.oab file that by default resides in the folder `C:\Users\\AppData\Local\Microsoft\Outlook\Offline Address Books\\udetails.oab`. +The `udetails.oab` will be input to this script and it parses out SMTP,SIP,UPN and Phone numbers. ``` usage: offline_address_book_extractor.py [-h] -i UDETAILSFILE [-o OUTFILE]