Ekultek

Results 13 issues of Ekultek

[here](https://github.com/Ekultek/Zeus-Scanner/blob/master/lib/attacks/sqlmap_scan/__init__.py) is a sqlmap API hook that can be used, you’ll need to figure out how to leverage it with your system and how to call sqlmap but it should...

enhancement

Whitewidow is an open source automated SQL vulnerability scanner, that is capable of running through a file list, or can scrape Google for potential vulnerable websites. It allows automatic file...

We need Vagrant docs, you can find it here https://github.com/NullArray/AutoSploit/tree/dev-beta/Vagrant

enhancement
help wanted
good first issue

You realize you just opened Pandora’s box on every able body in the world right? I love it, keep it up man.

General Discussion Thread

We need some README translations, if you know another language and the translation is not already in [here](https://github.com/NullArray/AutoSploit/tree/dev-beta/.github/.translations), and you feel like being my hero, go ahead and make a...

help wanted
good first issue

Sometimes when you install beatifulsoup (especially with python 2.x) you need a parser to be able to handle the HTML parsing, so lxml will allow `soup = BeauitfulSoup(html, "html.parser")`

MD2 algorithm takes up a ton of CPU, 100% on one of my cores on my machine image: ![dagon-cpu](https://user-images.githubusercontent.com/14183473/29738518-e3e0a656-89e9-11e7-9c84-1f5714e1f9d2.png) My assumption is that the issue is probably here: ``` def...

bug
algorithm issue
speed

Any plans on implementing autosploit?

Trying to download the requirements getting an error ``` $ pip install -r win_requirements.txt Requirement already satisfied: colorama==0.3.7 in c:\python27\lib\site-packages (from -r win_requirements.txt (line 1)) Collecting email==4.0.2 (from -r win_requirements.txt...

The `&` in the scrapes URL’s is not a valid schema of the URL, google uses this schema for their webcached URL’s and as a redirect. When scraping for vulnerabilities...

todo