Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan stuck #4

Open
Deb-kal opened this issue Sep 19, 2019 · 2 comments
Open

Scan stuck #4

Deb-kal opened this issue Sep 19, 2019 · 2 comments

Comments

@Deb-kal
Copy link

Deb-kal commented Sep 19, 2019

Hi,

After installing BAMF, creating a shodan account and using my API key, I got stuck while scanning targets.

I use `python bamf.py --shodan MYAPIKEY

Frst I use search, tell me "Added 100 new targets"

Next I use "scan" and it's here that I'm stuck

Bamf tell me :
`Scanning 100 targets...
|
| [+] Backdoor 1
| IP: XXXXXXX
| Port: 8080/tcp
| Model: DI-604UP
| Vulnerability: CVE-2013-6026
| Signature: h_wizard.htm

`
And it remains like this indefinitely.

@greentea47
Copy link

I'm seeing the same behavior. If I attach strace to the process, all I see is this:
strace: Process 159598 attached
futex(0x563a44f93580, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY

it never moves past that.

Additionally, attempting to scan a single IP address fails regardless of the syntax:

[bamf]> scan XXX.XXX.XXX.XXXX

Scanning 0 targets...

[bamf]> scan XXX.XXX.XXX.XXX 8080

Scanning 0 targets...

[bamf]> scan XXX.XXX.XXX.XXX:8080

Scanning 0 targets...

[-] Error - invalid IP address or port number

@PraxGrewal
Copy link

Scan Stuck

 Scanning` 81 targets...
  | 
  |      [+]  Backdoor 1
  |      IP: XX.XX.XX.XX
  |      Port: 82/tcp
  |      Model: 
  |      Vulnerability: CVE-2013-6026
  |      Signature: httpd-alphanetworks/2.23
  | 
  ........
  | 
  |      [+]  Backdoor 22
  |      IP: XX.XX.XX.XX
  |      Port: 8800/tcp
  |      Model: 
  |      Vulnerability: CVE-2013-6026
  |      Signature: thttpd-alphanetworks/2.23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants