Jump to content

Tenzer

Active Members
  • Posts

    97
  • Joined

  • Last visited

Posts posted by Tenzer

  1. We are using both pfSense and ClarkConnect where I work. ClarkConnect as mailserver, since we don't want to waste time on the maintenance of a mailserver, we have more important things to use our time on, and pfSenses for gateways, routers and also for our office connection :)

  2. PFsense is by far the best x86 firewall OS i've used. Very simple to use and configure.

    You can't really compare pfSense and ClarkConnect, as they focus on different things. pfSense is all about the rounting/firewall, whereas ClarkConnect is more of an all-in-one solution. I do think that pfSense really outperform the firewall of ClarkConnect, but at the cost of lower features in areas other then firewall/routing.

  3. Well, then there's also Engarde to try out, which offers kind of the same to what I know. There are probably also other distros alike out there.

    I don't think distros are something for Hak5 to focus on, as there are that many other sites which does reviews of those, for instance distrowatch.com. Hak5, imo, should focus more on the small pieces of software which makes the life a lot easier in the everyday work. For instance like Synergy which was shown some time ago, which I now use everyday at home.

  4. besides, i am kind of paranoid about executables that aren't either compiled by me or from an opensource website.

    Why are you running Windows then? ;)

    Sorry, I couldn't help it. It wasn't meant as flamebait.

  5. The reference to phpsecinfo was meant as a supplement to the information you provided - In case you missed that...

    If webhosters haven't configured file/folder permissions properly, allowing users to edit in other peoples files, then it's just insane. I hope that is not the case anywhere.

  6. If this is going to help anyone, it's probably a good thing to include information on how to fix these security aspects.

    I remember I once found a PHP script which could check all kinds of PHP settings, and tell which ones are insecure, and what it would recommend you to set them to, but I can't remember where I found it anymore :/

  7. I would suggest that you base this on a database instead (eg. sqlite), and then check that every post is displayed on the wall, because with the current script, two people could post something almost at the same time, and then one of the posts won't be displayed.

    But maybe that is wanted, with the benefit of having some updated posts that could comment what was happening on the set, instead of having a 10 minute queue for getting a post shown.

    If you want this I could try to put something together...

    Edit: Oh btw, it would also be easy to add a validation system to the above solution, so a person has to approve each post before they get into the queue, in order to limit spam and ads.

    Edit 2: I just saw the 3x11 episode, and if you want people to post ascii art on the wall, you probably need to enclose the text in <pre> tags, or at least make newlines (\n) into HTML newlines (<br />).

  8. i want the users to be able to access and view all the files in the dir but when i change to that dir Http:ipdl

    it says not allowed to view

    so what do i do?

    You need to allow "Directory browsing" for the website. Go into Computer Management -> Services and Applications -> Internet Information Services -> Web Sites -> Right click your site and select Properties -> Home Directory -> Mark of Directory Browsing -> Press Apply, and it works :)

    i overwrote the index.php with index.html on my website m0u53.com

    and now i get the 404 error even when fixed the files back to normal

    so again what do i do?

    If you could give us the path to the file on the harddrive and the URL you are accessing, maybe we could find thing wrong with that. Its kind of hard to say with that little info :/

×
×
  • Create New...