s0md3v / Striker

Striker is an offensive information and vulnerability scanner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

def cms(domain) :

askDing opened this issue · comments

detect.group().split('class="nowrap" title="')[1][:-2])

it should be:
detect.group().split('class="nowrap" title="')[1][:-1])

Striker is being re-written and hence issues and pull requests related to the previous build no longer apply.
Thanks for contributing to the project.