s0md3v / uro

declutters url lists for crawling/pentesting
Apache License 2.0
1.21k stars 145 forks source link

false positive #28

Closed c4ir0 closed 2 years ago

c4ir0 commented 2 years ago

hmmm ... sas

mjulda commented 2 years ago

I've followed the steps to install uro, but it's still an error. can you share how to install?

c4ir0 commented 2 years ago

I've followed the steps to install uro, but it's still an error. can you share how to install?

What's the error message , provide a screenshot

mjulda commented 2 years ago

Screenshot at 2022-10-12 21-51-01

mjulda commented 2 years ago

I've followed the tutorial at https://pip.pypa.io/warnings/venv

But still failed :(

c4ir0 commented 2 years ago

Screenshot at 2022-10-12 21-51-01

No man I mean what is the error when u run the command like cat file | uro

mjulda commented 2 years ago

bash: uro: command not found

c4ir0 commented 2 years ago

bash: uro: command not found

Try sudo pip3 install uro

mjulda commented 2 years ago

Screenshot at 2022-10-12 21-51-01

same error as this..

sudo pip3 install uro Requirement already satisfied: uro in /usr/local/lib/python3.9/dist-packages (0.0.4) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

c4ir0 commented 2 years ago

Screenshot at 2022-10-12 21-51-01

same error as this..

sudo pip3 install uro Requirement already satisfied: uro in /usr/local/lib/python3.9/dist-packages (0.0.4) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

Ok I'll back to u later

mjulda commented 2 years ago

ok bro, thanks for your participation..

c4ir0 commented 2 years ago

ok bro, thanks for your participation..

Did U find solution yet ? sorry for late

s0md3v commented 2 years ago

Hi @c4ir0, what's the "false positive" here? It seems to work as intended.

c4ir0 commented 2 years ago

Hi @c4ir0, what's the "false positive" here? It seems to work as intended.

1 - I had all the links you mentioned here

2 - I ran the tool in the same URLs but had different results [see the latest 2 URLs ] mentioned in my pic above

3 - the http://example.com/cat/11/details.html appeared in my results but not in yours

image

That's why I created this issue then :)

s0md3v commented 2 years ago

I see. I will take a look, thanks for the report!

c4ir0 commented 2 years ago

I see. I will take a look, thanks for the report!

I appreciate your work alot, big fan ✌️

s0md3v commented 2 years ago

This issue has been fixed in the git repo, the pip release will be updated later with a couple of more enhancements.

For the people who are having trouble installing uro and are spamming here instead of reading what error says - install it with a non-root user with the --user flag. Also, if what I'm saying doesn't work for you, don't comment here. My job was to create a tool which I did, this is not customer support.