I'm gunna play with yer idea as soon as I can man.... Thank you for the quick input. Ill let ya know..
p.s.... I know it ignores the yes for custom dns hosts..... In my comments, I mention about it =)
Hi snafu,
I didn't explain myself very well. The script does already ask if a custom hosts file should be set, but then ignores a yes reply, and launches DNSSpoof without it. This can be fixed by changing line 1119 to:
At line 1099 you could consider something like:Code:Yes) Eterm -b black -f white --pause --title "DNSspoof" -e dnsspoof -f /usr/share/dsniff/dnsspoof.hosts -i $dspoof_dev &
RegardsCode:2) echo -e "\033[36m\nUse Custom DNS Hosts File? (y or n)" read d_hosts case $d_hosts in y|Y) while [ -z $hostset ];do echo -e "\033[36m\n Edit /usr/share/dsniff/dnsspoof.hosts Enter any key when done" read hostset done d_hosts="Yes";; n|N) d_hosts="No" ;; *) d_hosts= ;; ## Nulled esac
I'm gunna play with yer idea as soon as I can man.... Thank you for the quick input. Ill let ya know..
p.s.... I know it ignores the yes for custom dns hosts..... In my comments, I mention about it =)
V/r,
Snafu
Pffbt..[quote]I made a discovery today. I found a computer. Wait a second, this is cool. It does what I want it to. If it makes a mistake, it's because I screwed it up. Not because it doesn't like me... Or feels threatened by me.. Or thinks I'm a smart ass.. [/quote]
I'm gunna play with yer idea as soon as I can man.... Thank you for the quick input. Ill let ya know..
p.s.... I know it ignores the yes for custom dns hosts..... In my comments, I mention about it =)
V/r,
Snafu
Pffbt..[quote]I made a discovery today. I found a computer. Wait a second, this is cool. It does what I want it to. If it makes a mistake, it's because I screwed it up. Not because it doesn't like me... Or feels threatened by me.. Or thinks I'm a smart ass.. [/quote]
Ladies/Gents,
Version 2.5 of quickset has been set free in the wild. Changes to mention are:
- Added port check to stripem--()
- Implementation of an IP address check function
- Redefined the arpspoof--() menu
- Reversal of changes on changes.txt to make reading go from top to bottom vs. the latter.
Grab yerself a copy via:Cheers!Code:svn checkout http://quickset.googlecode.com/svn/trunk/ quickset
V/r,
Snafu
Pffbt..[quote]I made a discovery today. I found a computer. Wait a second, this is cool. It does what I want it to. If it makes a mistake, it's because I screwed it up. Not because it doesn't like me... Or feels threatened by me.. Or thinks I'm a smart ass.. [/quote]
sure will...lol. Thanks for the love in quick.sh comments.
hey snafu777, I am noticing a problem when I try to stop my softAP. When I try to shut it down when i'm finish it's still up some how. I exit and clean up but the softAP is still running. I check ifconfig and at0 is still up. Then I check with the device I use to connect to it and its still up. And one more thing, I did notice while I was playing around with it that when I started a softAP with say an essid of Get-pwned, then stopped it. Then started another one with an essid of Hackers-R-us., my device i use to scan wifi and connect with would switch back and forth from Get-pwned to Hackers-R-us even though I stopped essid Get-pwned.
Hi snafu777,
I am refered to here by ShadowMaster.
Thanks for your tool.
Samiux
melissabubble,It sounds like you are not properly exiting out of ETerm. I wouldn't necessarily call it a bug, but if you just close the window via the X button on the top right, it will just background the process. To kill anything launched in ETerm properly, you must <crtl+c> within the window; after you have done this you will notice the Title Bar saying that the task has been finished, press escape to exit.... Try that, and let me know if it fixed the issue.hey snafu777, I am noticing a problem when I try to stop my softAP. When I try to shut it down when i'm finish it's still up some how. I exit and clean up but the softAP is still running. I check ifconfig and at0 is still up. Then I check with the device I use to connect to it and its still up. And one more thing, I did notice while I was playing around with it that when I started a softAP with say an essid of Get-pwned, then stopped it. Then started another one with an essid of Hackers-R-us., my device i use to scan wifi and connect with would switch back and forth from Get-pwned to Hackers-R-us even though I stopped essid Get-pwned.
samiux,
Glad to have you aboard =). If you find anything you think would be beneficial to add to quickset, drop me an email.
As well, Version 2.7 is now out =)
Minor fixes are as follows:
- Removal of the self-updating feature, this was found to be excessive due to the fact that quickset lies in a subversion repository
- Modification of sleep timers
I will be back to the even numbered versioning as soon as I add in the custom DNS hosts function...
Cheers!
V/r,
Snafu
Pffbt..[quote]I made a discovery today. I found a computer. Wait a second, this is cool. It does what I want it to. If it makes a mistake, it's because I screwed it up. Not because it doesn't like me... Or feels threatened by me.. Or thinks I'm a smart ass.. [/quote]
That seem to fix my problem...but now I have another one. I just killed my alfa card (awus036h) running reaver 1.4 for awhile at 27dbm. It must have burned out. Now i'm looking to get a better wireless adapter. Something that can packet inject, use montor mode, maybe something with better output then the 6 mbps all the alfa cards put out when creating AP's. Any Ideas?
melissabubble,
You burned out a NIC? Never heard of this issue before =), especially with an awus036h (one of the best cards known to man)
Have you tried plugging it into another Operating System to narrow down linux issues perhaps?
V/r,
Snafu
Pffbt..[quote]I made a discovery today. I found a computer. Wait a second, this is cool. It does what I want it to. If it makes a mistake, it's because I screwed it up. Not because it doesn't like me... Or feels threatened by me.. Or thinks I'm a smart ass.. [/quote]