Jump to content

i8igmac

Dedicated Members
  • Posts

    939
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by i8igmac

  1. I have built yagi's and biquad's, I was not that impressed... if you include a parabolic rear reflector in your build then you will experience HUGE gain I can play online first person shooters with no lag... extremely long distance threw walls and trees. If you need a a pig tail, I opened up a detachable antenna, spliced on a barrel connector that will fit most coax cable connectors the dish network guys leave behind I have example videos on youtube if you are interested
  2. http://www.amazon.com/gp/aw/d/B00FDER07E?cache=4672baed590b3f9e6eff8892dc7946caπ=AC_SX110_SY165_QL70&qid=1410374520&sr=8-8#ref=mp_s_a_1_8 So, i am looking to complete the build on my raspberry pi b+, i hope to get some bang out of my buck. alfa card Battery i seek guidance on purchasing a proper battery in the 30$ range. I plan to run 2 wifi cards... from what I read, I should not need a powered usb hub with model b+ ??? Then my gut says get the alfa awus036h. What about other models? should i go with the model that supports karma?
  3. Watch "Parabolic Antennas for 2 4GHz part 1" on YouTube Parabolic Antennas for 2 4GHz part 1: I would build a clean little parabolic reflector... recycle the big ugly dish... Or if you would like to try and use the dish, build a biquad element
  4. Watch "Parabolic Antennas for 2 4GHz part 1" on YouTube Parabolic Antennas for 2 4GHz part 1: For directional home build, this would be my recommendation... the parabolic reflector will take your driven element threw space and time :-P or threw walls and tree's
  5. Its ddwrt repeater... no other machine acts this way... this is a service issue. I will test other wifi router befor i rule this out/etc/networkig/interfaces Wlan0 manual mon0 manual From what i understand, this would tell networking service not to bothere with the device soak I did start a ping process that does not print stdout. Funny story
  6. it seems to be the network services are not what im used to... wheeze? ugly? nasty? stupid? service network stop service network-manager stop iwconfig wlan0 essid mywifi dhclient wlan0 seems that i can ping google.com... If i stop pinging google then not long after ill see this error in dmesg ieee80211 phy0: wlan0: No probe response from AP 02:1c:10:4e:2f:5c after 500ms, disconnecting been at this for 3 days now over ssh... so at this point i have ethernet unplugged, hdmi is now pluged in and i got my keyboard out... daunting task... i guess ill start a backgroud process of a ping google LOL what a joke :shoots_his_brains_out:
  7. this has been frustrating... I can't get my wifi card to stay connected to my wifi or ping google... I have ethernet pluged into the device so I can ssh to the pi root@192.168.70.135 Iwconfig wlan0 essid mywifi Dhclient My attempt to connect does not work for long. Nmap -e wlan0 -sP 192.168.70.1 google.com Resaults: 192.168.70.1 responds but google fails And not long after wlan0 disconnects ieee80211 phy0: wlan0: No probe response from AP 02:1c:10:4e:2f:5c after 500ms, disconnecting I feel that because im connected by eth0 at the start, this may prevent wlan0 from becoming associated
  8. When kali has the exploit handler running on the port of your choice... if your router is configured properly then the tool below will show the port is open http://www.t1shopper.com/tools/port-scan/ My guess, if the port is open and responds then i bet you may have generated the payload wrong
  9. I fixed this problem by installing the old stable 1.1
  10. tcp_read_time_out 15000 tcp_connect_time_out 8000 this maybe default setting I found on pastebin... try 50000 30000 you have to update ur proxy list... they don't stay up for long... try 20 at a time
  11. Try other browsers, try other sites... https hak5 works well... https facebook is a little tricky
  12. Maybe someone could confirm or correct what I have here... plug the wifi card in to start with a blank canvass... testing with kali arm raspbery image service network-manager stop pkill wpa-supplicant pkill dhclient Iwconfig wlan0 essid my-wifi Dhclient wlan0Services that may interfere are properly stopped? Connection with my-wifi established Ifconfig wlan0 down Iwconfig wlan0 mode monitor ifconfig wlan0 upAt this point you should be able to ping other devices on the network threw wlan0 with nmap... you are now established in monitor mode... airbase-ng wlan0 -P -C 60Now you are almost set. All that is left is iptables and dns masq to hand out ip's to the clients to forward traffic... you should not see any errors, channel -1errorsand now cinfigure iptables and dnsmasq iptables --flush && iptables --table nat --flush && iptables --delete-chain && iptables --table nat --delete-chain iptables --table nat --append POSTROUTING --out-interface wlan0 -j MASQUERADE iptables --append FORWARD --in-interface at0 -j ACCEPT echo 1 > /proc/sys/net/ipv4/ip_forward echo 'dhcp-range=192.168.96.50,192.168.96.150,12h' > /etc/dnsmasq.conf ifconfig at0 192.168.96.1 up pkill dnsmasq dnsmasqYou should have a karma like fake ap running on your kali linux machine with working internet from one wifi device... i may need help correcting the iptables...
  13. Im curious, at my house i see in airodump 3 device and one of them is open and essid is xfinitywifi. 12:aa:bb:cc:dd:ee essid xfinitywifi open 13:aa:bb:cc:dd:ee 14:aa:bb:cc:dd:ee almost exact same mac address... are these access points outside on a phone pole? Maybe a stupid question lol
  14. looks interesting, I have setup a webcam to a linux machine and apt-get install motion... motion detection, some http protocal live stream andl auto upload options Your instructions look clean and thanks for advice on future prohects
  15. you should also look into time out options. Increasing the amount of time before a connection is timed out. I use a very large list of proxy. if one fails within the specified time on options it would move on to the next
  16. on linux mint and kali running on my labtop I can connect to my home network and then run airbase-ng to broadcast another wifi essid... so. While my wifi card is connected to my home ap ill set the card to monitor made and place the card on the same channel and start airbase mon0 -P -C 60 -c 6 Iwconfig wlan0 mode monitor Iwconfig wlan0 channel 6 Airbase-ng wlan0 -e free-wifi with dns configured and iptables i now have a working repeater/fake-ap or what ever you want to call it Now my question is I would like to understand why these services running on gnome kali and gnome mint don't interfere with the task above but other linux os networking service don't allow for this... So arm kali 1.0.9 raspberry pi b+ How could I properly stop all networking services and achieve a wifi repeater functionality? maybe some examples?
  17. Ok, ill show what i have so far... first on my droid phone ill start up mobile hot spot. Now power up the pi, it will auto connect to my phone's wifi access point, i then can ssh into the pi from my droid phone ,-) my pi has a /etc/rc.local script below that starts up some airbase-ng -P (karma like kungfu) my pi is now ready to go mobile, fake ap stuff here... ready to sniff or inject. . . what ever my heart desiers apt-get install dnsmasq apt-get install wicd wicd-curses (i had to start up from a terminal wicd and chose connection with my droid phone this then configured the config files for saved networks... ifpluged is the default service doing network stuff and is CRAP. stop the service and restart wicd) Save this ruby script as wifi_up.rb change the device="wlan0" to your current working device that suports monitormode... also Note the full path to airbase executable may need changed device="wlan0" #wireless for i in 0..1000 if not `iwconfig`.include?(device) puts "#{device} was not found" sleep 3 redo end system("service networking stop") system("iwconfig wlan0 essid SCH-bigmac") system("dhclient wlan0") system("iptables --flush && iptables --table nat --flush && iptables --delete-chain && iptables --table nat --delete-chain") system("iptables --table nat --append POSTROUTING --out-interface #{device} -j MASQUERADE") system("iptables --append FORWARD --in-interface at0 -j ACCEPT") system("echo 1 > /proc/sys/net/ipv4/ip_forward") system("/usr/local/sbin/airmon-ng start #{device}") system("/usr/local/sbin/airbase-ng mon0 -P -C 60 -c 6 >> airbase_log &") sleep 6 system("echo 'dhcp-range=192.168.96.50,192.168.96.150,12h' > /etc/dnsmasq.conf") system("ifconfig at0 192.168.96.1 up") system("pkill dnsmasq") system("dnsmasq") exit end nano /etc/rc.local add a new line to your start up script su - root -c "bash /root/.bash/reverse-vnc > /dev/null 2>&1 &" bash /root/.bash/reverse-netcat > /dev/null 2>&1 & ruby /root/projects/wifi_up/wifi_up.rb with a proper power supply and mobile hotspot running on my droid phone, i just power the device on and its like a raspberry pi reverse connect to my droid ,-) i need to make some fixes but the idea is there...
  18. has nay one had problems with raspbian connecting to a open wifi access point... iwconfig wlan0 essid "open_ap" dhclient wlan0 (hangs for a while and does nothing) i feel super frustrated... this one step away from going mobile i got my phone on wifi teathering.. open access point
  19. You open the config... search online for some proxys then add them to the bottem of your config file in the same format as your pre existing entery
  20. I have just done this the other day for trying to catch a thief on camera. apt-get install motion. /etc/motion.conf Will have loads of options, set your video device to /dev/video#... you may also have to change a few ports the services will run on default 8080, 8081... you xdont want port conflicts with pineapple services... The cam will detect motion and start recording... I did not catch a thief but when I was at work I did see some Christian teenagers walk up to my door... to discover the correct device. ls /dev/video* Then plug in the device and run the command again... should see some results...
  21. qemu emulator could run the image. Maybe apt-get install kali-linux-wireless may fix our problem? Then roll a new image and install to the sd card? I have never made my own image Pwnpi will suffice, the cutting edge repo would be nice...
  22. Ill try pwnpi when I have the time
  23. Any ideas on how to start a netcat listening demean...
  24. mine booted fine. BUT I think this image is missing somebasic bBluetooth stuff, because my wireless keyboard don't work... I am sitting at the login with no working keyboard. So I thought I could mount the sd card on my labtop and setup a rc script for netcat... any ideas here I think chmod/file permission will prevent this from working?
  25. I would like to see what tone has planned... My plans are all about startup scripts. Airbase foo. If wlan0 exist; broadcast some stuff. sniff some stuff. inject meterpreter. Ssl decrypt still need some poc. Maybe some beef. ill try to keep my scripts clean so ill share them here
×
×
  • Create New...