Metadata-Version: 2.1
Name: webprobe
Version: 2022.1
Summary: Nifty and sophisticated web scanner
Home-page: https://github.com/scalabli
Author: Gerrishon Sirere
Author-email: scalabli@proton.me
Maintainer: Scalabli.
Maintainer-email: scalabli@proton.me
License: MIT
Project-URL: Donate, https://ko-fi.com/scalabli
Project-URL: Documentation, https://github.com/scalabli/webprobe
Project-URL: Changes, https://github.com/scalabli/webprobe
Project-URL: Source Code, https://github.com/scalabli/webprobe
Project-URL: Issue Tracker, https://github.com/scalabli/webprobe/issues/
Project-URL: Twitter, https://twitter.com/scalabli
Project-URL: Chat, https://gitter.im/scalabli
Keywords: infosec,bug bount,pentesting,security
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography (>=2.8)
Requires-Dist: PySocks (>=1.6.8)
Requires-Dist: cffi (>=1.14.0)
Requires-Dist: quo (>=2022.6)
Requires-Dist: Jinja2 (>=3.0.0)
Requires-Dist: certifi (>=2017.4.17)
Requires-Dist: urllib3 (>=1.21.1)
Requires-Dist: defusedxml (>=0.7.0)
Requires-Dist: markupsafe (>=2.0.0)
Requires-Dist: pyopenssl (>=21.0.0)
Requires-Dist: idna (>=2.5)
Requires-Dist: chardet (>=3.0.2)
Requires-Dist: charset-normalizer (~=2.0.0)
Requires-Dist: requests-ntlm (>=1.1.0)
Requires-Dist: colorama (>=0.4.4)
Requires-Dist: ntlm-auth (>=1.5.0)
Requires-Dist: pyparsing (>=2.4.7)

# webprobe
Nifty and sophisticated web path scanner

A sophisticated web path scanner designed for the most descerning bug bounty hunters.


This CLI brute forces directories and files in webservers.


### Installation & Usage
                                                
**Requirement: python 3.8 or higher**

- Install with PyPi: `pip3 install webprobe`


### How to use

Some common examples on how to use webprobe.

:NOTE: If you need to see a list of all options, just use the **-h** argument.

### Simple usage

```python

webprobe -u https://target.com

```

```python

webprobe -e php,html,js -u https://target.com

```

```
webprobe -e php,html,js -u https://target.com -w /path/t
o/wordlist

```



## License📑

 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This software is licensed under the `MIT License`. See the [License](https://github.com/scalabli/webprobe/blob/master/LICENSE) file in the top distribution directory for the full license text.

## Donate🎁
In order to for us to maintain this project and grow our community of contributors.
[Donate](https://ko-fi.com/scalabli)


## Code of Conduct
Code of Conduct is adapted from the Contributor Covenant, version 1.2.0 available at [Code of Conduct](http://contributor-covenant.org/version/1/2/0/)
