Jump to content

Zimmer

Dedicated Members
  • Posts

    670
  • Joined

  • Last visited

Posts posted by Zimmer

  1. ZigZagJoe

    For searches it is just json... then for popluar you post to I believe GetPopular.php then it returns html, according to wireshark, (I believe it is json)... I'll post more... also if you havn't found this the mp3 is stream.php with the streamkey over http (so no rtmp or rtmpe etc)

  2. I just go to revision3.com/hak5/episodes then on the right is a list of feeds, expand that then click on the small version then right click on the mp4s in the RSS feed and select save as... or save link as... etc.

    Also why doesn't hak5.org list the small mp4s, with all the others one it takes over an hour... I want the content, not that I can see each hair on the hosts heads.

    Oh and for the skin I used Royal Noir Updated... http://www.winaddons.com/royal-noir-146/ Don't use the softpedia link because that is the x64 version, yuck! The winaddons one has the x32 version, then once installed just go to the appearance in the properties menu on your desktop and select royal noir or royal or royal zune (what I have)

  3. Thanks for the links digip :-).

    Ok I tried the link with this...

    telnet

    open mail.server.org 25

    Connection Failed

    open mail.server.org 465

    Connection Failed

    open mail.server.org 587

    Connection Failed

    I'm sure this is the smtp server (gmail reports it as the SMTP server that sent the email to it.)

  4. Nope ping fails, good I guess :-). Also I did a port scan with the link I previously mentioned and port 25 is open but 587 is not.

    Also the system is a Webmail by Mirapoint, if that helps any :-)...

    Still trying to get it to work. :-)

  5. Thanks for the help, i tried both ports, also the code is not mine as in I created but in that I was using it...

    Well I went to here... http://www.mxtoolbox.com/SuperTool.aspx?ac...ever.domain.ext

    I changed the domain from the original to server.domain.ext (in url above to.).

    Results

    smtp:server.domain.ext smtp

    220 server.domain.ext Service ready

    Not an open relay.

    0 seconds - Good on Connection time

    0.343 seconds - Good on Transaction time

    OK - 69.21.65.49 resolves to server.domain.ext

    OK - Reverse DNS matches SMTP Banner

    Session Transcript:HELO please-read-policy.mxtoolbox.com

    250 server.domain.ext [62 ms]

    MAIL FROM: <supertool@mxtoolbox.com>

    250 [125 ms]

    RCPT TO: <test@example.com>

    550 [78 ms]

    QUIT

    221 [78 ms]

    Also it wasn't hotmail's servers I was trying to use but another (school I go to)...

    Oh and python stuff

    &gt;&gt;&gt; mailServer = smtplib.SMTP("sever.domain.ext", 25)
    Traceback (most recent call last):
      File "&lt;stdin&gt;", line 1, in &lt;module&gt;
      File "C:\Program Files\Python 2.6.2\lib\smtplib.py", line 239, in __init__
        (code, msg) = self.connect(host, port)
      File "C:\Program Files\Python 2.6.2\lib\smtplib.py", line 295, in connect
        self.sock = self._get_socket(host, port, self.timeout)
      File "C:\Program Files\Python 2.6.2\lib\smtplib.py", line 273, in _get_socket
        return socket.create_connection((port, host), timeout)
      File "C:\Program Files\Python 2.6.2\lib\socket.py", line 512, in create_connec
    tion
        raise error, msg
    socket.error: [Errno 10051] A socket operation was attempted to an unreachable n
    etwork

    &gt;&gt;&gt; mailServer = smtplib.SMTP("server.domain.ext", 587)
    Traceback (most recent call last):
      File "&lt;stdin&gt;", line 1, in &lt;module&gt;
      File "C:\Program Files\Python 2.6.2\lib\smtplib.py", line 239, in __init__
        (code, msg) = self.connect(host, port)
      File "C:\Program Files\Python 2.6.2\lib\smtplib.py", line 295, in connect
        self.sock = self._get_socket(host, port, self.timeout)
      File "C:\Program Files\Python 2.6.2\lib\smtplib.py", line 273, in _get_socket
        return socket.create_connection((port, host), timeout)
      File "C:\Program Files\Python 2.6.2\lib\socket.py", line 512, in create_connec
    tion
        raise error, msg
    socket.error: [Errno 10060] A connection attempt failed because the connected pa
    rty did not properly respond after a period of time, or established connection f
    ailed because connected host has failed to respond

    Also when I use my school's email account and send to gmail, gmail reports the sever.domain.ext to be the smtp server to.

  6. After reading a comment on slashdot about telnet and SMTP I decided to try it with my gmail account. I already had the gmail server etc (I was working on another project, now this is kinda intertwined), so I did it see what commands I could do etc. I then read the wikipedia articles on SMTP and ESMTP, I also read a pdf (http://www.sonicwall.com/downloads/04__SMTP__Telnet_How_To.pdf), that mentioned nslookup then I google for some info on dns and found (http://www.mxtoolbox.com/SuperTool.aspx) for MX Lookups (a type of dns lookup??). So this is where the prevouis project get interwined, I am programing a python email forwarder that scans the html source of a mailbox (it uses the web front end (I prevously gave up on finding the smtp server)), but now I have found the server (and using http://www.mxtoolbox.com/SuperTool.aspx) I lookup ed the pot scan results and found port 25 open (smtp standard port), so I tried telnet (it failed (just like a previous attempt with smtp.live.com (hotmail's smtp server))) so I figured that it was odd that even though port 25 was open (I am a network noob, but I am guessing it just blocks telnet), so I did the port scan link for smtp.live.com to confirm my suspicion (that they block telnet), and smtp.live.com also had port 25 open. So I then tried using a python email client (from the email forwarding project... it failed to,). So two questions.

    1 Is there anything I am missing

    2 Why can't my python client access the server (I provided my credentials (the ones to access the html frontend))?

    Python code: http://djkaos.wordpress.com/2009/04/08/pyt...d-email-script/

    -----------------------

    Any words of wisdom or experience you would like to share?

    ----------------------

    Other observations.. after using ms dos's telnet I tried putty but it failed. Odd. Oh well,

    --------------------------

    Thank You for any advice, help, etc :-)

  7. Secure I would say is an ok term, but really all security does it slow you down, YES all security is just a huge road bump (AES is a 'until the end of the universe' road bump (until Quantum Crypto then is is a 5 second road bump).

    So nothing is unhackable just got to have the time.

  8. Except Revision 3 seems to hate new comers, they don't have a full RSS feed (with all the episodes) to download on to iTunes. Kinda stupid if you ask me, and I need the old episodes!! (Computer Crash, iTunes rebuilt BUT no old Hak5 :-() .

    If I am wrong (I have tried searching ALOT!) sorry revision 3, but could you make them more obvious?

  9. They cannot be charged of the idea that they are denying anything to anyone because it is not the same as if i-phone was the only thing out there. In the computer market you have 2 competitors on the x86 front (well.. not really but I'll stick to my point here). And that is Windows and Linux. Windows is the dominant OS on the platform hands down, like it or not. When you buy a computer it has Windows on it, therefore, if Microsoft denies a program to run on the OS because it is being anti-competitive, then at the same rate they are creating a monopoly because they are by leaps and bounds the more dominant OS on that front, and the only desktop solution that has proper backing and support. It's also held as such because of Windows being the only real compatible OS with so many business solutions that also make it a requirement to use.

    So because Microsoft is successful it can't deny a app but Apple could it isn't Microsoft's fault that a business put there eggs all in one basket. But still Microsoft would never do this or if they would they would a) Lose customers and B) if they kept going people would move to another OS. It isn't Microsoft's fault though it isn't fair.

  10. Because he's crap at arguing a point, other than he thinks its right to be selfish.

    I don't think it is right to be selfish (as in correct).

    But I do think it is someones right to be selfish (as in be able to if they want).

    Also people can be selfish, and if you are you end off worse in the end of things but still you can.

  11. Vako it is more like Microsoft needs to be open or else it would fail big time. As for the EU I disagree with the ruling Microsoft can be as anti competitive as it wants but it only begins to hurt itself. As for the Microsoft not allowing Linux on your computer that is a different situation, you bought the hardware either yourself or through a diffrent company, they could control the rights of the hardware, Microsoft only has control over the OS. Where as in the iPhone/iTouch it both Apple's hardware and software. All in all if you don't like it too bad, anti-competitive is a bunch of BS for this scenario as far as I am concerned, if you don't like what a company is doing, fine don't do business with that company.

    As for the jail breaking you do own that hardware device Apple can try and STOP you but they can not make it illegal (unless it infringes on another's rights (ie using it to kill someone)).

  12. I'm with Apple on this, pretty much for the same reasons. It is their device and their platform and any ruling against apple on this could be catastrophic as it would basically say to developers and companies that they don't get to decide what gets done with their product. Soon we will need a government approval process for software. Then we all might as well swear allegiance to Big Brother (sorry, reading 1984 atm).

    I could understand if the iPhone and the AppStore were the market leaders and they were blocking things like Google Voice, but even then it could be justified, but they are not the market leader, the iPhone and AppStore are still a minority so can't be a Monopoly.

    Agreed, I believe it will hurt Apple, with the socialist actions (Apple control), but hey I don't care it is perfectly fine, sorry but they have full control and they should, also I totally agree with the Big Brother thing (it tends to shape a lot of my views) (socialist control).

    Me thinks this will now become political to :-). I tend to do that :-)

    Also monopolies are easily broken by the people, IF (rather big if in some situations but still never does it force you into not) your willing to boycott it totally (no business can survive, with no money (let alone profit)).

  13. Yes 80% people don't get cancer, but also if it is an option people should not be forced into paying, but then to get the needed money to fuel the healthcare you do need all the people to put money in and for the prices to not be so high people who make more need to put in more, but three points get in the way

    a) It is forced.

    B) Some don't want insurance and even if you think everyone does it take a right away despite how irrational you think it.

    c) It isn't fair for one to pay more, in one area of though (everyone puts in equally), though those dying is not fair either.

  14. QUOTE (Zimmer @ Fri, 18 Sep 2009 23:57:58 +0000)

    Healthcare is great! Private that is, one question, just to make sure I understand. Why should one person pay for another person's healthcare instead of their own?

    Because everyone paying a little bit is better the one person having to sell their house and living on the streets because their corrupt insurance company wouldn't cover the health care they needed.

    Hey Zimmer where you at this?

    these people sound exactly like you!

    It's funny that you don't see country's with public health care protesting to get rid of it because it's so bad!!

    Is the paying a little bit of another's include paying there own too? Or is it that others pay a little of yours to, how would that work then...

    For example say a nation has 5 people and each person has healthcare that costs 50 on average...

    1 0 $

    2 needs medication uses 75 $

    3 Eats unhealthily and does not exercise needs a bypass costs 95$

    4 Gets Cancer costs 100 $

    5 Costs 0 $ They are healthy

    So that is 270 over the estimated average so they up taxes to pay for that but does everyone pay the same or do the people who cost less pay less? Also what if there is a plus do they save the money of put it into other prijects (what cause Medicare hell (lots of people put money in not so many take it out but then when all those people need the money it isn't there)), Got to go will make more sense later.

×
×
  • Create New...