Skip to content

Commit 73dba24

Browse files
committed
one more just in case update
1 parent efb406f commit 73dba24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/dns/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def dnsUse(payload, expression):
5959

6060
while True:
6161
count += 1
62-
prefix, suffix = ("%s" % randomStr(3) for _ in xrange(2))
62+
prefix, suffix = (("%s" % randomStr(3)).lower() for _ in xrange(2))
6363
chunk_length = MAX_DNS_LABEL / 2 if Backend.getIdentifiedDbms() in (DBMS.ORACLE, DBMS.MYSQL, DBMS.PGSQL) else MAX_DNS_LABEL / 4 - 2
6464
_, _, _, _, _, _, fieldToCastStr, _ = agent.getFields(expression)
6565
nulledCastedField = agent.nullAndCastField(fieldToCastStr)

0 commit comments

Comments
 (0)