mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-10 06:44:13 +00:00
commit
732942c329
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -256,7 +256,7 @@ async function get_app_server() {
|
|||
id: payload_fire_id,
|
||||
user_id: userID,
|
||||
url: req.body.uri,
|
||||
ip_address: req.connection.remoteAddress.toString(),
|
||||
ip_address: req.ip,
|
||||
referer: req.body.referrer,
|
||||
user_agent: req.body['user-agent'],
|
||||
cookies: req.body.cookies,
|
||||
|
|
Loading…
Reference in a new issue