Jump to content

i8igmac

Dedicated Members
  • Posts

    939
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by i8igmac

  1. Yahoo messenger Nc would work if u port forward
  2. has any one hooked up a alfa card to the device and run airbase-ng?
  3. some scripting will help. recursively find writable files and directorys. g0tmilk has some nice examples on priv escilation http://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation.html?m=1
  4. some scripting will help. recursively find writable files and directorys. g0tmilk has some nice examples on priv escilation http://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation.html?m=1
  5. If your browser ask for http:/www'google'com and the server redirects you to https:/www'google'com Sslstrip will prevent the redirect from happening
  6. I think you should start with something extremely simple autoit programing is superfun and great for first place to start programming little things after a few weeks of autoit then try ruby pearl or Python
  7. Proxychains nmap -sP www google com Proxychains conf needs a proxy list Tits!
  8. I see the scanners floating around... does any one have a eexample of this exploit reading data ? I guess you can read data from running Services... can you pull a process list? Can you read local files?
  9. so I have been running test all day... your wifi router running ddwrt and iptables script above you can easly send traffic to kali... sslstrip is only effective when a client request htttp://face-book If the client request htttps://face-book then ssltrip will miss this request if you try sslstrip on android applications like facebook gmail yahoo twitter. you will notice some red flags with the certificates... fb was blood red! So... I found sslsniff and sslsplit... these tools seem to be the key to success... But I get segment faults when I test these tools...
  10. So above script will forward http traffic to kali running burpsuit on port 666... Seems to work just fine... I would like to put sslstrip in front of the proxy... Any ideas for how kali could configure iptables o place sslstrip in the mix
  11. nc 192.168.69.1 23 logged into root on ddwrt and iptables is acceptable command here is a basic example PROXY_IP=192.168.69.103 PROXY_PORT=666 LAN_IP=`nvram get lan_ipaddr` LAN_NET=$LAN_IP/`nvram get lan_netmask` iptables -t nat -A PREROUTING -i br0 -s $LAN_NET -d $LAN_NET -p tcp --dport 80 -j ACCEPT iptables -t nat -A PREROUTING -i br0 -s ! $PROXY_IP -p tcp --dport 80 -j DNAT --to $PROXY_IP:$PROXY_PORT iptables -t nat -I POSTROUTING -o br0 -s $LAN_NET -d $PROXY_IP -p tcp -j SNAT --to $LAN_IP iptables -I FORWARD -i br0 -o br0 -s $LAN_NET -d $PROXY_IP -p tcp --dport $PROXY_PORT -j ACCEPT
  12. I have been ssearching online for 'ddwrt iptables proxy' I have found some nice example scripts... I'm looking for help with iptables... maybe there is a skilled iptables guru that is actave here... I figured I will use burpsuit for a quick proxy Proxy ip 192.168.69.103:666 ddwrt ip 192.168.69.1/255.255.255.0
  13. So, i have configured airbase-ng and iptables... i have my client connected to this fake ap... the torrent traffic from the client(droid phone) will pass threw with know problem, but when the droid phone tries to establish any http connection it fails... is this new security from android OS ?
  14. I'm in the process of rebuilding repeater with a wrt54g v8... this version does not have detachable antennas... so I'm do for a mod... Can I use a biquad directional to establish a source connection and then use a 9dbi omni directional for broadcasting in my home a open wifi? This was my old setup and I just read that you want identical antennas installed... ill share clean instructions when im done...
  15. # reaver -i mon0 -b 00:01:02:03:04:05 -vv --dh-small Try reaver... my first try was success... you ned a decent signal for this attack... now For cracking the hash... get the big wpa wordlist I think g0tmilk has download links on his blog... I have seen this work almost everytime... must have gpu power... purehate has good tutorials for proper driver installation...
  16. I have destroyed my last wrt54g v6.... I was running some test with out a waterproof setup and now it wont broadcast... So I have picked up a wrt54g v8 for 5$ WOot I need to splice the coax to a barrel connector and install ddwrt then ill mount one 9dbi alfa antenna on the roof and a 5dbi in our kitchen... repeater (free for life) So what would you do with a wrt54g? What have you done? what firmware would you recommend? can I install ruby and airbase-ng? Antennas you ave built?
  17. If you have worked out a solution document your work and write up some clean instuctions... I have never followed any ssd tweeks I just did a quick install... love the ssd ;-)
  18. http://synjunkie.blogspot.com/2008/10/metasploit-payloads-msfpayload.html?m=1 Nice example use of msfcli ! generating a payload and setting up the exploit handler is 2 commands... try the vnc payload :-)
  19. Learn how to generate the payload with msfpayload. Then start exploit/multihandler... don't rely on others scripts.
  20. I have not attempted the yagi biquad. I have made the yagi 19 element and was unsatisfied. Each element must be positioned perfectly, if one is out of place then the rest will be useless... So my idea of a perfect biquad yagi build would consist of each element could be sprayed with a metallic paint that is a conductor... stencil's could be made for precisely positioned elements on a plexy glass... I still have better success with a parabolic dish and a single biquad for the driven element... I'm sure I could build one to fit in a bag you have picked...
  21. if the network does not have internet access, try and DNS spoof all domain and IP to destination 80 on local apacheserver...
  22. I have a droid thunderbolt with a nice extended powercell. The screen is broke so I can't see anything... My question is can I root the device with a custom rom debian server edition? Then ssh into the device and now make good use of its wifi device? can this be done with out a working screen?
  23. Watch "Long range biquad. Home build" on YouTube Long range biquad. Home build: I have a few videos on some ddwrt with antenna builds. I used only things around the house. The video above is a biquad in a can and a parabolic dish HUGE gain from about 1000 feet away no lag during online gameplay its all about the perfect parabolic dish...
×
×
  • Create New...