Jump to content

OpCode90

Active Members
  • Posts

    43
  • Joined

  • Last visited

Posts posted by OpCode90

  1. I've been working on a script to run at startup to get my wireless interfaces prepared and set. So far testing this I have :

    Ifconfig wlan1 down; iw reg set BO; iwconfig wlan1 channel 13; iwconfig wlan1 txpower 30; macchanger -r wlan1; ifconfig wlan1 up

    But when I view the system logs I'm seeing a few errors :

    cron.error crond[1730]: time disparity of 23360425 minutes detected

    DFS Master region: unset

    Regulatory domain changed to country: BO

    SET failed on device wlan1; Device or resource busy.

    Error for wireless request "Set Frequency" (8B04)

    cfg80211: Calling CRDA for country:BO

    Any of you have an idea why this isn't working?

  2. Alright thanks yea I prolly sound dumb here never wrote a bash script. Been using kali since the backtrack r3 days. Got a 3 ring binder with every software manual and command in the help files/manuals for kali

  3. Alright thanks. I'm trying to write a command to continually deauth all APs in range I know how to do it command line I just aren't sure about how to run multiple commands via 1 DIP command. I guess what I need to know is how am I suppose to separate the commands?

  4. I guess this would be classified as a dumb question but what info can I get from you guys on the DIP Switch system. Anyone care to elaborate on syntax and anything that will help us develop our own commands? I searched forums first and google also didn't find a whole lot of info on it.. Thanks for any help guys

  5. Yea I added a copper heatsink kit and a .5A cooling fan along with the X100 expansion board which was a life saver in the end. Allows me to hook up a 23 volt laptop power cord and regulates power to the RPi along with 3 powered usb slots and an extra sd card slot. Oh and with the expansion board I can't use the top of the Pi's case so that helps with heat a little I believe

  6. I plan on getting a couple more RPi's and setting up a cluster for more ram. Although everything seems to run really well surprisingly I don't see what everyone talks about when they say the RPi is slow. It loads webpages in about 2 mins (which even though that's slower than my internet at home is now, I had dial up growing up so it doesn't bother me any) the only hiccup is the lack of being able to watch youtube videos on iceweasel.as far as plans it's just going to be my truck computer system (Mobile Kali-Pineapple-Pi)

  7. Figured ild post an update on my project. I've got everything pretty much ready. The raspberry pi is setup with a 16gb sd card and kali linux is running from my 1tb usb hard drive ( just finished installing the metasploit-framework and all of the missing software back into kali ) oh and of course you see my alfa wifi adapter I still need to shorten some of the cables and get a different case for the RPi. I fixed the /boot/config.txt issue and over-clocked my RPi , adjusted the memory split, & created a 15gb swap partition with the renaming sd card. Anyone have any ideas on how to setup the pineapple to upload logs to my private FTP server?

    Figured ild post an update on my project. I've got everything pretty much ready. The raspberry pi is setup with a 16gb sd card and kali linux is running from my 1tb usb hard drive ( just finished installing the metasploit-framework and all of the missing software back into kali ) oh and of course you see my alfa wifi adapter I still need to shorten some of the cables and get a different case for the RPi. I fixed the /boot/config.txt issue and over-clocked my RPi , adjusted the memory split, & created a 15gb swap partition with the renaming sd card. Anyone have any ideas on how to setup the pineapple to upload logs to my private FTP server?

    post-47438-0-21059200-1401028733_thumb.j

  8. Alright I'm waiting on /dev/sdb1 (HDD Partition) to finish the resize2fs function and fill the entire HDD with the Kali file system and then all I have left is to work on the fstab & to edit the boot cmdline.txt.. I know the RPi Kali image doesn't have a working cmdline.txt so can anyone point me in the right direction with info on making this work?

  9. yea ive gotten that far. I have 2 partitions on HDD.

    1 for the file system /dev/sdb1 (950GB) and another for the Linux swap /dev/sdb2 (15GB).

    the Rpi image of Kali doesn't have a /boot/conifg.txt so ive been trying every tutorial ive seen online

    and haven't had any luck.

×
×
  • Create New...