User Tools

Site Tools


startup-sh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
startup-sh [2012/10/06 18:01]
85.218.109.130
— (current)
Line 1: Line 1:
-<code bash> 
-#!/bin/sh 
-echo I am running 
  
-/​etc/​init.d/​networking stop 
-killall wicd 
- 
-# start airodump, write to a file 
-echo starting airmon-ng 
-airmon-ng start wlan0 
-echo scanning the rkngf network 
-xterm -e airodump-ng --bssid 14:​D6:​4D:​B6:​97:​3C -w $HOME/​rknfg/​salzamt mon0 & 
- 
-sleep 10 
-#cat $HOME/​rknfg/​salzamt-01.csv 
- 
-echo Starting python 
-# start the python script which reads the dump and controls the motors 
-python $HOME/​rknfg/​reading.py 
- 
-# close airodump 
-airmon-ng stop wlan0 
-airmon-ng stop mon0 
- 
-</​code>​ 
startup-sh.1349546471.txt.gz ยท Last modified: 2012/10/06 18:01 by 85.218.109.130