mirror of https://github.com/hak5/omg-payloads.git
146743ef64
A payload which finds installed browser in target's system and searches URL in it. This payload can be used as a module to craft a new payload which requires browser execution in it. |
||
---|---|---|
.. | ||
README.md | ||
payload.txt |
README.md
About:
Title: browser_execOMG
Description: browser_execOMG finds browser installed in target's system and searche URL in it.
AUTHOR: drapl0n
Version: 1.0
Category: Execution.
Target: Unix-like operating systems.
Attackmodes: HID
browser_execOMG: A payload which finds installed browser in target's system and searches URL in it. This payload can be used as a module to craft a new payload which requires browser execution in it.
Workflow:
- Executing Terminal Emulator.
- Prevent storing history.
- Storing script in target's system.
- Granting execution privilege.
- Executing script in background.
Usage:
- Replace URL at line
15
inpayload.txt
with URL you want to search for.