Skip to main content

Posts

Showing posts from May, 2019

Javascript functions

1. FSCommand() The attacker can use this when executed from within an embedded Flash object. 2. onAbort() When a user aborts the loading of an image. 3. onActivate() When an object is set as the active element. 4. onAfterPrint() Activates after user prints or previews print job. 5. onAfterUpdate() Activates on data object after updating data in the source object. 6. onBeforeActivate() Fires before the object is set as the active element. 7. onBeforeCopy() The attacker executes the attack string right before a selection is copied to the clipboard. Attackers can do this with the execCommand”Copy” function. 8. onBeforeCut() The attacker executes the attack string right before a selection is cut. 9. onBeforeDeactivate() Fires right after the activeElement is changed from the current object. 10. onBeforeEditFocus() Fires before an object contained in an editable element enters a User Interface (UI)-activated state, or when an editable container object is control select...