zt2 / sqli-hunter

SQLi-Hunter is a simple HTTP / HTTPS proxy server and a SQLMAP API wrapper that makes digging SQLi easy.
424 stars 128 forks source link

`require': cannot load such file -- ritm (LoadError) #7

Closed Ondrik8 closed 4 years ago

Ondrik8 commented 4 years ago
Traceback (most recent call last):
        7: from sqli-hunter.rb:13:in `<main>'
        6: from sqli-hunter.rb:13:in `require_relative'
        5: from /root/soft/web/sqli-hunter/lib/hunter.rb:6:in `<top (required)>'
        4: from /root/soft/web/sqli-hunter/lib/hunter.rb:15:in `<module:Hunter>'
        3: from /root/soft/web/sqli-hunter/lib/hunter.rb:15:in `require_relative'
        2: from /root/soft/web/sqli-hunter/lib/hunter/proxy.rb:6:in `<top (required)>'
        1: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
/usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require': cannot load such file -- ritm (LoadError)

dont start... on kali linux

zt2 commented 4 years ago

ritm is missing, did you Install dependencies?

gem install bundler
bundler install
Ondrik8 commented 4 years ago

yes im install dependencies

сб, 4 апр. 2020 г. в 18:49, ztz notifications@github.com:

Did you Install dependencies?

gem install bundler bundler install

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zt2/sqli-hunter/issues/7#issuecomment-609048187, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOC7SW5M2IQOF2G6ZC2YDHTRK5JJFANCNFSM4LSKKTAA .

zt2 commented 4 years ago

Thanks for your information, I believe this issue has been fixed in version 1.2.1 (https://github.com/zt2/sqli-hunter/releases/tag/1.2.1), please try it again.