lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
From: kponds at gmail.com (Kevin Ponds)
Subject: No shell => secure?

As has been discussed, really all you're doing is preventing against
canned exploits.

You're also going to be jumping ALOT of hoops to do this.


There are different ways to achieve the same result, look into canary
stack protection (such as propolice), and a "write or execute" stack,
such as W^X on OpenBSD or PaX on Linux.    Applying one of these will
at least force an attacker to write a custom exploit for your
configuration, and will give you alot less headaches than running
without shells or renaming file structure.

However as has been said many times before, security through obscurity
isn't really security at all.  It can buy you time and deter alot of
folks, but it won't make you secure.

Ponds

On Fri, 9 Jul 2004 21:14:07 +0545, npguy <npguy@...surfer.com.np> wrote:
> On Friday 09 July 2004 08:19 am, hax wrote:
> > 2)  That'd stop a lot of skript kiddies, I guess, but it'd be pretty
> > trivial to just rework the shellcode to call some other command
> > instead of /bin/sh.
> 
> if this is single target. attacker can guess your setting and keeping
> executing any commands it could possible target to execute more attack
> what about wget from shellcode.
> 
> 
> 
> _______________________________________________
> Full-Disclosure - We believe in it.
> Charter: http://lists.netsys.com/full-disclosure-charter.html
>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ