Jump to content

Foxtrot

Hak5 Team
  • Posts

    2,171
  • Joined

  • Days Won

    155

Everything posted by Foxtrot

  1. In most games lag compensation mechanics are easily abusable but not limited to being able to rubber band around the map. You could look into backtracking or fakelag in CS:GO (there's lots of pastes available) to see how you can manipulate the client traffic in that sense.
  2. Binary Ninja is a good alternative to IDA Pro, and their API for Plugins is pretty nice. Hopper is another good alternative, although I haven't used it much.
  3. Why use it without the case? And furthermore, why use it without the case outside?
  4. You mean Samy Kamkar. You can find the exact project you're referring to (MagSpoof) here.
  5. Foxtrot

    Bash Script

    You use the '-n' flag in your echo to keep all the characters on one line during your loop. This means the last character to be decoded does not contain the newline character, either. You should print a newline after the loop has finished inside of the function with a simple 'echo'. https://linux.die.net/man/1/echo
  6. Starting to think we need a creative writing section on the forums...
  7. Hi, sorry for the wait. As Rkiver said we've been at DEFCON. Could you private message me your support ticket number?
  8. I signed up a while ago and had a quick play, but haven't had time to do more since. Seems well made and fun.
  9. Netman, the super hero that defends your router against all kinds of malicious packets?
  10. Read the journal and dmesg. dmesg journalctl -xe
  11. I'm sorry that you've not had a great experience with your device. It's worth noting that the forums is not an official support outlet, but instead a community forum. Official support requests can be made at https://hakshop.zendesk.com/hc/en-us. Documentation for Hak5 products is also available at https://hak5.org/gear, and also wikis for certain devices. The WiFi Pineapple wiki is available at https://wiki.wifipineapple.com/ We do our absolute best to test changes, but unfortunately like all software, occasionally something slips through and is fixed when brought to attention. As for the ICS script, is there anything specific that you found didn't work under Kali Linux? It works fine for me and many others on the latest Kali release. What do you find that makes it unfriendly when switching between Linux and Android? Your feedback is appreciated!
  12. The notifications you are getting are likely just static images underneath the advertisement being blocked. Another popular method of detecting adblockers is to load an image that the adblocker will block, and then check the width of the image. if the width is 0 or null, then display the AdBlock notification. It's all client side.
  13. VBScript can do both client side and server side scripting if you use something like ASP. But ASP is... not great imo. You could exercise/develop your software development skills by using creating a responsive front-end using something like Angular or AngularJS, and writing a back-end to connect to in PHP or Go, or any language really. Would give an opportunity to practice high cohesion and low coupling. Eitherway, I'd suggest just using AJAX if you're not interested in using any frameworks.
  14. very excited Also a chance for 343 to do work that can fix their popularity with the community, they seem to be heading that way and caring about it with the work they're doing to fix the MCC.
  15. It looks pretty interesting. I would recommend looking at El Dewrito and what the talented guys over there are doing. I think you meant Bungie ?
  16. This isn't really the source code's problem, but an issue with your compiler configuration. I assume you're using Visual Studio, and if you are - you need to configure your project to use the Multi-Byte Character Set (Found in the project properties under the General section, iirc). You can alternatively cast to a LPCWSTR, but that isn't a better option. I would recommend reading about the different character types that you will encounter in Windows C++ development here.
  17. What is the error you get? I just compiled it myself, it works fine.
  18. The code seems fine to me. Make sure you have boot.bin in the same location as the source file.
  19. Both the NANO and the TETRA run OpenWRT Chaos Calmer, you can just install the package as per the instructions listed in the OP. A module would be cool, though...
  20. Same thing that happens to any website that gets DDoSed. Enough bandwidth and the site goes down.
  21. Put the long antennas and power bank with the NANO. ??????
×
×
  • Create New...