Need Help Creating My First Script 12-29-2013, 05:52 AM
#1
Hi all.
Im trying to learn the very basics of coding. Ive decided moving forward to learn python as my base then go from there.
I want to create a simple script for my Kali install that will boost the Tx for the alpha radio and also change the macaddress randomly..
currently i have to type each command 1 at a time..
iwconfig wlan0
ifconfig wlan0 down
iw reg set NZ
ifconfig wlan0 up
iwconfig wlan0
macchanger -r wlan0
how would i combine this into a small executable python script?
not looking for someone to do it for me..just some tips and advice or maybe another script that i can disassemble /reverse and change to make work.
Im trying to learn the very basics of coding. Ive decided moving forward to learn python as my base then go from there.
I want to create a simple script for my Kali install that will boost the Tx for the alpha radio and also change the macaddress randomly..
currently i have to type each command 1 at a time..
iwconfig wlan0
ifconfig wlan0 down
iw reg set NZ
ifconfig wlan0 up
iwconfig wlan0
macchanger -r wlan0
how would i combine this into a small executable python script?
not looking for someone to do it for me..just some tips and advice or maybe another script that i can disassemble /reverse and change to make work.


![[+]](https://sinister.li/images/modern/collapse_collapsed.png)

']
