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

クローズ
7 年 前carlos.garcia によって開かれました · 0 コメント
Carlos Garcia7 年 前 にコメントしました

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 年 前 から参照されました
carlos.garcia 7 年 前 に閉じられました
会話に参加するには サインイン してください。
ラベルなし
Bug
マイルストーンなし
担当者なし
1 参加者
読み込み中…
キャンセル
保存
まだコンテンツがありません