- 现在对程序配置在启动程序是通过参数传递, 然后在程序中使用全局变量来实现, 想办法在程序运行中可以修改程序的状态.
The aim of this project is the development and implementation of an OOTB SWAK hacking box based on OpenWrt.
- an OOTB SWAK hacking box based on OpenWrt.
- OOTB - Out Of The Box
- SWAK - SWiss Army Knife
- 简化编译, 加快下载速度, 搭建国内op源镜像, 利用国内网盘.(学习谢大go get过慢的解决方法)
- 基于carrierwrt, 增加akbox target, 修改svn为git.
- 固定openwrt版本, 稳定
- 起因是打算做一个网络产品, 给自己用, 也是给同样爱好的朋友玩的东西, 想法已经酝酿很久了.
- 个人力量有限, 而且, 自己单干思路太闭塞, 而且会觉得枯燥.
- 所以, 打算创建一个社区专注于OpenWrt, Arduino, Hacking for fun的社区, 目的是让每一个爱好者都玩上geek的玩具.
- BTW, 玩网络必懂安全, 现在安全圈子真的很开发, 我觉得是圆每一个有黑客梦想的朋友的好机会.
- 我们当前的目标就是山寨一个wifi pineapple, 当然有很多我自己的想法.
- 论坛会在五一后上线(我的假期没了, 好爽), 采用Go语言的wetalk程序(um, 我在研究这个东东).
- Stable and Safe.
layout | title | description | category |
---|---|---|---|
post |
Libnids抓不到包 |
解决Libnids编译通过但不能抓包的问题 |
编程 |
用libnids提供的example编译通过,竟然捕不到包。很是郁闷
找了很多资料,终于发现了这么一个办法。
nids.h
中有这么一段
+++ title = "Learning Kernel" description = "分分钟写个linux内核, 你可以的!" date = "2014-05-01" tags = [ "kernel" ] categories = [ "blog" ]
- sequel pro
yum -y install mysql-server mysql mysql-devel
- https://www.digitalocean.com/community/tutorials/how-to-install-mariadb-on-centos-7
systemctl enable mysqld
systemctl start mysqld
art即Atheros Radio Test,是无线评估和制造业测试的一个工具。该工具通过解析脚本的命令,控制仪器执行对应命令而进行测试。它可以执行各种各样的传送测试,接收和链接测试,校准和制造流程中的测试等。Art1需在DOS下手动输入命令。
Atheros based WLAN devices contain an ART block which was stored on the last sector of the flash. ART stands for Atheros Radio Test. It consists of two parts Radio data and board data. Radio data used to tune the output power receiver sensitivity for the RF IC. Mac address, regdomain are recorded in the board data part. You can config the driver by modify this data without changing the madwifi source code. Also some paramters can be overrided by wireless tool commands. So I think Atheros WLAN diver is really well designed.