![]() |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
Also, thanks for both of your work so far, I trust you can combine this into one script without arguing about it too much :) |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
I still don't like your tone. @stevomanu - the only difference between this version and the previous is the place the log of sslstrip is saved. I just moved it from /tmp/ to /home/user/MyDocs/Yamas. It doesn't make sense not to work. The only thing I can think you can try is manually creating /home/user/MyDocs/Yamas directory and trying again. Cheers EDIT: Yep pretty sure its that now -.- Uploaded a version without a mkdir /home/user/MyDocs/Yamas command -_- Will have it fixed asap - until then create the directory manually. |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
0_o Another little flame war due to vi_ sociopathic behavior... Yea, thats REALLY what i hoped in this thread, FFS...
Flamewars aside, moving to concrete things - i don't see any reasons why it shouldn't make it way into repos IF it's technically possible to pack it into .deb file. Every program is "just a script", to some degree ;) If no one care (except comaX who definitely care, but he don't have N900) to move *** and try, I'll talk with Mentalist about his recent experiences with maintaining packages and maybe I'll be able to do it. Still as i said only if it's technically possible. I hate when such a good things are scattered around many parts of forum. In case of reflash/whatever You must remember #@$# dozen of places outside repos, where You can find things You've used. /Estel //Edit Backupmenu is also JUST A SCRIPT, but it sit in repos happily. |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
I don't believe this script would make it any near any repo, but if it does, I would just be really glad ^^ If you guys want to do it, be my guests ! As I have time this afternoon, I should make quite some updates ! |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
If someone still has doubts about what this script is and what it does, I've made a video showing YAMAS in action:
http://www.youtube.com/watch?v=9bSq7tXSGAo PS: vi_ is right, this script is like putting an AK-47 in a child's hand :) |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
|
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
|
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
|
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
I promise to make it as soon as I'll buy a notebook ;) |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
|
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
http://pcsci3nce.info/?p=291 |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Any chance that I can use the video on the official post on my blog ? :>
|
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
|
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
If you mean my video: sure, use it as you like, I'd be honoured. The Youtube sharing code is here. If you write a little note sounding like "thanks to torpedo48 for the video" I'd be very happy too, but it doesn't really matter. <advertisement>I can create any kind of video for anybody (within the limits of my knowledge of course), just ask ;) </advertisement> |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
Whatever this is, if you need anything, just ask ;) (by the way, nice song you got on the screenshot in your real multitasking thread \m/ ) |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
And, between ourselves, I write those articles as reminders for me, so that I can write down some notes and learn better (cause as you've already understood, I'm just an undercover noob who desperately wants to increase his knowledge). |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
HI guys ! So, I've done some little updates, nothing too fancy though.
It now checks for the installed dependencies, and if you are root. I would need you to test it, and report back. Usual stuff, you know :p Those should work. We are now working on being able lo launch it only by typing the name of the script, and not "bash yamas.sh". What I think should be done is change the first line of the script to where ash is installed. Another thing I have in mind is to ask for installation of missing dependencies : instead of failure it would say something like "Herpderp is missing. Do you want to install it (Y/n)" Yes --> installs. No --> Quits. That last part is not sure though. I'll stay on the basics for now, but let's say I'm thinking about it. Waiting for feedback and all, I'll try to work on the Standard edition (check BT forums if interested). DNS spoofing should be on the way ! Maybe an easter egg too, if ever I have the time =D |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
Code:
/usr/bin/ test.sh on our osso-xterm. So i think you don't need to worry about that. |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
It would then use the default ash of maemo (so, no need to install bash), and you wouldn't have to launch it with "ash script.sh". So far results are inconclusive though, because I can't test directly (not that Unhuman's tests are bad, but I always forget to tell him things, so it's better if I trial and fail on my own ^^). But if someone understood what I mean and achieves that, that would be very nice :) |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
|
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
From I got from comaX today is that the script should be completely functional with ash now ( so no need for bash ). However when I run it with ash I get errors in the new dependency part of the script:
ash: unknown operand and gives a false positive for missing dependencies (no such thing happens when run as bash) Moreover, after using chmod +x on it the script still returns permission denied when run as ./mitm_pcsci3nce.sh. I will try putting the script in /usr/bin now and running it directly and see what happens. EDIT: This works. Script can be started after chmod +x in /usr/bin by simply issuing mitm_pcsci3nce.sh in terminal. However, it still returns: ash: unknown operand and claims I have unmet dependencies (despite all showing success) EDIT 2: So until figuring out why this happens with ash, bash will still be required. ( first line of the script should link to /bin/bash, not bin/ash) |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
I must warn you guys though : I'm moving out this week, so I should be pretty busy, and when in my new apartment, I might not have internet for some time :s (or Edge connection from mobile phone... Yepee !) I'll kindly ask the neighbors, but I don't think they'll just let me connect to their network like that. ##### Quote:
If you guys find a way to use ash though, we'll be happy bunnies =) |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
New version with dependency check added - test if it works .
It still requires bash to be run, however it can now be run as mitm_pcsci3nce.sh only, no need to type bash before the name now. |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
Code:
if dpkg -l | grep wget 1>/dev/null; then echo $?;fi |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
finally got this working after reinstalling every thing all is working fine one thing i noticed i was sniffing on phone an was using pc an if i click on facebook it goes to white page with
Code:
location: ht thanks for all work on script to all involved |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
Works like a charm and checks for deps on start up, but why not use osso-xterm and ash like vi_ did? |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
#### Quote:
What would be nice is for you guys to test with ash on your own, either with : - ash script.sh - script.sh, with the first line of the script being #! /bin/ash And then report back, either here, or by mail. #### Quote:
|
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
the script has failed to find ettercap but on its own ettercap works. I installed ettercap via karma's debz from link below. how can i correct this?
http://talk.maemo.org/showthread.php...cking+tutorial Quote:
|
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
Code:
ash: D: unknown operand |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
Code:
|
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
to correct those errors you need for example in line 79: Code:
if [[ $(grep "0" ./test.txt) == "" ]]; then Code:
if [[ "$(grep "0" ./test.txt)" == "" ]]; then You have this in many ifs but not everywhere and ash is strict about (bash can handle those). |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
|
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
|
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
That is what happens when you have 5 different ettercap ports with 5 different places that it shits its files to... Can someone say where is ettercap placed from the karam installation?
EDIT: Obviously if you are sure ettercap is installed ignore the dependency warning. Gotta update the script to search in multiple locations due to the explanation above. |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
I'm working on all those operand errors, but as I said earlier, I'm in the middle of a moving out, so it might take some time ! Also, now that the dependencies check works in ash, I'll introduce looking for different paths ;) How should the script react to a missing dependency ? Just a warning ? Exiting ? |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Do you guys know why am I getting :
Warning : Cannot convert string "nil2" to type Fontstruct |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
|
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
1 Attachment(s)
Hi comaX and Unhuman,
I think this removes bash dependencies. Have added also tabs here and there for me to read it easier. Hope you find it useful. Note: Haven't tested it much. |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
On a side note: xterm really annoys me, font is small, and you can't copy directly from it :o Edit: after 10 minutes of running device crashed and restarted. This never happened with the previous scripts. |
Re: [Announce] Yet another MITM attack script (Yamas-ARM)
Quote:
Xterm is a secondary problem dude, just copy from the .pass.txt for now ^^ I promise I'll try and make it through with osso when I have the time ;) The fact that you device crash is not surprising ! The parsing method is very CPU-consuming (working on something about that, btw ; but I'm having a hard time !). What I can suggest is that you go to the RTP menu, and pause or kill the process for some time. Could you provide me with screenshots of Saturn's version please ? That may help me a great lot ! Thanks to you both :) |
All times are GMT. The time now is 16:32. |
vBulletin® Version 3.8.8