githubEdit

Client-Side Attacks

Introduction

we seek to exploit user like XSS

Know your target

  • Passive Client Information Gathering

    • identifying the victim’s browser

  • Active Client Information Gathering

    • social engineering and client-side attacks


Leveraging HTML Applications

Microsoft Word Attack

  • Macros

    which use to automate any task

    then we create a reverse shell payload and divide it to parts by python

    so let’s copy the output and past it in macros

  • object linking and embedding

    insert malicious file in word file

Last updated