**** BEGIN LOGGING AT Fri Dec 30 02:59:57 2011 Dec 30 06:23:41 http://htcdev.com/bootloader Dec 30 10:31:13 ~seen MohammadAG Dec 30 10:31:20 mohammadag is currently on #maemo #meego, last said: 'The pieces were transparent?'. Dec 30 10:33:00 ping X-Fade Dec 30 10:33:00 ~seen X-Fade Dec 30 10:33:01 x-fade is currently on #maemo #harmattan #meego, last said: 'gri: Security through obscurity is always a false sense.'. Dec 30 10:59:05 hey all Dec 30 12:43:07 has anyone here successfully implimented bash history? not in sh, in bash Dec 30 12:43:25 umm - what? Dec 30 12:43:40 Bash history is in bash. Dec 30 12:43:43 what's that supposed to mean? when you install bash and you chsh to bash you should get .bash_history file under ~ directory Dec 30 12:43:48 I've tried 'shopt -s histappend' and exiting term with ctrl-d Dec 30 12:44:03 What are you trying to do? Dec 30 12:44:08 psycho_oreos: it's not working for some reason Dec 30 12:44:23 SpeedEvil: trying to have bash hist Dec 30 12:44:25 WFM Dec 30 12:44:30 WFMT Dec 30 12:44:43 Whaaat Dec 30 12:45:06 badcloud_, which bash version are you using? Dec 30 12:45:48 bash3 atm Dec 30 12:45:51 iirc Dec 30 12:45:59 always worked Dec 30 12:46:01 2.05b.0(1) Dec 30 12:47:00 what stopped working for bash3 is the help command :-/ Dec 30 12:47:28 It's been renamed. Dec 30 12:47:30 halp Dec 30 12:47:37 It now displays a lolcat in ascii. Dec 30 12:47:48 haha Dec 30 12:48:50 I indeed pondered to replace it by a script with echo "" Dec 30 12:49:16 but that's for sure monkey business to code Dec 30 12:50:05 while I'd prefer to bash the bash3 maintainer for build option -DNOHELP Dec 30 12:51:41 what shoud the ownership of .bash_hiastory be? Dec 30 12:51:55 s/shoud/should Dec 30 12:51:59 ok, there *might* be a legitimate reason you would want to build it without help: reducing RAM footprint Dec 30 12:52:22 badcloud_: obviously owner owner 6xx Dec 30 12:52:35 DocScrutinizer: thanks Dec 30 12:53:12 here probably user users 640 Dec 30 12:53:19 or 600 Dec 30 12:53:57 unless you're talking about root's bash Dec 30 12:54:49 IroN900:~# ls -l .bas* Dec 30 12:54:51 -rw------- 1 root root 16943 2011-12-20 08:52 .bash_history Dec 30 12:55:01 for root Dec 30 12:55:29 ~ $ ls -l .bas* Dec 30 12:55:31 -rw------- 1 user users 3113 Nov 14 20:05 .bash_history Dec 30 12:56:06 thanks again Dec 30 12:56:12 * DocScrutinizer realizes his user's locale is fsckdup Dec 30 12:56:26 (I meant user's) Dec 30 12:56:29 messy date format Dec 30 12:57:06 err, maybe that's messybox ls though Dec 30 12:58:28 http://www.theregister.co.uk/2011/12/30/hawking_job/ Dec 30 12:59:21 indeed, messybox. Should get my $PATH right, for user Dec 30 12:59:47 ~ $ /usr/bin/gnu/ls -l .bas* Dec 30 12:59:49 -rw------- 1 user users 3135 2011-12-30 13:51 .bash_history Dec 30 13:01:41 IroN900:~# echo $PATH Dec 30 13:01:43 /usr/local/sbin:/usr/local/bin:/usr/bin/gnu:/usr/sbin:/usr/bin/gnu:/usr/bin:/sbin:/bin:/usr/bin/X11 Dec 30 13:02:20 o.O Dec 30 13:04:51 :O you's been haxed Dec 30 13:12:42 me are hax0r ;-P Dec 30 13:13:04 wtf is the rationale messybox sources .bashrc?? Dec 30 13:14:12 # ~/.profile: executed by Bourne-compatible login shells. Dec 30 13:14:23 if [ -f ~/.bashrc ]; then Dec 30 13:14:24 . ~/.bashrc Dec 30 13:14:26 :-/ Dec 30 13:14:53 messybox bourne-compatible? BWAHAHA Dec 30 13:15:14 well, seems I need to give it some more tweaking Dec 30 13:16:19 anybody got the affirmative answer on "how do I detect a script is running under true bash?" Dec 30 13:17:08 if [ $BASH ] ? Dec 30 13:18:31 if [ $SHELL = "/bin/bash" ] ; then echo "yay!"; fi ? Dec 30 13:19:48 BASH_VERSION nt null Dec 30 13:19:51 not Dec 30 13:20:18 builtin && echo "it's bash" ? ;) Dec 30 13:20:25 Hi, is there a application or addon that can alert me when open access points are in range ? Dec 30 13:20:36 yes Dec 30 13:20:40 I forget what it's called Dec 30 13:20:43 It makes beepy noises Dec 30 13:20:54 We have a lot of municiple wifi networks in my area, i would like to take advantage of them Dec 30 13:21:22 municipal* Dec 30 13:21:49 SpeedEvil: was that directed at me ? Dec 30 13:21:56 yes Dec 30 13:22:23 http://maemo.org/packages/view/wifiinfo/ Dec 30 13:22:34 http://maemo.org/packages/view/wifieye/ Dec 30 13:22:41 IIRC one of these can be put into scan and beep mode Dec 30 13:23:32 I'll go for [ -n $BASH ] I think Dec 30 13:25:22 while [ true ] ; do iwlist scan | grep "key:off" && [command to play sound ] ; sleep 120 ; done -- hacky though. Dec 30 13:25:51 Both of those apps have undesirable extras. I just want a simple toaster notification that tells me open access points are available. Dec 30 13:26:02 toaster? Dec 30 13:26:11 ~ # echo $PATH Dec 30 13:26:12 Ah NIN101 thanks Dec 30 13:26:12 /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 Dec 30 13:26:14 ~ # bash Dec 30 13:26:15 IroN900:~# echo $PATH Dec 30 13:26:17 /usr/local/sbin:/usr/local/bin:/usr/sbin/gnu:/usr/sbin:/usr/bin/gnu:/usr/bin:/sbin:/bin:/usr/bin/X11 Dec 30 13:26:19 all I need Dec 30 13:26:40 * SpeedEvil is reminded of toaster notifications. Dec 30 13:26:41 http://www.youtube.com/watch?v=LRq_SAuQDec Dec 30 13:26:42 hm Dec 30 13:26:45 efnet died lol Dec 30 13:26:57 NIN101: while sleep 120; do ... Dec 30 13:27:20 indeed, makes more sense. Dec 30 13:28:39 so how goes things? :) Dec 30 13:28:46 how do you send push notification to system NIN101 ? Dec 30 13:28:57 NIN101: esp it really aborts on ^C Dec 30 13:29:00 :-) Dec 30 13:29:08 do you mean this yellow notificatino bars? Dec 30 13:29:15 yea Dec 30 13:29:31 XDS200010: see wiki phone control Dec 30 13:29:34 http://wiki.maemo.org/Phone_control#Notifications Dec 30 13:29:36 dbus-send Dec 30 13:29:39 cool Dec 30 13:30:01 the last days of lehman brothers was kind of a letdown of a movie Dec 30 13:30:07 maybe the last days of nokia will be better Dec 30 13:30:11 I wonder if a RDS burst tx per channel could be done Dec 30 13:30:36 err, what? Dec 30 13:31:18 DocScrutinizer: in other words send Notifications to every single tx channel over fm Dec 30 13:32:41 sorry, you completely lost me Dec 30 13:33:16 I neither know what TX channels you talk about, nor what Notifications you could send via FM Dec 30 13:34:13 whatever you want to do, the FMTX on N900 is so incredibly weak you won't succeed Dec 30 13:34:49 DocScrutinizer: RDS tx already works, ive tried it Dec 30 13:35:08 I know that Dec 30 13:35:09 its stereo too :) Dec 30 13:35:20 ooh stereo RDS ;-P Dec 30 13:35:56 Doesn't matter to me, if im right on top of the signal it wont make much difference Dec 30 13:36:17 if you're on top of the signal you can read the screen Dec 30 13:36:19 if you think of auto-adjusting your car radio to a channel specified by N900 via RDS sent to whole freq band, forget it Dec 30 13:36:34 kerio: exactly Dec 30 13:37:01 DocScrutinizer: what kerio said Dec 30 13:37:12 no, i mean, read the screen Dec 30 13:37:20 don't bother with transmitting notifications through fm Dec 30 13:37:20 * DocScrutinizer wonders why the heck the coffee seems refuses to kick in - gets only gibberish Dec 30 13:37:51 kerio: why not , seems to work fine for me Dec 30 13:37:58 ??? Dec 30 13:38:01 what kerio said is also gibberish to me Dec 30 13:38:02 http://www.marketwatch.com/story/frankfurt-stock-exchange-has-approved-nokias-request-to-delist-2011-12-16-1058150 Dec 30 13:38:05 XDS200010: because it's fucking useless Dec 30 13:38:06 wow Dec 30 13:38:22 DocScrutinizer: XDS200010 wants to transmit notifications through the fmtx, in some way Dec 30 13:38:25 huh ? Dec 30 13:38:40 or i didn't get it but somehow was getting all the right answers anyway Dec 30 13:38:57 What the hell are you talking about kerio it already works Dec 30 13:39:01 if you think of auto-adjusting your car radio to a channel specified by N900 via RDS sent to whole freq band, forget it Dec 30 13:39:21 if that's not what you think about, then please enlighten me Dec 30 13:39:41 Doc i think you have been drinking the plutonium :P Dec 30 13:40:12 lol Dec 30 13:40:40 If you're not american you wont get that joke Dec 30 13:40:41 * DocScrutinizer shrugs, accepts that sometimes he's living in a parallel reality that has incompatible grammar, and turns away Dec 30 13:43:36 http://nopaste.info/1bbb1e0b26.html Dec 30 13:44:46 why [ true ] and not just true? Dec 30 13:45:17 true , ill fix it :) Dec 30 13:46:16 http://nopaste.info/04b4625325_nl.html Dec 30 13:46:16 nah, as doc said, remove the while [ true ] and replace it with while sleep 120 , and remove the "sleep 120" in the loop. Dec 30 13:47:05 whats the difference ? Dec 30 13:47:19 one less pipe ? Dec 30 13:48:53 NIN101: esp it really aborts on ^C <-- aborts with while true too, so well, doesn't matter... Dec 30 13:51:00 NIN101: ^C a sleep 120 in a while true; do... loop doesn'T usually abort the loop Dec 30 13:51:33 well I just tested it, dunno. Dec 30 13:51:37 it works here. Dec 30 13:51:49 depends on your set -+e I guess Dec 30 13:55:29 bwahahaha, a set -e closed my complete shell on ^C Dec 30 13:55:47 yep. Dec 30 13:57:22 I really dunno what exactly is causing the problem and when, but I found several times that I had a hard time to ^C a tight loop, when the ^C only aborted the sleep 2 and the loop entered another iteration Dec 30 13:59:07 with while sleep 2; do ...; done it always aboets on ^C for me Dec 30 13:59:23 obvious downside: it starts with a wait Dec 30 14:01:44 haven't really wrapped my head around why it doesn't abort, on while true; do...; sleep 2; done loops, since I got the remedy Dec 30 14:02:07 I'm rather sure it has to do with shell settings Dec 30 14:02:23 maybe also with reading from stdin in loop, or sth Dec 30 14:03:04 the whole loop is a job. Dec 30 14:03:10 yep Dec 30 14:03:13 sure Dec 30 14:04:43 is there a do...while in sh? Dec 30 14:04:56 do until? Dec 30 14:05:28 wouldn't that just be a cron? Dec 30 14:05:37 until: until COMMANDS; do COMMANDS; done Dec 30 14:05:51 dunno, never use that one Dec 30 14:06:24 I think it's just a while ! Dec 30 14:08:00 yep, it is a while ! COMMANDS loop Dec 30 14:08:03 it may even has to do something with signals, SIGINT vs SIGTERM... Dec 30 14:08:08 while bomb technicial ; scan ; grep *run* ; if true ; catch up Dec 30 14:08:17 LMAO Dec 30 14:09:41 if rinse ; do repeat ; done Dec 30 14:10:33 I am looking for a Nokia N9 developer who can make me a SMS filter app. Is that possible? Dec 30 14:11:03 /join #harmattan Dec 30 14:11:47 thanks Dec 30 14:11:52 a rather good question though, for over there Dec 30 14:11:56 what does harmattan stand for ? Dec 30 14:12:09 All maemo variants are named for winds Dec 30 14:12:11 ~dict harmattan Dec 30 14:12:14 Dictionary 'harmattan' (1 of 3): (s[i^]*r[o^]k"k[=o]z). [It. sirocco, scirocco, Ar. shorug, fr. sharq the rising of the sun, the east, fr, sharaca to rise as the sun. Cf. {Saracen}.] 1. An oppressive, relaxing wind from the Libyan deserts, chiefly experienced in Italy, Malta, and Sicily. [1913 Webster] 2. In general, any hot dry wind of cyclonic origin, blowing from arid or heated regions, including the desert wind of Southern California, the ... Dec 30 14:12:15 Desert winds Dec 30 14:13:05 so obviously sth not very comforting Dec 30 14:13:21 why didn't they just namer it desertwind? , harmattan is hard to remember Dec 30 14:13:27 name* Dec 30 14:13:57 wasn't fremantle also some wind? Dec 30 14:14:08 ~dict fremantle Dec 30 14:14:10 could not find definition for fremantle Dec 30 14:14:16 thought as much Dec 30 14:14:50 sounds like s stinky village in USA Dec 30 14:15:19 * DocScrutinizer googles Dec 30 14:16:11 western Australia, meh Dec 30 14:16:44 25.000 residents Dec 30 14:17:48 basically a suburb of Perth Dec 30 14:19:49 http://www.censusdata.abs.gov.au/ABSNavigation/prenav/LocationSearch?collection=Census&period=2006&areacode=SSC51501&producttype=QuickStats&breadcrumb=PL&action=401 Dec 30 14:25:51 sounds like Fremantle is a place where ~7000 old grumpy heathen unmarried managers live and scare all women out of the village XP Dec 30 14:27:22 that's called the internet Dec 30 14:35:45 *drum fill* Dec 30 15:12:25 * RST38h yawns, asks how are things Dec 30 15:21:56 RST38h: same as yesterday =) Dec 30 15:23:20 javispedro: http://img-fotki.yandex.ru/get/3008/18872479.6/0_6f004_258941c6_L ? Dec 30 15:25:01 beatiful combination of internet cats and optimistic predictions about the human future? Dec 30 15:25:23 javispedro: ...and it is titled "December" to wrap it off. Dec 30 15:25:43 lol Dec 30 17:16:29 Hello :) guys when i start flashing my device (eMMC) it always stops on 20% .. the progress last for seconds.. Dec 30 17:16:34 any one can help ?! Dec 30 17:16:59 no errors appear Dec 30 17:20:34 no help :/ ? Dec 30 17:20:49 be patient Dec 30 17:20:59 we are not here 24/7 Dec 30 17:21:12 yeah i know but maybe someone here can help Dec 30 17:21:18 just wait. Dec 30 17:21:22 i can't use my phone anymore you know Dec 30 18:01:16 Hello :) any one can help ? Dec 30 18:03:33 don't ask to ask Dec 30 18:04:35 ohh you are here Dec 30 18:04:39 you can help me Dec 30 18:04:49 listen carefully ok Dec 30 18:05:07 no, but if you ask your question someone could... Dec 30 18:05:26 rules for IRC: just ask and stick around. nothing more. Dec 30 18:05:45 Also, don't be a dick. Dec 30 18:06:22 i start flashing the eMMC image using the flasher.. the progress always ends on 20% (just take few seconds) then the window close Dec 30 18:06:32 no any errors Dec 30 18:07:02 whats the problem there ? Dec 30 18:07:40 open uip the command line, and then run it again Dec 30 18:07:44 See what the errors are Dec 30 18:08:11 told you no errors.. just like that Dec 30 18:08:23 are you on windows? Dec 30 18:08:28 yeah windows 7 Dec 30 18:10:32 :/ Dec 30 18:12:45 SpeedEvil dm8tbr Dec 30 18:13:03 Odd Dec 30 18:13:38 so what should i do :/ ? Dec 30 18:13:44 i can't run my phone anymore? Dec 30 18:15:30 If you set it up so that the window doesn't close - are there errors? Dec 30 18:16:07 i didn't try that Dec 30 18:16:31 obviously the windows flasher is some POS that opens a new dosbox even when invoked from cmdline, and it closes that new dosbox on termination of the cmd Dec 30 18:17:28 how can i set it to not to close ? Dec 30 18:18:15 pbpbp: try flashing rootfs/COMBINED first, then eMMC/VANILLA. If VANILLA flashing works then, you have to flash rootfs/COMBINED *again* Dec 30 18:18:50 and also you should use linux, as windows flashing is cumbersome - obviously Dec 30 18:18:51 it is the same for the rootfs.. 20% then close Dec 30 18:19:04 i have ubuntu Dec 30 18:19:10 fine :-) Dec 30 18:19:22 will it make a difference ? Dec 30 18:19:34 to windows? definitely Dec 30 18:19:34 windows to linux ? Dec 30 18:19:45 i hope it works .. Dec 30 18:20:38 at least you'll get good non-volatile diagnostic output on linux. No closing windows or similar nonsense Dec 30 18:21:14 okk guys thank you very much i will try using linux :) Dec 30 18:21:30 also see: Dec 30 18:21:32 ~flash Dec 30 18:21:33 maemo-flashing is, like, http://wiki.maemo.org/Updating_the_tablet_firmware Dec 30 19:38:18 virgin - n. http://farm3.staticflickr.com/2666/4231257678_e5cf79c73c_o.jpg Dec 30 19:38:32 lmao.. omg Dec 30 19:40:21 http://images.huffingtonpost.com/gadgets/slideshows/1430/slide_1430_20402_large.jpg Dec 30 19:40:28 Mac OS ? srsly ? :) Dec 30 19:57:47 http://www.youtube.com/watch?v=bx_LWm6_6tA Dec 30 19:57:56 omg that was very well done Dec 30 19:58:06 a dumbed down version of the credit crisis Dec 30 22:03:03 can anyone tell me where msn passwords are stored Dec 30 22:03:23 i can see email details in gcconftool, but seemingly no msn Dec 30 22:04:55 can it be /home/user/.rtcom-accounts? Just a guess. Dec 30 22:07:02 apparently it was moved in pr 1.2 Dec 30 22:07:08 from there. Dec 30 22:08:13 if all else fails, mc-tool is your next best friend. (i don't use msn, so i can't check). mc-tool can do it though Dec 30 22:13:18 DocScrutinizer, got another theoretical question for you about cell towers etc ;P Dec 30 22:13:29 shoot Dec 30 22:13:42 heh that was fast Dec 30 22:13:56 http://opensource.srlabs.de/projects/catcher/wiki Dec 30 22:14:20 fast? well, usual IRQ service times are lower on a decent system Dec 30 22:14:21 IMSI Catcher Catcher.. for detcting that IMSI exploit Dec 30 22:14:35 was just wondering is much of that possible currently on n900 Dec 30 22:15:04 ah that was part of a 28c3 talk. Dec 30 22:15:12 Osmocom also looks pretty interesting Dec 30 22:15:16 indeed Dec 30 22:19:01 S1 L1 2 3 5 7? 9? 10? might be possible Dec 30 22:19:39 alas BB% doesn't expose the info needed for the rest Dec 30 22:19:43 BB5* Dec 30 22:19:51 for all I know Dec 30 22:20:02 if it does then I dunno about it Dec 30 22:20:18 thxs, i might try and get inspired to look into it abit more Dec 30 22:20:36 it'd be nice if somebody would RE/disassemble the cmt firmware to find what actually can get done regarding service mode etc Dec 30 22:21:21 do you know much of that Osmocom ? Dec 30 22:21:25 the ISI specs are not helpful on that, for obvious reasons Dec 30 22:21:57 only see one metion of it related to n900 through google about someone called "Mickey Lauer" Dec 30 22:22:00 HyperSnyper: well, apart from talking with Harald Welte about it, not THAT much ;-D Dec 30 22:22:03 "Mickey Lauer is rewriting the N900 modem handling part" Dec 30 22:22:21 irrelevant Dec 30 22:22:25 heh Dec 30 22:22:39 that's nothing more than a replacement for our libisi Dec 30 22:23:00 ok Dec 30 22:23:24 the interesting things happen inside BB5, before anything gets into APE land via ISI interface Dec 30 22:23:52 You can't do anything 'interesting' on n900, unless you crack the security on the modem, and run code on it Dec 30 22:24:04 and you can not rewrite the BB5 firmware, as it's signed Dec 30 22:24:20 It's going to be at best tricky. Dec 30 22:24:39 you can however disassemble and see what "hidden goodies" are already there Dec 30 22:25:19 I'm rather sure they got some low level debugging mode interface in ISI Dec 30 22:25:42 similar or even identical to age old Nokia system monitor Dec 30 22:26:15 as to be found and documented at nobbi.com Dec 30 22:27:32 only reversing i've ever done is some basic cracme.exe's Dec 30 22:27:33 heh Dec 30 22:27:42 oooh L13 - available Dec 30 22:28:21 i'm guessing most of the catcher catcher flags wouldn't be applicable to any network/operator based tracking ? Dec 30 22:28:34 none Dec 30 22:28:54 thought so Dec 30 22:32:45 thxs for the feedback, appreciated. Dec 30 22:33:07 yw, thanks for mentioning the URL Dec 30 22:33:26 actually I wasn't aware of this nice lil fancy Dec 30 22:34:28 i'd remebered reading about on old "tmobile" i think it wa mobile signal booster that had ben exploited to use in MITM attacks, just decided to look into that again, and found that instead Dec 30 22:36:15 HyperSnyper: you might want to /join #osmocom Dec 30 22:36:35 not sure though if "noobs" like me or you are welcome there Dec 30 22:36:47 good to know ;P Dec 30 22:37:12 i'm fairly sure ur a diff class to my noob level Dec 30 22:38:37 ahh it was vodafone xploit, just found it Dec 30 22:38:39 "Vodafone Femtocell Hack" Dec 30 22:38:44 http://wiki.thc.org/vodafone Dec 30 22:39:59 femtocells, HAH Dec 30 22:40:14 gota love the 6 character alphabetic lower case only root password Dec 30 22:46:39 a pity I'm not involved into network signalling for those Thor chips Dec 30 22:47:05 hm, how does a femtocell work, with the limited upload bandwidth of most home connections? Dec 30 22:47:45 you're not supposed to use a femtocell when your bandwith over the wire is too low for even a single call Dec 30 22:47:57 looks like it's not just black hats using IMSI catching MITM's > http://www.guardian.co.uk/uk/2011/oct/30/metropolitan-police-mobile-phone-surveillance Dec 30 22:47:59 and who's going to STOP ME Dec 30 22:48:01 "Britain's largest police force is operating covert surveillance technology that can masquerade as a mobile phone network" Dec 30 22:48:39 HyperSnyper: IMSI catchers are 99.99% used by law enforcement Dec 30 22:49:10 since ~20 years now Dec 30 22:49:19 would they spoof legit cell id's ? Dec 30 22:49:58 how would they handle a data connection? Dec 30 22:49:59 sure, of some legit cell in a remote area - what'S a legit cellid? is 563412 legit? is it not? Dec 30 22:50:06 an encrypted data connection? Dec 30 22:50:07 true Dec 30 22:50:21 i was going more by that app that can pull ap lat:long on google maps Dec 30 22:50:25 i mean, the n900 can use sip through a ssh tunnel Dec 30 22:50:32 that must be getting daat from some DB somewhere Dec 30 22:50:52 if you could set location with gps and then check against that db of rough cell tower lactions Dec 30 22:50:54 kerio: IMSI catchers are for GSM voice calls Dec 30 22:51:00 then notify if say over 10 miles out Dec 30 22:51:12 hah, sucks for them, i don't talk on the phone Dec 30 22:51:51 HyperSnyper: feasible Dec 30 22:51:57 Snuggle > http://talk.maemo.org/showthread.php?p=1025712 Dec 30 22:52:11 "Geolocation using CellID and Google APIs Applications" Dec 30 22:52:36 but if the norm is to just spoof local cell id that'd be pointless battery usage Dec 30 22:52:37 :D Dec 30 22:53:02 "some db smewhere" = openbmap Dec 30 22:53:24 very good to know Dec 30 22:53:26 :) Dec 30 22:54:10 hope they adoped my specs on how to buld up their database Dec 30 22:54:36 onen_openbmap promised he'll do Dec 30 22:54:36 HyperSnyper: how about this - if you're going to talk about a felony on your phone, use an encrypted channel Dec 30 22:54:45 wat ? Dec 30 22:55:48 it's just somethign that interests me, i've no real need for it Dec 30 22:56:05 btw the Siemens C5 signalled in display when encryption been off Dec 30 22:56:08 i wouldnt use any kind of digital communication if i need to discuss something like that Dec 30 22:56:09 iirc Dec 30 22:56:31 and old IMSI catchers were cheap, had no encryption Dec 30 22:57:18 why encrypt when you're eavesdropping anyway ;-P Dec 30 22:59:08 there's exactly one secure communication channel: encrypted steganography in pictures on public HTML sites Dec 30 22:59:29 DocScrutinizer: oh god Dec 30 22:59:31 all those photo gallery sites Dec 30 22:59:32 tcp-over-4chan Dec 30 22:59:40 hahaha Dec 30 22:59:55 anyway, secure for what? Dec 30 22:59:59 imgur sure does get some crazy traffic on some pics Dec 30 23:00:14 for plausible deniability, you can use OTR messaging Dec 30 23:00:40 if you just want to avoid eavesdroppers, ssh on a previously-known host is enough Dec 30 23:00:59 no, definitely not enough Dec 30 23:01:06 why not? Dec 30 23:01:27 id want atleast 7 hops Dec 30 23:01:28 ;P Dec 30 23:01:41 a) ssh can be cracked, b) your server can already be rooted, c) they still register the fact of communication Dec 30 23:02:08 carrier pigeons in tinfoil hats!! Dec 30 23:02:16 hehehe Dec 30 23:02:22 they register the fact that you communicated with a third party server in china Dec 30 23:02:33 and your phone can already be rooted Dec 30 23:02:40 good luck with THAT one ;-P Dec 30 23:02:42 ssh being cracked... let's hope not! :( Dec 30 23:03:39 there's been that notorious vulnerability in secure socket passwords for almost years Dec 30 23:03:59 >passwords Dec 30 23:04:03 always needs > alota hops + time delay + plausable deniability Dec 30 23:04:04 >almost 2012 Dec 30 23:04:07 wtfamireading Dec 30 23:04:08 imo Dec 30 23:04:36 oh and encryption thats not broken Dec 30 23:04:45 HyperSnyper: that's when you need deniability Dec 30 23:04:47 pictures on tmo Dec 30 23:04:53 DocScrutinizer: lol Dec 30 23:04:55 absolutely deniable Dec 30 23:05:01 the one place where nobody would bother to check? Dec 30 23:05:24 they can check for steganography until they get blue in the face Dec 30 23:05:49 can you do deniable steno in pictures ? Dec 30 23:06:13 sure Dec 30 23:06:22 not stenography, steganography Dec 30 23:06:46 * HyperSnyper googles Dec 30 23:07:46 ahh hideen within the data not with the data ;P Dec 30 23:08:48 there was interesting project which utilizes steganography with routing around censorship firewalls .. Dec 30 23:09:13 sure - you can *not* detect stegano Dec 30 23:09:43 i've never read much about steganography, interesting area Dec 30 23:09:48 the downside is the S/N ratio Dec 30 23:10:08 like filler material is eating up 99.9% of your bandwidth Dec 30 23:10:13 http://telex.cc Dec 30 23:11:31 You can't detect it reliably, but you can say the noise is wrong Dec 30 23:11:35 DocScrutinizer: btw, your plan is now fucked, because you talked about using steganography with pics on TMO on the internet Dec 30 23:11:56 SpeedEvil: you can't, if you add noise to the filler first Dec 30 23:12:06 Sure. Dec 30 23:12:10 and crypt the data Dec 30 23:12:18 I mean, comparing with known images drom a camera Dec 30 23:12:31 sure, then you can do a lot Dec 30 23:13:37 kerio: how's it fsckd? you won't find the watersigns in the pictures I already uploaded, and you won't find the hidden messages in my future picture uploads Dec 30 23:13:57 of course i won't Dec 30 23:14:08 i wouldn't touch tmo with a 10-foot pole Dec 30 23:14:20 * HyperSnyper looks for cat pictures posted by DocScrutinizer Dec 30 23:14:41 HyperSnyper: :3 Dec 30 23:14:43 http://share.ovi.com/media/joerg900.pennystore/joerg900.10129 Dec 30 23:14:53 is there some way to tweak microb so that it opens new windows in the background? Dec 30 23:15:45 or open any program in maemo as a background window for that matter? Dec 30 23:16:05 not afaik Dec 30 23:16:50 crudcrap Dec 31 00:04:27 http://i.imgur.com/7ShJT.jpg :D yerbma mate and rumstuff Dec 31 01:29:07 anybody read about reaver by now? Dec 31 01:29:15 or rather had a look at the source= Dec 31 01:29:22 s/=/?/ Dec 31 01:29:22 merlin1991 meant: or rather had a look at the source? **** ENDING LOGGING AT Sat Dec 31 02:59:57 2011