#20 Ranges of ports containing values larger than 9999 are not properly recognized

Stängd
öppnade 7 år sedan av carlos.garcia · 0 kommentarer

The parsing procedure responsible for determining port ranges, does not recognize correctly ports with 5 digits (ports larger than 9999).

The faulty regexp is located in "BaseAttack.py" line 117. The correct regexp should be:

'^([0-9]{1,5})(?:-|\.{2,3})([0-9]{1,5})$'
The parsing procedure responsible for determining port ranges, does not recognize correctly ports with 5 digits (ports larger than 9999). The faulty regexp is located in "BaseAttack.py" line 117. The correct regexp should be: '^([0-9]{1,5})(?:-|\.{2,3})([0-9]{1,5})$'
Carlos Garcia refererade till detta ärende från en incheckning 7 år sedan
Logga in för att delta i denna konversation.
Ingen Etikett
Bug
Ingen Milsten
Ingen förvärvare
1 Deltagare
Laddar...
Avbryt
Spara
Det finns inget innehåll än.