Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions nginxpwner.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

if version.parse(target_nginx_version) < version.parse(last_version):
print(f"{Fore.RED}[-] NGINX out of date, current version is: {target_nginx_version} and last version is: {last_version}")
print(f"Please be aware that the following potential exploits are not applicable to the Nginx that comes with the LTS host. The LTS version has undergone extra security and stability updates to resolve any vulnerabilities or bugs that may have been identified.")
print(f"{Fore.RED}[-] All possible exploits will be printed now:")
os.system(f"searchsploit nginx '{str(target_nginx_version.split('.')[0]+'.'+target_nginx_version.split('.')[1])}'")
print(f"{Fore.MAGENTA}[-] For the complete list of vulnerabilities check out: https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=nginx")
Expand Down