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

Затворено
отворено пре 7 година од carlos.garcia · 0 коментара
Carlos Garcia коментирира пре 7 година

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 поменуо овај задатак у комит пре 7 година
Пријавите се да се прикључе у овом разговору.
Нема лабеле
Bug
Нема фазе
Нема одговорних
1 учесника
Учитавање...
Откажи
Сачувај
Још нема садржаја.