GithubHelp home page GithubHelp logo

stark0de / nginxpwner Goto Github PK

View Code? Open in Web Editor NEW
1.3K 1.3K 135.0 55 KB

Nginxpwner is a simple tool to look for common Nginx misconfigurations and vulnerabilities.

License: Apache License 2.0

Shell 0.63% Python 97.36% Dockerfile 2.00%

nginxpwner's People

Contributors

cornerpirate avatar lobuhi avatar muokicaleb avatar random-robbie avatar stark0de avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nginxpwner's Issues

SSL Verification

Hi,

For those testing servers with incorrect SSL certificates, the script is not working.

The fix is to modify every call to requests.get by adding the "verify=False" option.
requests.get(..., verify=False)

I suggest also adding :
requests.packages.urllib3.disable_warnings()
after the : import requests
In order to avoid warnings each time the requests.get is called ...

Regards, MD

Add SECURITY.md

Hello ๐Ÿ‘‹

I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@jhond0e) has found a potential issue, which I would be eager to share with you.

Could you add a SECURITY.md file with an e-mail address for me to send further details to? GitHub recommends a security policy to ensure issues are responsibly disclosed, and it would help direct researchers in the future.

Looking forward to hearing from you ๐Ÿ‘

(cc @huntr-helper)

Nginx pwner support termux Linux

Go Buster got 404 not found but kyubi is install and other dependicies is complete this is massage from eror gobuster
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 2094 kB of archives.
After this operation, 7566 kB of additional disk space will be used.
Err:1 http://http.kali.org/kali kali-rolling/main arm64 gobuster arm64 3.5.0-1
404 Not Found [IP: 192.99.200.113 80]
E: Failed to fetch http://http.kali.org/kali/pool/main/g/gobuster/gobuster_3.5.0-1_arm64.deb 404 Not Found [IP: 192.99.200.113 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Request of newest nginx version seems to be broken

Getting this, while executing nginxpwner:
Traceback (most recent call last): File "/opt/nginxpwner/nginxpwner.py", line 47, in <module> last_version =(soup.findAll('a', attrs={'href': re.compile("^/nginx/nginx/releases/tag")})[0].get('href')).split("-")[1] IndexError: list index out of range

Fixed it temporarily with hardcoding the version number, but it seems that the request to /nginx/nginx/releases/tag isn't successful somehow, any insights?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.