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

False positives during vulnerability check #20

Closed
fwkz opened this issue Apr 25, 2016 · 3 comments
Closed

False positives during vulnerability check #20

fwkz opened this issue Apr 25, 2016 · 3 comments
Assignees
Labels

Comments

@fwkz
Copy link
Collaborator

fwkz commented Apr 25, 2016

More details:
https://www.reddit.com/r/netsec/comments/4gc0f8/routersploit_router_exploitation_framework/d2gh4gl

@fwkz fwkz added the bug label Apr 25, 2016
@MatthewHKnight
Copy link

MatthewHKnight commented Apr 25, 2016

I'd possibly have to agree with some false positives I was testing a ASUS RT-AC68U firmware 3.0.0.4.378_9313 It claims the router is vulnerable to;
exploits/dlink/dwr_932_info_disclosure
exploits/dlink/dns_320l_327l_rce
exploits/asmax/ar_804_gu_rce
it outputs a
cmd >
so unless it's some kinda file inclusion then i'm not 100% it's correct on the router being vulnerable.
for example;
[+] Device is vulnerable!

  • exploits/dlink/dwr_932_info_disclosure
  • exploits/dlink/dns_320l_327l_rce
  • exploits/asmax/ar_804_gu_rce
    rsf (AutoPwn) > use exploits/dlink/dns_320l_327l_rce
    rsf (D-LINK DNS-320L & DIR-327L RCE) > set target 192.168.1.1
    [+] {'target': '192.168.1.1'}
    rsf (D-LINK DNS-320L & DIR-327L RCE) > check
    [+] Target is vulnerable
    rsf (D-LINK DNS-320L & DIR-327L RCE) > run
    [] Running module...
    [+] Target is vulnerable
    [
    ] Invoking command loop...
    cmd > ?
    < HTML>< HEAD>< script >location.href='/cloud_sync.asp?flag=cgi-bin/gdrive.cgi?cmd=4&f_gaccount=;?;echo%20

@lucyoa
Copy link
Contributor

lucyoa commented Apr 25, 2016

Ok I pushed 2ec62d3
@MatthewHKnight could you check if it works for you?

Now command injection is verfied by simple math expression.

@MatthewHKnight
Copy link

@lucyoa It appears to be fixed now no longer getting that as a false positive report on my router.
Anyone still having that issue type:
cd routersploit
git pull
and then redo the attack shouldn't show these on a non-vulnerable router.

@lucyoa lucyoa closed this as completed Apr 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants