Exchange_SSRF
Exchange_SSRF copied to clipboard
Download MailboxDatabase
its possible download a full mailbox DATABASE?
you can try:
python Exchange_SSRF_Attacks.py --target mail.exchange.com --action Download --email [email protected]
and the folder parameter is optional, the default is inbox, you can try outbox --folder sentitems
thanks you bro, its possible download full DB example: Exchange database.edb file ????
Sorry, it is not supported yet
To see the sent?
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <fueloauth xmlns="https://exacttarget.com">***AUTH_TOKEN HERE***</fueloauth> </soapenv:Header> <soapenv:Body> <RetrieveRequestMsg xmlns="http://exacttarget.com/wsdl/partnerAPI"> <RetrieveRequest> <!-- Replace SentEvent with other desired metrics --> <ObjectType>SentEvent</ObjectType> <Properties>SubscriberKey</Properties> <Properties>TriggeredSendDefinitionObjectID</Properties> <Properties>SendID</Properties> <Properties>BatchID</Properties> <Properties>EventType</Properties> </RetrieveRequest> </RetrieveRequestMsg> </soapenv:Body> </soapenv:Envelope>