s0md3v / uro

declutters url lists for crawling/pentesting
Apache License 2.0
1.22k stars 146 forks source link

It doesn't delete paths #12

Closed Phoenix1112 closed 2 years ago

Phoenix1112 commented 3 years ago

When we check the paths, we see that 43935989 and 43935976 are used differently.

root@localhost:~# cat urls.txt
https://news.mail.ru/politics/43935976/?social=tw
https://news.mail.ru/politics/43935989/?social=tw

it should delete one of them but it doesn't.

root@localhost:~# cat urls.txt | uro
https://news.mail.ru/politics/43935976/?social=tw
https://news.mail.ru/politics/43935989/?social=tw
Phoenix1112 commented 3 years ago

@s0md3v any update?