Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
375 views

Security vulnerability testing tool for .NET web applications?

I am planning to check my website against all common security vulnerabilities like cross site scripting ,sql injection etc. Can somebody tell me is there any automated tool which I can run for my .net ...
4
votes
2answers
695 views

Preparing an ASP.Net website for penetration testing

Over the years I have had a few of the websites I have developed submitted for penetration testing by clients. Most of the time the issues that are highlighted when the results return relate to the ...
4
votes
6answers
785 views

What type of penetration-testing tools are available for web applications

I am in late testing phase of my web application. The application will be tested at a larger scale now. During this time I want to test my website against various types of known penetration tools. ...
3
votes
3answers
255 views

Python, Ruby, or Perl for future penetration tester? [closed]

Okay, so first a little background on me. I am a freshman in college and I am currently a computer and information technology major (may switch to computer science). My main career goal right now is ...
2
votes
1answer
445 views

Penetration testers say that the .ASPXAUTH cookie is insecure and is displaying session data?

I thought the .ASPXAUTH was for user authentication? Can anyone confirm if this cookie is indeed a security risk and/or contains session information? Is it even suppose to be used or is it some debug ...
2
votes
2answers
312 views

Testing of Web Security

In your experience, what have you found, worked on, or encountered in terms of site vulnerabilities? And what actions did you take to mitigate these issues? This may include XSS (cross site ...
1
vote
4answers
72 views

How do I provide stdin inputs from command line?

I am trying to perform a buffer overflow attack on a program for a class assignment. Both the attack program as well as the vulnerable programme is written by me. The vulnerable code uses scanf to ...
1
vote
4answers
134 views

Test code coverage without source code?

What tools are out there that can perform code coverage analysis at the machine code level rather than the source code level? I'm looking for a possible solution to perform fuzz testing on software ...
1
vote
4answers
163 views

How to validate length of received byte array, which is not null terminated?

I have a C\C++ code that receives a structure over the network, from this form: struct DataStruct { int DataLen; BYTE* Data; } The code I have runs over Data in a loop of DataLen times and ...
1
vote
0answers
148 views

HTTP::Proxy for pen testing tasks

Could someone provide ideas how HTTP::Proxy module is compared to others proxies like paros and burp proxy and if someone use it during his work specifically if it used by the pen testing community ...
1
vote
0answers
34 views

How can we monitor/ensure penetration from HTTP Request/communication bucket?

Website security testing is an imp area of testing. How can we ensure the penetration of important info from HTTP request bucket? There are many tools which can show us http request bucket but how ...
0
votes
1answer
86 views

hacking a webserver

Hi I have been tasked with trying to break a proprietary web server program which my company uses, I'm not really having much luck. It is built in c. It runs as root and I am trying to get it to ...
0
votes
0answers
23 views

Open source vs close source penetration testing framework

I would like to know what is the difference (advantages and disadvantages) between using open source penetration testing framework like OSSTMM and ISSAF and closed source/proprietary penetration ...
0
votes
1answer
60 views

How do I get Linux to execute data on the stack?

I have a Core i7 720QM processor and am running Slackware 13.37 (32-bit) as a virtual machine. As a class assignment, I have to write a vulnerable program and smash the stack. However, on most ...
0
votes
1answer
184 views

Backtrack 4 Wireless Not Working

I'm trying to connect to my wireless network on Backtrack 4. I have a Dell Studio 1558. ifconfig and ifup show the wlan0 interface is up. I ran /etc/init.d/networking start /etc/init.d/wicd in a ...
0
votes
1answer
226 views

How to pass user credentials through Wapiti Web Application Vulnerability Scanner

I would like to test our web application with the Wapiti scanner. In my scenario, I am assuming the attacker would be an authenticated user. How do I configure Wapiti to use a specific username and ...
0
votes
2answers
107 views

Programming/Hacking question

Lets say I knew an ethical hacker that I wanted to hire to do a penetration test, but trust was an issue. Could I duplicate my system but have its sensitive data removed, and have it untraceable to ...
0
votes
2answers
68 views

MySQL commands (not SQL statements) from PHP

Is it possible to, from within a PHP script, execute the same commands you could with the MySQL client? I know I could theoretically call 'system' to invoke the mysql client installed on the system, ...
0
votes
0answers
74 views

Work of a penetration tester?

Im interested in a job involving security and I was curios what its like as a pen tester from the time the client approches you to the time your finished. Like what steps are taken to test an app? ...
0
votes
1answer
332 views

Learning to become a penetration tester?

Im interested in learning penetration testing, but I have no idea where to begin. Could someone suggest some beginner books or resources? I have experience with programming (not in C/C++ though...) so ...
0
votes
1answer
247 views

Penetration Testing/Ethical Hacking - Books

I have been interested in this for a while, Could anyone suggest any books on this topic? I have programming experience but nothing involving pentesting or web security. If the book required ...
0
votes
1answer
130 views

Perl libwhisker library

Could someone provide links for tutorial about libwhisker library?
0
votes
1answer
223 views

Advice on code scanning / penetration testing tools

As far as I can see the offerings fall into two categories – scanning services such as McAfee, Comodo, etc. and tools such as Burp Proxy, HP’s WebInspect,CodeScan, etc. In an ideal world, I’d use ...
-2
votes
1answer
60 views

Penetration Testing Wishes [closed]

I'm researching the penetration-testing at the moment. I'm trying to grasp how the computer geeks become security professionals. Obviously, the path isn't easy, because a security professional has to ...
-2
votes
1answer
146 views

AES cracking simulator and brute force password simulator? [closed]

I am about to start my penetration test, and i really want to test how strong is my wrapped AES key, and my AES ciphr text . IN addition, i also wish to see how random and unbreakable my password ...