Code Monkey home page Code Monkey logo

lorcon's People

Contributors

alexaltea avatar anarchpenguin avatar brad-anton avatar djisdkuser avatar dragorn avatar putterer avatar thex1le avatar zerochaos- 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  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  avatar  avatar

lorcon's Issues

python3 compatibility for lorcon bindings

The python bindings are not compatible to be used with python3, are there any plans to port the bindings? They are required by the aircrack-ng airdrop-ng python script as well

Build on Intel Mac

Hello,

I am currently trying to make pylorcon2 work by building lorcon from source on a Macbook Air intel based.

I was trying to get airdrop-ng working on said macbook.

Instructions on the airdrop README lead to errors with make lorcon.

Before i spend more time with this, is it even possible to use the end result with that wireless card? It's the BCM4355 i believe.

Compiling Error

Hi there,

I met a problem when compiling and installing lorcon in OpenWRT, the error information is as follow:
"install: cannot change ownership of '/home/alex/openwrt/trunk/openwrt/build_dir/target-mips_34kc_musl-│drv_airjack.c drv_rt73.h LICENSE madwifing_control.o
1.1.16/lorcon-2017git/ipkg-install/usr/share/man/man3/lorcon.3': Operation not permitted │drv_airjack.h drv_rtl.c Lindent Makefile
make[4]: *** [install] Error 1 "

Any idea what's the problem here?

Thanks in advance.

Code in gcc compile example does not pass

I am using ubuntu 14.04 system. The version of gcc is 4.8.4. I use the following command:
gcc -o beacon_flood_raw -lorcon2 beacon_flood_raw.c .
But something went worng:
image

Channel Switch Announcement in beacon frames?

Hello,
I am currently using Lorcon to continuously send beacons in the network.
I cannot figure how to extend the beacon frames to add "channel state announcement" to notify the network about a change in AP channel?
Thank you in advance for your help,
Regards,
Mira

Cannot link with LORCON with application

Hi there,

I have problem linking lorcon library with my code.

I have installed LORCON on openWRT using the source code from this Github. It works fine.

When I want to write a piece of code to making use lorcon, it has a problem linking lorcon.

My test code is quite simple,
First of all, I include the headers using

#include <lorcon.h>
#include <lorcon_packet.h>

Second, I called the "lorcon_list_drivers" and "lorcon_free_driver_list".

My Makefile is as follows:

CC = mips-openwrt-linux-musl-gcc

LDFLAGS = -L/home/alex/openwrt/trunk/openwrt/staging_dir/target-mips_34kc_musl-1.1.16/usr/lib/lorcon

CFLAGS = -I/home/alex/openwrt/trunk/openwrt/staging_dir/target-mips_34kc_musl-1.1.16/usr/include/lorcon2 -O3 -Wall -static -DHAVE_CONFIG_H

OBJS = injector_v1.o

injector_v1: injector_v1.c 
	$(CC) $(CFLAGS)  injector_v1.c -o injector_v1  $(LDFLAGS)  

all: injector_v1

When I compile, I got an error:

/tmp/cci1WCop.o: In function `usage':
injector_v1.c:(.text+0x20): undefined reference to `lorcon_list_drivers'
injector_v1.c:(.text+0x7c): undefined reference to `lorcon_free_driver_list'

What's the problem here?

I also tried
$(CC) $(CFLAGS) injector_v1.c -o injector_v1 $(LDFLAGS) -lorcon2
and it says:
openwrt/staging_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.16/lib/gcc/mips-openwrt-linux-musl/5.3.0/../../../../mips-openwrt-linux-musl/bin/ld: cannot find -lorcon2

Any help will be appreciated.

Thanks in advance.

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.