mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-06 04:51:23 -07:00
Update settings.py
removed redundant upper()
This commit is contained in:
parent
6a11fe8b6a
commit
5ec5412fb9
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Settings:
|
|||
xaddr = ('%x:%x:%x:%x:%x:%x:%x:%x' % (a, b, c, d, e, f, g, h))
|
||||
xaddr = re.sub('(^|:)0{1,4}', ':', xaddr, count = 7)#Compresses expanded IPv6 address
|
||||
xaddr = re.sub(':{3,7}', '::', xaddr, count = 7)
|
||||
ret.append(xaddr.upper())
|
||||
ret.append(xaddr)
|
||||
else:
|
||||
tab = l.split('.')
|
||||
x = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue