-
Notifications
You must be signed in to change notification settings - Fork 81
Description
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]> 1.12)
└─$ bin/console
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (
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]> 1.12)
└─$ bin/console 1.17.3
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (
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.