endpointscanner 7.2.1__tar.gz → 7.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {endpointscanner-7.2.1 → endpointscanner-7.2.2}/PKG-INFO +8 -6
- {endpointscanner-7.2.1 → endpointscanner-7.2.2}/README.md +6 -4
- {endpointscanner-7.2.1 → endpointscanner-7.2.2}/endpointscanner.egg-info/PKG-INFO +8 -6
- {endpointscanner-7.2.1 → endpointscanner-7.2.2}/enumerateendpoint.py +1 -1
- {endpointscanner-7.2.1 → endpointscanner-7.2.2}/pyproject.toml +2 -2
- {endpointscanner-7.2.1 → endpointscanner-7.2.2}/LICENSE +0 -0
- {endpointscanner-7.2.1 → endpointscanner-7.2.2}/endpointscanner.egg-info/SOURCES.txt +0 -0
- {endpointscanner-7.2.1 → endpointscanner-7.2.2}/endpointscanner.egg-info/dependency_links.txt +0 -0
- {endpointscanner-7.2.1 → endpointscanner-7.2.2}/endpointscanner.egg-info/entry_points.txt +0 -0
- {endpointscanner-7.2.1 → endpointscanner-7.2.2}/endpointscanner.egg-info/requires.txt +0 -0
- {endpointscanner-7.2.1 → endpointscanner-7.2.2}/endpointscanner.egg-info/top_level.txt +0 -0
- {endpointscanner-7.2.1 → endpointscanner-7.2.2}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: endpointscanner
|
|
3
|
-
Version: 7.2.
|
|
4
|
-
Summary: Website endpoint reconnaissance tool and rate limit tester that
|
|
3
|
+
Version: 7.2.2
|
|
4
|
+
Summary: Website endpoint reconnaissance tool and rate limit tester that can bypass simple captchas and WAFs.
|
|
5
5
|
Project-URL: Homepage, https://github.com/SphericalFlower52811/endpointscanner
|
|
6
6
|
Project-URL: Issues, https://github.com/SphericalFlower52811/endpointscanner/issues
|
|
7
7
|
Project-URL: Repository, https://github.com/SphericalFlower52811/endpointscanner
|
|
@@ -16,9 +16,9 @@ Requires-Dist: playwright-stealth
|
|
|
16
16
|
Requires-Dist: httpx[http2]>=0.27.0
|
|
17
17
|
Dynamic: license-file
|
|
18
18
|
|
|
19
|
-
# Website Endpoint Scanner and Rate Limit Tester For Websites (Version 7.2.
|
|
19
|
+
# Website Endpoint Scanner and Rate Limit Tester For Websites (Version 7.2.2)
|
|
20
20
|
|
|
21
|
-
A fast automated website reconnaissance tool that extracts endpoints, files, and even external links from websites.
|
|
21
|
+
A fast automated website reconnaissance tool that extracts endpoints, files, and even external links from websites. Automates IDOR and broken access control vulnerability testing through replacing variables with 1 in endpoints. Has a built in rate limit tester that can test on any endpoint, and can bypass simple WAFs/captchas and client-side SPAs.
|
|
22
22
|
|
|
23
23
|
For Installation, please go to the Installation section below!
|
|
24
24
|
|
|
@@ -67,8 +67,8 @@ Passable arguments:
|
|
|
67
67
|
|
|
68
68
|
## Installation
|
|
69
69
|
|
|
70
|
-
You MUST have python 3.9 or above to use this
|
|
71
|
-
To install endpointscanner, run the command:
|
|
70
|
+
You MUST have python 3.9 or above to use this tool!
|
|
71
|
+
To install the official [endpointscanner Python package](https://pypi.org/project/endpointscanner/), run the command:
|
|
72
72
|
|
|
73
73
|
```bash
|
|
74
74
|
python3 -m pip install endpointscanner
|
|
@@ -187,6 +187,8 @@ Version 7.2.1 (patch update) added:
|
|
|
187
187
|
- fixed bug where paths would still show /
|
|
188
188
|
- fixed bug where some external links were coded into files like e.g. https://n. It is not a real link but got included, and the bug was fixed.
|
|
189
189
|
|
|
190
|
+
Version 7.2.2 just changed wording and description of the tool to be more clear.
|
|
191
|
+
|
|
190
192
|
## Plans for next version and the future
|
|
191
193
|
|
|
192
194
|
Version 7.3 is planned to have:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Website Endpoint Scanner and Rate Limit Tester For Websites (Version 7.2.
|
|
1
|
+
# Website Endpoint Scanner and Rate Limit Tester For Websites (Version 7.2.2)
|
|
2
2
|
|
|
3
|
-
A fast automated website reconnaissance tool that extracts endpoints, files, and even external links from websites.
|
|
3
|
+
A fast automated website reconnaissance tool that extracts endpoints, files, and even external links from websites. Automates IDOR and broken access control vulnerability testing through replacing variables with 1 in endpoints. Has a built in rate limit tester that can test on any endpoint, and can bypass simple WAFs/captchas and client-side SPAs.
|
|
4
4
|
|
|
5
5
|
For Installation, please go to the Installation section below!
|
|
6
6
|
|
|
@@ -49,8 +49,8 @@ Passable arguments:
|
|
|
49
49
|
|
|
50
50
|
## Installation
|
|
51
51
|
|
|
52
|
-
You MUST have python 3.9 or above to use this
|
|
53
|
-
To install endpointscanner, run the command:
|
|
52
|
+
You MUST have python 3.9 or above to use this tool!
|
|
53
|
+
To install the official [endpointscanner Python package](https://pypi.org/project/endpointscanner/), run the command:
|
|
54
54
|
|
|
55
55
|
```bash
|
|
56
56
|
python3 -m pip install endpointscanner
|
|
@@ -169,6 +169,8 @@ Version 7.2.1 (patch update) added:
|
|
|
169
169
|
- fixed bug where paths would still show /
|
|
170
170
|
- fixed bug where some external links were coded into files like e.g. https://n. It is not a real link but got included, and the bug was fixed.
|
|
171
171
|
|
|
172
|
+
Version 7.2.2 just changed wording and description of the tool to be more clear.
|
|
173
|
+
|
|
172
174
|
## Plans for next version and the future
|
|
173
175
|
|
|
174
176
|
Version 7.3 is planned to have:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: endpointscanner
|
|
3
|
-
Version: 7.2.
|
|
4
|
-
Summary: Website endpoint reconnaissance tool and rate limit tester that
|
|
3
|
+
Version: 7.2.2
|
|
4
|
+
Summary: Website endpoint reconnaissance tool and rate limit tester that can bypass simple captchas and WAFs.
|
|
5
5
|
Project-URL: Homepage, https://github.com/SphericalFlower52811/endpointscanner
|
|
6
6
|
Project-URL: Issues, https://github.com/SphericalFlower52811/endpointscanner/issues
|
|
7
7
|
Project-URL: Repository, https://github.com/SphericalFlower52811/endpointscanner
|
|
@@ -16,9 +16,9 @@ Requires-Dist: playwright-stealth
|
|
|
16
16
|
Requires-Dist: httpx[http2]>=0.27.0
|
|
17
17
|
Dynamic: license-file
|
|
18
18
|
|
|
19
|
-
# Website Endpoint Scanner and Rate Limit Tester For Websites (Version 7.2.
|
|
19
|
+
# Website Endpoint Scanner and Rate Limit Tester For Websites (Version 7.2.2)
|
|
20
20
|
|
|
21
|
-
A fast automated website reconnaissance tool that extracts endpoints, files, and even external links from websites.
|
|
21
|
+
A fast automated website reconnaissance tool that extracts endpoints, files, and even external links from websites. Automates IDOR and broken access control vulnerability testing through replacing variables with 1 in endpoints. Has a built in rate limit tester that can test on any endpoint, and can bypass simple WAFs/captchas and client-side SPAs.
|
|
22
22
|
|
|
23
23
|
For Installation, please go to the Installation section below!
|
|
24
24
|
|
|
@@ -67,8 +67,8 @@ Passable arguments:
|
|
|
67
67
|
|
|
68
68
|
## Installation
|
|
69
69
|
|
|
70
|
-
You MUST have python 3.9 or above to use this
|
|
71
|
-
To install endpointscanner, run the command:
|
|
70
|
+
You MUST have python 3.9 or above to use this tool!
|
|
71
|
+
To install the official [endpointscanner Python package](https://pypi.org/project/endpointscanner/), run the command:
|
|
72
72
|
|
|
73
73
|
```bash
|
|
74
74
|
python3 -m pip install endpointscanner
|
|
@@ -187,6 +187,8 @@ Version 7.2.1 (patch update) added:
|
|
|
187
187
|
- fixed bug where paths would still show /
|
|
188
188
|
- fixed bug where some external links were coded into files like e.g. https://n. It is not a real link but got included, and the bug was fixed.
|
|
189
189
|
|
|
190
|
+
Version 7.2.2 just changed wording and description of the tool to be more clear.
|
|
191
|
+
|
|
190
192
|
## Plans for next version and the future
|
|
191
193
|
|
|
192
194
|
Version 7.3 is planned to have:
|
|
@@ -7,7 +7,7 @@ import argparse
|
|
|
7
7
|
import time
|
|
8
8
|
import json
|
|
9
9
|
from playwright.sync_api import sync_playwright #headless browser to solve captcha
|
|
10
|
-
from playwright_stealth import Stealth #
|
|
10
|
+
from playwright_stealth import Stealth #ensure strict firewalls do not block the playwright browser
|
|
11
11
|
|
|
12
12
|
HEADER = {
|
|
13
13
|
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
|
|
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "endpointscanner"
|
|
7
|
-
version = "7.2.
|
|
7
|
+
version = "7.2.2"
|
|
8
8
|
readme = "README.md"
|
|
9
|
-
description = "Website endpoint reconnaissance tool and rate limit tester that
|
|
9
|
+
description = "Website endpoint reconnaissance tool and rate limit tester that can bypass simple captchas and WAFs."
|
|
10
10
|
requires-python = ">=3.9"
|
|
11
11
|
keywords = [
|
|
12
12
|
"web-crawler",
|
|
File without changes
|
|
File without changes
|
{endpointscanner-7.2.1 → endpointscanner-7.2.2}/endpointscanner.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|