Jump to content

dddjflip

Active Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by dddjflip

  1. ok so if i read that right i could do this ever 11hrs 30min 30 11 * * * /home/username/mac.sh mac.sh being #!/bin/bash ifconfig wlan0 down macchanger -r wlan0 ifconfig wlan0 up though is there a way with macchanger to only change the last 6 octets and keep the first 6 so keep 00:00:01 and change from aa:aa:aa to 99:99:99 random sets ie c0:ff:fe then 00:be:ef and so on
  2. hi all, im aware of this post but it does not seem to quite fit the bill https://forums.hak5.org/index.php?/topic/25247-binbash-setting-variable-to-mac-addess/?hl=macchanger what im after is basicly a script that can periodicly auto change mac address am going away next month, and the hotel im in has "free wifi" but research has found its 24hrs free, then $19.95 per 12hrs therafter. also not sure if python or shell well work better more or less something like this #!/bin/bash ifconfig wlan0 down macchanger -r wlan0 ifconfig wlan0 up sleep 43200 (assuming it accepts this many seconds) then need a way to loop it thanks
  3. thanks ill put 2.5 on and see if that stops it
  4. got wifite already :) other things it can do, well it seems to be a aio app can pull urls being viewed - like urlsnarf block all / single ip addresses - same as a deauth i was more thinking of it being ported as a aio pogram rather than running multiple terminal windows url snarf aprspoof aireplay and so on already being having fun with ip tables
  5. id love to attend one of these specialy shmoocon or defcon, but not till they are here in australia
  6. agreed i have 3 on the laptop 2x external 1x internal still got space for 1 more external, byt 3 is enough (usually only use the 2 external, as i can attach my 40db antennas to them)
  7. yep just dont know anyone coming over from the states or anyone over there on holidays out of my friends and family :/ im still waiting for that DHL option that sara mentioned was been added last month to show up
  8. indeed cheers for the reply, makes me feel safer using the site when out on other wifi :)
  9. hey sorry for delay, been busy with the kids over the new year period. at current rate $50us = about $57AU im going to suss out postage options other than USPS not too cluely on US services,that can send o/s afaik there is DHL, FEDEX, UPS. is this it or is there some more ?
  10. hi again, in lou of my previous post, i decided to try and dig in further, and found that a site i use regually detected it run as sslstrip -k -f lock.ico -l 8088 i got presented with a message informing me i had to have SSL to view the site what went wrong, or are sites getting smarter and i was just using arpspoof as follows arpspoof -i wlan2 -t 192.168.178.100 (my machine) 192.168.176.254 (accesspont)
  11. ah my appologies not too sure on redirecting to a specific host or ip sorry i cant be of more help
  12. nicknames, FLIP / dddjflip Favourite game: tf2/dota2 Favourite OS: Debian / Favourite console: wii-u / psp Nationality: australian / italian (duel citizen) Accent: Australian, (yes we speak australian not english) Sex: Male Race: White Height: 10110000 Build: average Favourite band: various uk hardcore dj`s Favourite book: hitchhikers guide / 1984 / the time machine Favourite author: geroge orwell Favourite movie: antitrust Favourite director: none really Favourite TV Show: ncis Favourite actor: too many Favourite actress: devon aoki Favourite Pinup: crystal maiden from dota2 Favourite Comedian: strassman Other hobbies: djing, website building radio communications / telecommunications Special skills: Certified in governemnt radio and marine radio, disaster operations, communication centre management Car: Dodge Ram and 1976 Dodge Dart GT Occupation: R&D/ Technical adviser
  13. you should be able to get away with something like a netbook or eeepc (atleast here in AU) most pawn shops have them for under $150 but id reccomend kali over bt
  14. thank you, clears that up for me I`ll have a search around for something like wifi kill already on linux
  15. hi all, is it possible with some modding to get android apps working on linux as a .sh or .py script ? the one in question and i know other people have mentioned wifi jamming in the infusions for pineapple but no good for me http://forum.xda-developers.com/showthread.php?t=1282900%C2'> <--- wifi kill not only does it have the abillity to jam wifi, and you must be on the network you can also grab data from a client like a mitm attack and see all unencrypted packets, like youtube and what they searched and same with google would like to get this running in linux although the newer free version has ads and shutsdown after 5min, i still have the initial first release that does not have this as a .apk and a unzipped version using 7zip with all the folders and java coding
  16. maybe something like this or close to it iptables -t typehere(ie tcp udp igmp etc) -A PREROUTING -p proticoltype --destination-port xx -j REDIRECT --to-port xxxx example iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 612
  17. got an email on this, followed the steps but for some reason i dont have premium
  18. hi all, being after a pineapple for ages since the mak iv release. but the outrages shipping prices (my state in australia, is the most expensive of all states, even somewhere further away from the states in AU is cheaper) and the exchange rate between the US and AU $, means if i want a mk5 and the travel upgrade 150$ + $80 for postage, x echange rate im looking at about $300+ so was wondering if anyone had a mk iv with the wall wort (as you call them) with the australian head adapter i was aware that as of 19-12-2013 that a DHL option was going to be added to shipping, but am yet to see that thanks
  19. hi all, have been messing around with this on my home network but have come accross a few bugs / issues and was after some advice. have tried google but cant seem to find the answer 99% of my log is full of http://schemas.xmlsoap.org type links and sslstrip in ther terminal spits out a ton of python2.7 errors **now according to the interwebs this is normal for a 64bit version of kali and there is no known fix, though some of those posts are old. so was wondering if anyone here in the hak5 communinty had a fix for it. also for the request part is there a simple .sh or .py script that can output sslstrip logs to specific directory in my /home/sslstrip/ folder like facebook yahoo gmail and so on as with the http://schemas.xmlsoap.org filling the log and watching with tail -f sslstrip.log it gets annoying thanks
×
×
  • Create New...