Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install #15

Open
emilyanncr opened this issue Jan 13, 2023 · 0 comments
Open

Unable to install #15

emilyanncr opened this issue Jan 13, 2023 · 0 comments

Comments

@emilyanncr
Copy link

I'm unable to install this tool. I am issuing the following commands:
└─$ git clone https://github.com/Fuzzapi/API-fuzzer.git
Cloning into 'API-fuzzer'...
remote: Enumerating objects: 372, done.
remote: Total 372 (delta 0), reused 0 (delta 0), pack-reused 372
Receiving objects: 100% (372/372), 63.16 KiB | 417.00 KiB/s, done.
Resolving deltas: 100% (186/186), done.

┌──(kali㉿kali)-[~/Downloads]
└─$ cd API-fuzzer

┌──(kali㉿kali)-[~/Downloads/API-fuzzer]
└─$ ls
API_Fuzzer.gemspec CODE_OF_CONDUCT.md lib Rakefile test
app config LICENSE.txt README.md
bin Gemfile payloads rules

┌──(kali㉿kali)-[/Downloads/API-fuzzer]
└─$ bin/console
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (
> 1.12)

Current Bundler version:
bundler (2.3.15)

Your bundle requires a different version of Bundler than the one you're running.
Install the necessary version with gem install bundler:1.17.3 and rerun bundler using console _1.17.3_

┌──(kali㉿kali)-[~/Downloads/API-fuzzer]
└─$ sudo gem install bundler:1.17.3
Successfully installed bundler-1.17.3
Parsing documentation for bundler-1.17.3
Done installing documentation for bundler after 1 seconds
1 gem installed

┌──(kali㉿kali)-[/Downloads/API-fuzzer]
└─$ bin/console 1.17.3
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (
> 1.12)

Current Bundler version:
bundler (2.3.15)

Your bundle requires a different version of Bundler than the one you're running.
Install the necessary version with gem install bundler:1.17.3 and rerun bundler using console _1.17.3_ _1.17.3_

Can you please advise? I'd really like to use this tool. I see it had originally came out 6 years ago so I'm thinking perhaps the tool isn't being updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant