All Projects → t57root → Pwnginx

t57root / Pwnginx

Pwn nginx - a nginx backdoor provides shell access, socks5 tunneling, http password sniffing.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Pwnginx

Developer
Gameserver, Voiceserver, Rootserver Webinterface
Stars: ✭ 161 (-6.94%)
Mutual labels:  nginx
Nginx Http Shibboleth
Shibboleth auth request module for nginx
Stars: ✭ 168 (-2.89%)
Mutual labels:  nginx
Nginx Admins Handbook
How to improve NGINX performance, security, and other important things.
Stars: ✭ 12,463 (+7104.05%)
Mutual labels:  nginx
Lua Resty Repl
Interactive console (REPL) for Openresty and luajit code
Stars: ✭ 165 (-4.62%)
Mutual labels:  nginx
Ddoor
DDoor - cross platform backdoor using dns txt records
Stars: ✭ 168 (-2.89%)
Mutual labels:  backdoor
Lyonblog
基于Java8的SSM+Elasticsearch全文检索的个人博客系统
Stars: ✭ 169 (-2.31%)
Mutual labels:  nginx
Wxapp Douban Api Movie
Douban movie api data completed a WeChat applet wxAPP, very suitable as a small program beginners combat project!
Stars: ✭ 161 (-6.94%)
Mutual labels:  nginx
Nginx Ct
Certificate Transparency module for nginx.
Stars: ✭ 171 (-1.16%)
Mutual labels:  nginx
Nginx Ultimate Bad Bot Blocker
Nginx Block Bad Bots, Spam Referrer Blocker, Vulnerability Scanners, User-Agents, Malware, Adware, Ransomware, Malicious Sites, with anti-DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders
Stars: ✭ 2,351 (+1258.96%)
Mutual labels:  nginx
Nginx Helper
Nginx Helper for WordPress caching, permalinks & efficient file handling in multisite
Stars: ✭ 170 (-1.73%)
Mutual labels:  nginx
Bigdata practice
大数据分析可视化实践
Stars: ✭ 166 (-4.05%)
Mutual labels:  nginx
Lnmp
LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RHEL/Fedora/Aliyun/Amazon、Debian/Ubuntu/Raspbian/Deepin/Mint Linux VPS或独立主机安装LNMP(Nginx/MySQL/PHP)、LNMPA(Nginx/MySQL/PHP/Apache)、LAMP(Apache/MySQL/PHP)生产环境的Shell程序。
Stars: ✭ 2,119 (+1124.86%)
Mutual labels:  nginx
Bunkerized Nginx
🛡️ Make your web services secure by default !
Stars: ✭ 2,361 (+1264.74%)
Mutual labels:  nginx
Roomler
Roomler - Multi-party Video Conferencing & Team Collaboration Tool using WebRTC (Janus Gateway)
Stars: ✭ 160 (-7.51%)
Mutual labels:  nginx
Htconvert
Convert .htaccess redirects to nginx.conf redirects
Stars: ✭ 171 (-1.16%)
Mutual labels:  nginx
Rutorrent Bonobox
Auto install script for rTorrent with ruTorrent
Stars: ✭ 161 (-6.94%)
Mutual labels:  nginx
Kaiten
A Undetectable Payload Generation
Stars: ✭ 169 (-2.31%)
Mutual labels:  backdoor
Lhttps
Create https for local development environment or localhost.
Stars: ✭ 172 (-0.58%)
Mutual labels:  nginx
Lets Nginx
Push button, get TLS
Stars: ✭ 171 (-1.16%)
Mutual labels:  nginx
Docker Django
A project to get you started with Docker and Django.
Stars: ✭ 170 (-1.73%)
Mutual labels:  nginx

#[ Pwnginx ] - Pwn nginx

Copyleft by t57root @ openwill.me

<[email protected]> www.HackShell.net

Usage:

Get shell access via the nginx running @ [ip]:[port]

./pwnginx shell [ip] [port] [password]

Get a socks5 tunnel listening at [socks5ip]:[socks5port]

./pwnginx socks5 [ip] [port] [password] [socks5ip] [socks5port]

###Features:

  • Remote shell access

  • Socks5 tunneling via existing http connection

  • Http password sniffing & logging

###INSTALL:

  • Compile the client:

    $ cd client;make

  • Edit source to hidden configure arguments:

    $ vim src/core/nginx.c

    Modify the configure arguments line into: configure arguments: --prefix=/opt/nginx\n"); (original configure arguments shown in the result of nginx -V)

  • Recompile nginx:

    $ cd /path/to/nginx/source; ./configure --prefix=/opt/nginx --add-module=/path/to/pwnginx/module && make (There is no need to run make install)

    $ sudo cp -f objs/nginx /path/to/nginx/sbin/nginx

  • Restart nginx

    $ sudo killall nginx && /path/to/nginx/sbin/nginx

###TODO:

  • Pack communication traffic into HTTP protocol

  • Full pty support

  • Shell with root privilege(? There must be another stand-alone 'nginx: master process' running under root to support this function. Maybe that's too suspicious. Being considered.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].