Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
116 views

Where can I find an exhaustive list of web attack strings [closed]

I'm looking for exhaustive list(s) of web attack strings, which includes as many possible injection strings as possible, including SQLis , XSS, XPATH injections, SSIs, etc. Preferably encoded in ...
5
votes
13answers
2k views

Which of these scripting languages is more appropriate for pen-testing?

First of all, I want to avoid a flame-war on languages. The languages to choose from are Perl, Python and Ruby . I want to mention that I'm confortable with all of them, but the problem is that I ...
3
votes
3answers
146 views

Pen testing your MVC application

Here are some the commonly known practices for securing an MVC application: Encode your output Parameterize your SQL Test your search backwards and forward 1 way hash passwords Lock out accounts or ...
2
votes
2answers
51 views

Pen test blind SQL injection and viewstate error

I have an asp.net web app that's going through a pen test by internal IT. They are using IBM AppScan to run scans against the web app. One of the errors that keeps coming up is viewstate input field ...
2
votes
4answers
93 views

What do you think of a language dedicated to Linux admin and pen testing? [closed]

I've recently started developing a new scripting language. It uses a single interpreter and so far works pretty well. It's a mixture of C, C#, Ruby, Python, Perl and even some PHP. Normally I wouldn't ...
1
vote
0answers
33 views

Pentest Framework for Webservices?

Is there a pentest framework, especially sql injections, for (java, axis) webservices? Like a SoapUI for pentester or something like that?
0
votes
0answers
14 views

PenTesting tools limitations

Other than false positives. Metasploit for example uses a set of public exploits to test a (Unpatched)system for security holes. Basically Metasploit's job is done when the system is being constantly ...
0
votes
0answers
199 views

Can I get a virtual computer running in an emulator at my localhost apearing as a remote host? [closed]

I am running ubuntu 10.10 and windows xp in a emulator (aqemu ). My router and all computers on my network has an ip like this 192.168.1.1-255. When i run ipconfig in my windows xp computer I get ip: ...
0
votes
2answers
455 views

C# - a userland TCP stack in Windows XP SP III

I'm trying to create an application to craft packets to be able to debug some gateways here, and to experiment with TCP DoS situations. Nevertheless this should be very easy, I didn't find a way to ...