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

بسته‌شده
7 سال پیش باز شده توسط carlos.garcia · 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})$'
Carlos Garcia ارجاع این مسئله به کامیت 7 سال پیش
برای پیوستن به گفتگو، وارد شودید.
بدون برچسب
Bug
بدون نقطه عطف
بدون مسئول رسیدگی
1 مشارکت کننده
درحال بارگذاری...
لغو
ذخيره
هنوز محتوایی ایجاد نشده.