Jump to content

bytedeez

Active Members
  • Posts

    338
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by bytedeez

  1. Pay attention this is a very important step for any information you receive on the internet. Always check for the label that states: √√√Cooper Approved√√√
  2. Unlike Zanti2 a "bind" or "bind and inject" option would be a really cool feature as well.
  3. Not sure if this might have something to do with your channel 13 issue but in the USA we use channels 1-11, it might be an FCC regulation that channel 13 isn't supported (or a bug). Someone more qualified than myself may be able to answer this though, i am just guessing.
  4. Actually they merged forming zANTI2. but none of the history or how everything has came to be is neither here nor there in comparison wit the main point of this post. Glad to hear it Seb! Thanks for all the hard work!
  5. thanks oli, however i'm not looking to hard mod the ducky. I need it for some experiments.
  6. keep in mind you have 2 different forms of "brick" soft brick which is moderately easy to recover from and hard brick, which in my opinion is a pain in the ass to recover from and sometimes not even possible.
  7. Zanti which is an android application formerly known as Dsploit. (most of you probably know this already), has options to intercept downloads and replace them with your own file or capture downloads and store them on an sdcard. I find this to an extremely useful feature for obvious reasons. It'd be pretty neat if one of you dev pros could come up with an infusion that did the same. I know i could probably mitm my pineapple using zanti and get similar results while on site but for rogue testing an infusion would be nice. (mitm my mitm, just the thought of that makes me chuckle, lol...ok moving on) What do you devs think and the community think?
  8. I was actually looking at the skytech M62 for a cheap starter. Its only $25. What can you guys say about simulators compared to flying in real life? worth a try? Anyway i know everyone kinda has their preference It seems he Quanum Nova get most of it design from the Cheerson CX-20 but it seems that HobbyKing upgraded some of the parts to get rid of a few issues Cheerson had.
  9. I agree with Cooper, I belive it might be better to use cloud services, unless you plan on opening a business of some sort.
  10. Can't exactly afford a phantom. So i come here to talk to some of you experienced experts and get your opinions. I was looking at the Quanum Nova from hobbyKIng read some good reviews, but i would still like some input from the community. Please only respond if you have experience with drones, and have actually flown the type you are suggesting. Thanks!
  11. Client mode feature must not be part of the MArk IV, but it there may be an infusion that will let you do it. There is a TUT on these forums some where. I'll try to find it for you....... Here you go: https://forums.hak5.org/index.php?/topic/31160-connecting-the-pineapple-to-a-router/ This will not require an extra wifi apadter. There is another tut for it somewhere, I'll post it here when i come across it. Until then I'd advise browsing the forums alittle bit as i found that link 4 pages back in less than 5 mins.
  12. Looking for a used ducky to mod. I don't want to pay full price for something that may not work.
  13. Is that a technical term? LOL
  14. Don't own a mark 4 myself (i own a 5) but......Assuming you have a wireless router. You just need to have an extra compatible wifi adapter plugged into the usb port of the pienapple. Then go to network and then client mode on your pineapple. Scan and it will pull up all wireless networks within your area, choose your network, enter your password and then you will be good to go. You can not simply connect the Mark IV to your router via ethernet and expect the router to pick it up like it would your pc/tablet/smartphone. This is because your Mark IV is a router it self. You probably can ( i say "probably" because i don't own a Mark IV and havn't tried this myself) put your router into bridged mode and then be able to share the internet connection. but when you go to remote locations you will not have access to the remote AP in order to put it into bridged mode, So an extra wifi adapter or 3g/4g dongle or USB tethering via smart device would be necessary, usb tethering via router with usb port might be possibly as well. If your not sure about birded mode and have no other way of connecting your pineapple to the internet try disconnecting your router and replacing it with the Mark IV, keep in mind this will only work if your modem is separate from your router. If you have an all in one router/modem, this will not work and bridged mode would be necessary. Also i suggest upgrading to the Mark V whenever your funds are available, you'll be happier with it. If i'm not mistaken This guy did a mod of connecting his mark IV to a router.
  15. I see a market for Anonymization Hardware w/ corresponding firmware. But then again this would have to start at the ISP.
  16. After further testing, it seems that once i launched the application it stalls at starting "Starting Metaspliot Framework.../". The Log file seems to contain the next step in msfconsole: [0m[36m[0m[37m Metasploit Park, System Security Interface Version 4.0.5, Alpha E Ready... > [1maccess security[0m access: PERMISSION DENIED. > [1maccess security grid[0m access: PERMISSION DENIED. > [1maccess main security grid[0m access: PERMISSION DENIED....and... [31mYOU DIDN'T SAY THE MAGIC WORD! YOU DIDN'T SAY THE MAGIC WORD! YOU DIDN'T SAY THE MAGIC WORD! YOU DIDN'T SAY THE MAGIC WORD! YOU DIDN'T SAY THE MAGIC WORD! YOU DIDN'T SAY THE MAGIC WORD! YOU DIDN'T SAY THE MAGIC WORD![0m [0m =[ [33mmetasploit v4.11.0-dev [core:4.11.0.pre.dev api:1.0.0][0m] + -- --=[ 1382 exploits - 777 auxiliary - 223 post ] + -- --=[ 356 payloads - 37 encoders - 8 nops ] + -- --=[ Free Metasploit Pro trial: http://r-7.co/trymsp ] [4mmsf[0m [0m> Checked it serveral times and each time it contains one of the variants of msfconsole. Aha removed "> /var/log/msfconsole.log" from the script, Sense it seemed to be throwing my session into the log file. Got on here to report that everything is working good, then noticed you said to remove it above..LOL!
  17. hmmmm... created the .sh file. touch /usr/local/share/metasploit-framework/msfconsole.sh copy and pasted the code above into it then.. chmod +x msfconsole.sh Then i edited the .Desktop file [Desktop Entry] Name=msfconsole Comment=Metasploit msfconsole Exec=/usr/local/share/metasploit-framework/msfconsole.sh Icon=/home/<username>/Downloads/msf_icon.png Terminal=true Type=Application Categories=Utility;Application; Then i migrated to the applications folder and tried opening the application, it opened a terminal but immediately closed. I checked the log file but nothing was there. I then decided to execute the script as normal. ./msfconsle.sh then i received this error in the terminal: /usr/local/share/metasploit-framework# ./msfconsole.sh ruby: No such file or directory -- /usr/local/share/metasploit-framework/msfconsole.rb (LoadError) So again i checked the log file, it remained empty. The part that confuses me about the above error is the "no such file or directory". When it obviously there. lol EDIT: ok so i started going back through all the steps to make sure all the links were correct. The only thing i noticed was that even though msfconsole was a ruby file. I could not find any link or file that represented it with the file extension .rb, so i remove the .rb from the script and...drum roll please..... BAM!! It worked like a charm. I tried removing the script and creating the original .desktop file as described by Seb but did not work. Therefore you were correct Master Cooper!
  18. Thats out of my league Cooper. LOL I know very basic programming in python and Java. And the basics as to how code is written I.E. methods, variables, functions and so on but that is it. Although I've edited scripts, i have never written one from a blank canvas. If i could write one i was thinking that maybe i needed a few lines that started services and then called the console. I see in the code above at the end it has this line require 'metasploit/framework/command/console' Wouldn't this call it as well, if i wrote a script that started services and then called that^^^ or is that the same as msfconsole?....(don't laugh, as i know i'm probably talking out my ass) Edit: right now i'm just using armitage, but i have a few other programs that are command only that i'm trying to assign an icon to.....I honestly i didn't think it would be difficult to accomplish when i first started looking into creating a gui icon.
  19. Thanks Seb! I tried creating a .desktop file when i first started attempting to do this, but i gave it another go. but.. Its seems i am still having trouble. here is my file in: /usr/share/applications [Desktop Entry] Name=msfconsole Comment=Metasploit msfconsole Exec=/usr/local/share/metasploit-framework/msfconsole.rb Icon=/home/<username>/msf_icon.png Terminal=true Type=Application Categories=Utility;Application; Everything seems like it should run fine until i try to run the program, then it says an error has occured when trying to launch application. I was thinking maybe it was my msfconsole file that was wrong but from what i am looking at it is right. Here is the msfconsole file: #!/usr/bin/env ruby # -*- coding: binary -*- # # This user interface provides users with a command console interface to the # framework. # # # Standard Library # require 'pathname' if ENV['METASPLOIT_FRAMEWORK_PROFILE'] == 'true' gem 'perftools.rb' require 'perftools' formatted_time = Time.now.strftime('%Y%m%d%H%M%S') root = Pathname.new(__FILE__).parent profile_pathname = root.join('tmp', 'profiles', 'msfconsole', formatted_time) profile_pathname.parent.mkpath PerfTools::CpuProfiler.start(profile_pathname.to_path) at_exit { PerfTools::CpuProfiler.stop puts "Generating pdf" pdf_path = "#{profile_pathname}.pdf" if Bundler.clean_system("pprof.rb --pdf #{profile_pathname} > #{pdf_path}") puts "PDF saved to #{pdf_path}" Rex::Compat.open_file(pdf_path) end } end # # Project # # @see https://github.com/rails/rails/blob/v3.2.17/railties/lib/rails/generators/rails/app/templates/script/rails#L3-L5 require Pathname.new(__FILE__).realpath.expand_path.parent.join('config', 'boot') require 'metasploit/framework/command/console' Metasploit::Framework::Command::Console.start I also tried creating the file while being logged in as root but had similar results. I also tried making the file "executable" but didn't get any further that way wither.
  20. In general yes that tool will work, but the downside to it is a proper Icon can not set. Still nice find! EDIT: Scratch that! figured out you can set the icon after all. Thanks! EDIT # 2: After setting Icon i tested the new created gui-icon. Unfortunately it did not work, from a google search it seems to be a common problem with the tool, Because i read in one post that indicator had to be installed for it to work properly, i installed it but had the same result.
  21. That might work i will test it. Just from reading it i think this only working if the program already has a icon / can be called from the launcher search menu. But i will test and let you know, either way Excellent Find! I can use the program for other needs as well! Thanks Cooper!
  22. lol, It uses unity, but i am using this gtk theme called hackstation, but i don't believe that matters.
  23. well by desktop i mean the main workspace. By launcher i mean the default panel in ubuntu. Or a dock for that matter.
  24. I was wanting to make a few commands (lets say the command is : msfconsole) into a gui icon for faster execution in my ubuntu vm. I was wondering if there is a tool to do this? I tried making a .desktop file but failed plus i want the icon on my launcher, not my desktop.
  25. i find evil portal to be great at phishing. Depending on how you setup your landing page of course.
×
×
  • Create New...