-
Notifications
You must be signed in to change notification settings - Fork 73
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
Zackattack doesn't work on Kali Linux #56
Comments
Can you please run 'gem query --local' and send me the results? Seems to be an issue with sqlite3 missing. (if I had bandwidth today, i'd install kali to check it) |
also try gem install sqlite3. Appears to be missing in the list. |
Zack here's the output addressable (2.2.8) Jim On May 20, 2013, at 7:01 PM, Zack Fasel [email protected] wrote:
Jim
|
Zack here's the error when I do "gem install sqlite3 Fetching: sqlite3-1.3.7.gem (100%)
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in Gem files will remain installed in /var/lib/gems/1.9.1/gems/sqlite3-1.3.7 for inspection. Here's another error 10.0.1.10 : gem install rake sqlite3 Gem files will remain installed in /var/lib/gems/1.9.1/gems/sqlite3-1.3.7 for inspection. Jim On May 20, 2013, at 7:03 PM, Zack Fasel [email protected] wrote:
Jim
|
Zack I figured out the solution. apt-get install ruby-sqlite3 Jim PS |
Zack Jim ----- Original Message ----- also try gem install sqlite3. Appears to be missing in the list.Reply to this email directly or view it on GitHub: |
Heh, still needs work, but it's a start :P I'll close this issue once i write an INSTALL guide with the dependencies as well as make the modification on the requirement so it's not version forced. |
You might consider trying to get it added to Kali at some point. Kali seems to have all the dependencies except for ruby-sqlite3. Jk On May 21, 2013, at 2:16 PM, Zack Fasel [email protected] wrote:
|
Zack From what I'm seeing I still have to get the victims to connect to a UNC path pointed at my attacking box via Outlook Email phish with img src link yes? Jim |
@macubergeek - next steps really depend on your point of view. If you have a set of creds and a share that people use it's easiest to just put a shortcut with a UNC path icon or another form of auto-load UNC there. Else you can start sending spam emails internally with UNC paths but that has a slightly larger detectibility rating but doesn't require permissions. Finally you could use Responder from Spiderlabs to induce UNC path usage via NBNS and LLMNR attacks. |
Rob thanks! Jim On Jun 30, 2013, at 3:51 AM, Rob Fuller [email protected] wrote:
Jim
|
Zack please help me.. i cant get ZackAttack to work with backtrack5 R3.. Here is where i run into the problems... root@bt:~/ZackAttack# ruby zackattack.rb what am i doing wrong? |
How to fix the right sqlite3 version? C:/Ruby200/lib/ruby/2.0.0/rubygems/dependency.rb:296:in `to_specs': Could not f |
Have the same problem as the person above me. Seems like it doesn't like the newer sqlite version. My code: root@johannes-N56VZ:~/ZackAttack-master# ruby zackattack.rb |
Zack |
ok got it to launch: Now mind you I'm not sure this thing WORKS ;-) Here Goes ZackAttack! Booting Up!.....Starting httpd server WELCOME TO ZackAttack! - Version 0.a.lessfail. No CLI Gui for Now. Connect to http://zf:[email protected]:4531and when I run netstat I get: root@kali2:/opt/ZackAttack# netstat -ant smack me in the head if I' being stupid here Zack |
its runs on kali rolling thanx man ur trick worked |
I'm running ruby version: ruby 1.9.3p194 (2012-04-20 revision 35410) [i486-linux]
I'm getting these errors:
Script started on Mon 20 May 2013 06:47:00 PM EDT
'10.0.1.10 : ./zackattack.rb
/usr/lib/ruby/1.9.1/rubygems/dependency.rb:247:in
to_specs': Could not find sqlite3 (= 1.3.6) amongst [addressable-2.2.8, bundler-1.1.4, crack-0.3.1, ethon-0.5.7, fast_xs-0.8.0, ffi-1.0.11, hpricot-0.8.6, httpclient-2.2.4, json-1.7.3, mime-types-1.19, mini_exiftool-1.6.0, nokogiri-1.5.5, rchardet-1.3, rdoc-3.9.4, rspec-2.10.0, rspec-core-2.10.1, rspec-expectations-2.10.0, rspec-mocks-2.10.1, simplecov-html-0.7.1, spider-0.4.4, typhoeus-0.6.3] (Gem::LoadError) from /usr/lib/ruby/1.9.1/rubygems/dependency.rb:256:in
to_spec'from /usr/lib/ruby/1.9.1/rubygems.rb:1231:in
gem' from /root/ZackAttack-master/lib/zfdb.rb:7:in
<top (required)>'from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in
require' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in
rescue in require'from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in
require' from /root/ZackAttack-master/clients/ews.rb:9:in
<top (required)>'from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in
require' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in
rescue in require'from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in
require' from /root/ZackAttack-master/lib/zfclient.rb:6:in
<top (required)>'from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in
require' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in
rescue in require'from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in
require' from /root/ZackAttack-master/lib/zfhttpd.rb:7:in
<top (required)>'from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in
require' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in
rescue in require'from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in
require' from ./zackattack.rb:8:in
10.0.1.10 : exit
exit
Script done on Mon 20 May 2013 06:47:08 PM EDT
The text was updated successfully, but these errors were encountered: