mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-12-18 15:15:05 +01:00
update
This commit is contained in:
parent
93ff100eaa
commit
e69921511f
@ -1871,7 +1871,8 @@ More information:
|
||||
(num, header, value) = self.getHeader('X-Mailer')
|
||||
if num == -1: return []
|
||||
|
||||
result = f'- X-Mailer header was present and contained value: "{value}".\n'
|
||||
vvv = self.logger.colored(value, 'magenta')
|
||||
result = f'- X-Mailer header was present and contained value: {vvv}\n'
|
||||
result + ' This header typically indicates sending client\'s name (similar to User-Agent).'
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user