Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 739 Bytes

Module:-Fake-Notification-Bar.md

File metadata and controls

21 lines (12 loc) · 739 Bytes

Summary

  • Objective: Get user to download and run malicious file through a notification

  • Authors: xntrik

  • Browsers: All

  • Code

Internal Working

Displays a fake notification bar at the top of the screen, similar to those presented in IE.

The file will need to be hosted on the path specified on the file system.

var el = beef.dom.createElement('div',{'id':id,'style':'width:100%; position:fixed; top:0px; left:0px; margin:0; padding:2px 20px 5px 24px; z-index:'+zztop+'; border-bottom:1px solid black; background:#ffffda; display:none; font-family: \'Tahoma\',sans-serif; font-size: 12px; '});

Feedback