Re: Parts of the internet keep on disappearing on me

2013-01-20 Thread Josh Amishav-Zlatin
On Sun, Jan 20, 2013 at 10:01 PM, Shachar Shemesh wrote: > On 01/20/2013 09:55 PM, yochai wrote: > > I know it's a basic question, but did you check that you have no issue > with resolving domains while the computer doesn't work properly ? > > The problems happen even if name resolution succeede

Re: Penetration testing tools?

2008-10-17 Thread Josh Amishav-Zlatin
On Thu, Oct 16, 2008 at 11:43:09PM +0200, Shachar Shemesh wrote: > > However, it > >would be naive to believe that an application is free from high risk > >vulns just because it passed some automated scan. > Well, it would be naive to think that merely because an application was > audited by four

Re: Penetration testing tools?

2008-10-16 Thread Josh Amishav-Zlatin
On Thu, Oct 16, 2008 at 03:06:36PM -0400, Aviram Jenik wrote: > I wanted to request that you treat someone who has been on this list for > close > to 10 years now with a little more respect. But since that ship has sailed, I > will instead let you know that I will plug my services any way and an

Re: Penetration testing tools?

2008-10-16 Thread Josh Amishav-Zlatin
On Thu, Oct 16, 2008 at 04:11:52PM +1100, Amos Shapira wrote: > Hello, > > I need to find tools to run penetration testing on our external web > interfaces (a web application and an HTTP-based data interface). > > The idea is to be able to run automatic tests on new releases before > deployment.

Re: nmap quiet mode

2008-01-07 Thread Josh Amishav-Zlatin
On Mon, 7 Jan 2008, Mike Kemelmakher wrote: yes. i can. nmap, telnet, neststat, ssh all work as expected. simply hping will not return error status "1" in case port is not available on localhost Hi Mike, One work-around might be to run: hping -c 1 -S localhost -p [port] | grep SA -- - Jos

Re: nmap quiet mode

2008-01-06 Thread Josh Amishav-Zlatin
On Sun, 6 Jan 2008, Mike Kemelmakher wrote: 10x. as far as i can see it is not working for localhost for some reason ... Can you verify that the expected port is indeed available on localhost through some other means (i.e. netstat -pan, nc localhost port)? and i need to test ports on the sa

Re: nmap quiet mode

2008-01-06 Thread Josh Amishav-Zlatin
On Sun, 6 Jan 2008, Mike Kemelmakher wrote: Hi All, I need following functionality from nmap - test presence of a service listening to a particular port without performing full connect but with TCP SYN ACK RESET If you don't want a full TCP handshake why not use hping, something like: hpi