All Projects → TuuuNya → Webdirscan

TuuuNya / Webdirscan

跨平台的web目录扫描工具

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Webdirscan

Yotter
yotter - bash script that performs recon and then uses dirb to discover directories that might lead to information leakage
Stars: ✭ 118 (-49.57%)
Mutual labels:  directory, scanner
Sec Admin
分布式资产安全扫描核心管理系统(弱口令扫描,漏洞扫描)
Stars: ✭ 222 (-5.13%)
Mutual labels:  scanner
Aws Recon
Multi-threaded AWS inventory collection tool with a focus on security-relevant resources and metadata.
Stars: ✭ 203 (-13.25%)
Mutual labels:  scanner
Opencv Document Scanner
An interactive document scanner built in Python using OpenCV featuring automatic corner detection, image sharpening, and color thresholding.
Stars: ✭ 213 (-8.97%)
Mutual labels:  scanner
Bluescan
A powerful Bluetooth scanner
Stars: ✭ 206 (-11.97%)
Mutual labels:  scanner
Paperwork
Personal document manager (Linux/Windows) -- Moved to Gnome's Gitlab
Stars: ✭ 2,392 (+922.22%)
Mutual labels:  scanner
Biu
网络资产发现、漏洞扫描
Stars: ✭ 199 (-14.96%)
Mutual labels:  scanner
Open Paperless
Scan, index, and archive all of your paper documents (acquired by Mayan EDMS)
Stars: ✭ 2,538 (+984.62%)
Mutual labels:  scanner
Phonia
Phonia Toolkit is one of the most advanced toolkits to scan phone numbers using only free resources. The goal is to first gather standard information such as country, area, carrier and line type on any international phone numbers with a very good accuracy.
Stars: ✭ 221 (-5.56%)
Mutual labels:  scanner
Berserker
A list of useful payloads for Web Application Security and Pentest/CTF
Stars: ✭ 212 (-9.4%)
Mutual labels:  scanner
React Adal
Azure Active Directory Library (ADAL) support for ReactJS
Stars: ✭ 211 (-9.83%)
Mutual labels:  directory
Scannerl
The modular distributed fingerprinting engine
Stars: ✭ 208 (-11.11%)
Mutual labels:  scanner
Pycurity
Python Security Scripts
Stars: ✭ 218 (-6.84%)
Mutual labels:  scanner
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 (+1144.02%)
Mutual labels:  scanner
Sourceleakhacker
🐛 A multi threads web application source leak scanner
Stars: ✭ 226 (-3.42%)
Mutual labels:  scanner
Whatcms
CMS Detection and Exploit Kit based on Whatcms.org API
Stars: ✭ 205 (-12.39%)
Mutual labels:  scanner
Pentest Tools Framework
Pentest Tools Framework is a database of exploits, Scanners and tools for penetration testing. Pentest is a powerful framework includes a lot of tools for beginners. You can explore kernel vulnerabilities, network vulnerabilities
Stars: ✭ 211 (-9.83%)
Mutual labels:  scanner
Gorecon
Gorecon is a All in one Reconnaissance Tool , a.k.a swiss knife for Reconnaissance , A tool that every pentester/bughunter might wanna consider into their arsenal
Stars: ✭ 208 (-11.11%)
Mutual labels:  scanner
Qrcode
qrcode scanner ( decoder ) by golang 二维码扫描识别
Stars: ✭ 233 (-0.43%)
Mutual labels:  scanner
Aggressor
Ladon for Cobalt Strike, Large Network Penetration Scanner, vulnerability / exploit / detection / MS17010 / password/brute-force/psexec/atexec/sshexec/webshell/smbexec/netcat/osscan/netscan/struts2Poc/weblogicExp
Stars: ✭ 228 (-2.56%)
Mutual labels:  scanner

简介

webdirscan是一个炒鸡简单的多线程Web目录扫描工具。

安装

使用Python语言编写

第三方模块只用了requests,所以clone以后只需要安装requests模块即可。

git clone https://github.com/Strikersb/webdirscan.git
pip install requests

安装完成。

使用方法

usage: webdirscan.py [-h] [-d SCANDICT] [-o SCANOUTPUT] [-t THREADNUM]
                     scanSite

positional arguments:
  scanSite              The website to be scanned

optional arguments:
  -h, --help            show this help message and exit
  -d SCANDICT, --dict SCANDICT
                        Dictionary for scanning
  -o SCANOUTPUT, --output SCANOUTPUT
                        Results saved files
  -t THREADNUM, --thread THREADNUM
                        Number of threads running the program

关于我

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