#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})$'
登录 并参与到对话中。
未选择标签
Bug
未选择里程碑
未指派成员
1 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。