honoki / bbrf-client

The Bug Bounty Reconnaissance Framework (BBRF) can help you coordinate your reconnaissance workflows across multiple devices
MIT License
613 stars 90 forks source link

add url is not work #104

Closed ghost closed 1 year ago

ghost commented 2 years ago

how to use bbrf url add http://ip:port to urls ex: bbrf url add http://8.8.8.8:9000/

ghost commented 2 years ago

i test http://inscope.com is ok. but use http://ip is fail.

pdelteil commented 2 years ago

Hi,

Use debug mode and check the inscope and out scope.

On Sun, Oct 30, 2022, 03:01 Curta7n @.***> wrote:

i test http://inscope.com is ok. but use http://ip is fail.

— Reply to this email directly, view it on GitHub https://github.com/honoki/bbrf-client/issues/104#issuecomment-1296157469, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2OS73DAAPNXTKJ3PWMM6DWFYTODANCNFSM6AAAAAARSC23QI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ghost commented 2 years ago

thanks @pdelteil when i enable debug mode i receive [DEBUG] skipping not inscope hostname. i understand it. but i want add ip format url. ex http://8.8.8.8:9000/ format to urls, not domain format http://www.inscope.com. so I don't know how should I add into inscope。

Do I need to add 8.8.8.8 into inscope one by one?

ghost commented 2 years ago

My purpose is to add the http service scanned by naabu and httpx to the urls。

honoki commented 1 year ago

Hi @Curta7n - indeed, IP scopes are not well-supported at the moment. There is an open issue #101 that requests this, and would definitely be a nice addition.