Releases: devploit/nomore403
Releases · devploit/nomore403
1.0.2
1.0.1
1.0.0
New Release: nomore403 1.0.0
We are excited to announce the latest release of nomore403, version 1.0.0. This update brings several new features, improvements, and bug fixes to enhance your experience and provide you with more control over your bypass 403 operations. Here's what's new:
🚀 New Features
- Follow Redirects Toggle: You now have the option to follow or not follow HTTP redirects, giving you better control over the navigation of your requests.
- Random User-Agent: Enhance your privacy and avoid detection by opting for a random user-agent for each request you make.
- Rate-Limit Detection: To prevent hitting API rate limits, nomore403 can now automatically stop if a 429 (rate-limit ban) response is detected, protecting your account from potential blocks.
🛠 Improvements
- SSL Issue Fix: We've resolved an SSL problem in curl when using a proxy, ensuring a smoother and more secure connection.
- Multiple Flag Changes: To improve usability and consistency, we've made several changes to our command-line flags.
🔄 Flag Changes
- Proxy flag updated from
-p
to-x
for better clarity. - The
-r
flag is now used to enable following redirects. To use a request file, please use--request-file
instead. - Renamed
--nobanner
to--no-banner
for consistency. - Introduced
--random-agent
for easy access to the random user-agent feature. - The
-l
or--rate-limit
flag can now be used to halt operations if a rate limit ban is detected. - Updated
--useragent
to--user-agent
to align with standard naming conventions. - Changed
--maxgoroutines
to--max-goroutines
for improved readability. - Modified
--httpMethod
to--http-method
and--bypassIp
to--bypass-ip
for consistency across our tool.
🐞 Bug Fixes
Addressed a critical SSL connectivity issue when using proxies, ensuring secure and reliable connections under all circumstances.
How to Update
To update to the latest version of nomore403, please download the latest release or build from the latest version of source code. Ensure to adjust your scripts or command line usage to accommodate the new flag changes for a seamless transition.
0.9.4
- Check different HTTP versions.
Full Changelog: 0.9.3...0.9.4
0.9.3
0.9.1
Changelog
- 433d503 Bump golang.org/x/text from 0.3.7 to 0.3.8
- 56fb761 Merge branch 'main' of https://github.com/devploit/dontgo403
- 9f27c08 Merge pull request #25 from devploit/dependabot/go_modules/golang.org/x/text-0.3.8
- 1320875 New print, fix custom paths errors and other enhancements
- 4213ff6 Update endpaths
- fa2c6fc Update release-bin.yaml
0.8.1
- New feature: verbose mode
- Useless block of code deletion
- Upgrade gorelease version
Full Changelog: 0.8...0.8.1
0.8: New year, new release
What's Changed
- Support forcing a different HTTP method for all payloads except httpmethods by @mbrg in #20
- Fix README 'contributions welcome' link by @MNThomson in #21
- requester.go: Corrected wording by @ItsIgnacioPortal in #22
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #24
New Contributors
- @mbrg made their first contribution in #20
- @MNThomson made their first contribution in #21
- @ItsIgnacioPortal made their first contribution in #22
- @dependabot made their first contribution in #24
Full Changelog: 0.7...0.8
0.5
0.4
Changelog
- 7de5628 Add tilda ~ to endpaths payloads
- 9e43aa7 Add tilda ~ to endpaths payloads
- 2680ade Merge pull request #4 from gister9000/patch-1
- 5f2c4c7 Merge pull request #5 from gister9000/patch-1
- 038a85b Merge pull request #6 from devploit/revert-4-patch-1
- f948e31 Merge pull request #7 from eze-kiel/feat/add-autobuild
- 4b67adf New feature - delay in ms
- 912e418 Revert "Add tilda ~ to endpaths payloads"
- 2d6adcb Update README.md
- 5b300e1 Update README.md
- 18fb319 Updated README
- 4a78336 feat: add github action to release binary on new versions