Nekmo

Results 85 issues of Nekmo

Dirhunt is not able to report certain false 404 errors because the program still does not have all the information during the analysis. A solution is an option to obtain...

enhancement
options

Python 2.7.14 Cansina commit version: b9cc6d8dde444e1577a7af542c231cdab80eaa23 Error: ``` [!] General exception while visiting 'ascii' codec can't decode byte 0xd0 in position 7: ordinal not in range(128) ``` When using a...

Hi, I would like to write the successful executions to a file, but I think it would be better to support logging to configure logs. In the Python documentation there...

The module works fine, but the proxies parameter is ignored and does not use proxies. ``` session = requests.Session() session.mount(protocol_domain, ForcedIPHTTPSAdapter(dest_ip=ip)) r = session.get(address, verify=False, proxies=proxies) ```

Adds optional support for Django-Page-Meta. If Django-Page-Meta is not in INSTALLED_APPS, will not be used. Include in your html: ``` ... {block meta}{% endblock %} ``` And install and configure...

needs design decision

My website is very slow when I use Latest articles plugin: ![with_plugin](https://cloud.githubusercontent.com/assets/740106/15381228/0382a7ae-1d7e-11e6-8acf-897951b33aee.png) Without this plugin: ![without_plugin](https://cloud.githubusercontent.com/assets/740106/15381186/9feccbac-1d7d-11e6-954c-c8a2408cf281.png) Line: https://github.com/aldryn/aldryn-newsblog/blob/master/aldryn_newsblog/cms_plugins.py#L115

I'm trying to use Aldryn Newsblog on 2 different sites. Each site has 2 languages. I use a different Aldryn Newsblog configuration at each site. On the main site both...