hakluke / hakrawler

Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application
https://hakluke.com
GNU General Public License v3.0
4.41k stars 483 forks source link

Added a condition to separate GET parameters links #162

Open MinhPham123456789 opened 7 months ago

MinhPham123456789 commented 7 months ago

Hi Hakluke,

This pull request aims to add a condition to help separating the links with GET parameters and normal URL links in the result. I added a small condition to support separating links with GET parameters and normal URL links in the code. I also adjusted the attribute tags to make it easier to understand, however, you can change the attribute tags back to the original version in case you think they are not suitable.

Best regards, Minh