Ahmed Shahriar

Results 7 comments of Ahmed Shahriar

just got the thing too, stuck after using npx electron-builder, using npm exec gives me error, i had to install electron builder globally and then it works

also it wasnt working for me, without these changes. Thanks!

yeah that happens a lot

do one thing, change (in scan.py) ```py if "?" in url: rce_func(url) xss_func(url) error_based_sqli_func(url) else: print ga.red +"\n [Warning] "+ ga.end + ga.bold+"%s"%url +ga.end + ga.red +" is not a...