Skip to content

Releases: devploit/nomore403

1.0.2

19 Mar 14:49
Compare
Choose a tag to compare

Changelog

1.0.1

19 Mar 14:49
Compare
Choose a tag to compare

Changelog

  • 5b69d5d Merge pull request #31 from AlbertoFDR/main
  • 4275e68 Timeout option added. Verb Tampering Case-switching included.
  • 402c2f9 Update README.md
  • 8f3e9f9 file name 'useragent' fixed

1.0.0

27 Feb 18:11
Compare
Choose a tag to compare

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

07 Oct 15:04
Compare
Choose a tag to compare
  • Check different HTTP versions.

Full Changelog: 0.9.3...0.9.4

0.9.3

28 May 23:53
Compare
Choose a tag to compare

Changelog

  • 6e52e2e Fix some typos, add nobanner option and improve visualization

0.9.1

16 May 13:20
Compare
Choose a tag to compare

Changelog

0.8.1

24 Mar 20:57
Compare
Choose a tag to compare
  • 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

21 Mar 21:49
ee4fdab
Compare
Choose a tag to compare

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

Full Changelog: 0.7...0.8

0.5

30 Jun 13:58
Compare
Choose a tag to compare
0.5

Changelog

0.4

29 Jun 15:56
Compare
Choose a tag to compare
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