Coder Social home page Coder Social logo

hacktivity2016's People

Contributors

markszabo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hacktivity2016's Issues

Unable to download old esp8266 sdk files for deauth

I'm currently working on a little side project where your code + explanation was very helpful so far. Now i'm trying to program a function that sends deauth frames from my esp8266. Like it is already explained in the readme of your project you need to setup an older sdk version to get this to work. I tryed following your instructions to do so. Sadly executing the get.py script to get the needed tools in the last steps always fails because of a hash mismatch. Directly downloading the needed files (got paths from the package_esp8266com_index.template.json) from http://arduino.esp8266.com/linux64-xtensa-lx106-elf-gb404fb9.tar.gz doesn't work either because they don't seem to exist anymore. Is there still another way to setup the older sdk or to retrieve those files?

Sending RTS

Hi, im trying to send a RTS but its not working. Im not sure how to change the frame.
I've been trying with this one:

uint8_t packet[128] = { 0xB1, 0x00, //Frame Control 
                       0x00, 0x00, //Duration
               /*4*/   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, //Destination address 
               /*10*/  0x01, 0x02, 0x03, 0x04, 0x05, 0x06, //Source address - overwritten later
               };

Changing Destination and Source randomly but I always get a -1 as a response from wifi_send_pkt_freedom

Also not sure what to put as packet size.

Is it possible to sent RTS frames? I read about the 0x80 but I don't understand how would it be for the RTS.

Thanks

Sending data frames

How would I send Data frames with your code? Or can it only send Beacons?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.