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

已關閉
carlos.garcia7 年之前創建 · 0 條評論

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})$'
Sign in to join this conversation.
未選擇標籤
Bug
未選擇里程碑
未指派成員
1 參與者
正在加載...
取消
保存
尚未有任何內容