From 465897e5566188076d0a9d9bf98e1137c514add8 Mon Sep 17 00:00:00 2001 From: Jitendra Patro <86168235+Xhoenix@users.noreply.github.com> Date: Thu, 18 May 2023 17:39:10 +0530 Subject: [PATCH] updated to laudanum v1.0 --- Web-Shells/laudanum-0.8/aspx/dns.aspx | 144 ------- Web-Shells/laudanum-0.8/aspx/file.aspx | 154 ------- Web-Shells/laudanum-0.8/cfm/shell.cfm | 80 ---- .../{laudanum-0.8 => laudanum-1.0}/CREDITS | 10 +- Web-Shells/{laudanum-0.8 => laudanum-1.0}/GPL | 0 .../{laudanum-0.8 => laudanum-1.0}/README | 4 +- .../asp/dns.asp | 8 +- .../asp/file.asp | 8 +- .../asp/proxy.asp | 10 +- .../asp/shell.asp | 8 +- .../aspx/shell.aspx | 8 +- Web-Shells/laudanum-1.0/cfm/shell.cfm | 99 +++++ .../jsp/cmd.war | Bin .../jsp/makewar.sh | 0 .../jsp/warfiles/META-INF/MANIFEST.MF | 0 .../jsp/warfiles/WEB-INF/web.xml | 0 .../jsp/warfiles/cmd.jsp | 2 +- .../php/dns.php | 10 +- .../php/file.php | 13 +- Web-Shells/laudanum-1.0/php/host.php | 142 +++++++ Web-Shells/laudanum-1.0/php/killnc.php | 119 ++++++ .../php/php-reverse-shell.php | 0 .../php/proxy.php | 10 +- .../php/shell.php | 8 +- .../laudanum-1.0/wordpress/laudanum.php | 108 +++++ .../laudanum-1.0/wordpress/templates/dns.php | 144 +++++++ .../laudanum-1.0/wordpress/templates/file.php | 182 ++++++++ .../laudanum-1.0/wordpress/templates/host.php | 126 ++++++ .../wordpress/templates/ipcheck.php | 61 +++ .../wordpress/templates/killnc.php | 103 +++++ .../wordpress/templates/php-reverse-shell.php | 194 +++++++++ .../wordpress/templates/proxy.php | 336 +++++++++++++++ .../wordpress/templates/settings.php | 67 +++ .../wordpress/templates/shell.php | 389 ++++++++++++++++++ 34 files changed, 2119 insertions(+), 428 deletions(-) delete mode 100755 Web-Shells/laudanum-0.8/aspx/dns.aspx delete mode 100755 Web-Shells/laudanum-0.8/aspx/file.aspx delete mode 100644 Web-Shells/laudanum-0.8/cfm/shell.cfm rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/CREDITS (80%) rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/GPL (100%) rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/README (93%) rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/asp/dns.asp (95%) mode change 100755 => 100644 rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/asp/file.asp (96%) mode change 100755 => 100644 rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/asp/proxy.asp (97%) mode change 100755 => 100644 rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/asp/shell.asp (92%) mode change 100755 => 100644 rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/aspx/shell.aspx (95%) mode change 100755 => 100644 create mode 100644 Web-Shells/laudanum-1.0/cfm/shell.cfm rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/jsp/cmd.war (100%) rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/jsp/makewar.sh (100%) rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/jsp/warfiles/META-INF/MANIFEST.MF (100%) rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/jsp/warfiles/WEB-INF/web.xml (100%) rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/jsp/warfiles/cmd.jsp (94%) rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/php/dns.php (94%) mode change 100755 => 100644 rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/php/file.php (92%) mode change 100755 => 100644 create mode 100644 Web-Shells/laudanum-1.0/php/host.php create mode 100644 Web-Shells/laudanum-1.0/php/killnc.php rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/php/php-reverse-shell.php (100%) rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/php/proxy.php (97%) mode change 100755 => 100644 rename Web-Shells/{laudanum-0.8 => laudanum-1.0}/php/shell.php (98%) mode change 100755 => 100644 create mode 100644 Web-Shells/laudanum-1.0/wordpress/laudanum.php create mode 100644 Web-Shells/laudanum-1.0/wordpress/templates/dns.php create mode 100644 Web-Shells/laudanum-1.0/wordpress/templates/file.php create mode 100644 Web-Shells/laudanum-1.0/wordpress/templates/host.php create mode 100644 Web-Shells/laudanum-1.0/wordpress/templates/ipcheck.php create mode 100644 Web-Shells/laudanum-1.0/wordpress/templates/killnc.php create mode 100755 Web-Shells/laudanum-1.0/wordpress/templates/php-reverse-shell.php create mode 100644 Web-Shells/laudanum-1.0/wordpress/templates/proxy.php create mode 100644 Web-Shells/laudanum-1.0/wordpress/templates/settings.php create mode 100644 Web-Shells/laudanum-1.0/wordpress/templates/shell.php diff --git a/Web-Shells/laudanum-0.8/aspx/dns.aspx b/Web-Shells/laudanum-0.8/aspx/dns.aspx deleted file mode 100755 index c9911b39..00000000 --- a/Web-Shells/laudanum-0.8/aspx/dns.aspx +++ /dev/null @@ -1,144 +0,0 @@ -<%@ Page Language="C#"%> -<%@ Import Namespace="System" %> -