问题标签 [webapplicationstresstool]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
2194 浏览

web-applications - Want to Run CSRFTester from OWASP but not getting Results

I am trying to run CSRFTester tool from OWASP to check for CSRF Attack on my web application. I am able to generate an HTML report from the tool but I dont know how to use it..I tried googling it but to no avail. Here are the steps I am following till now:-

From here On I don't know what exactly I have to do to test for CSRF and how to do it.. Please Guide me..Material available over the net for using this tool have repeatedly stated the same thing which I am not able to understand.

The sites quote :-

Once you generate report open a new browser instance, authenticate as another user with access to the same business function(s) of your testing site, and have then launch the newly created HTML report file. If the action effect after viewing the file in the same browser window that was used to authenticate the the victim, then that particular function is vulnerable to CSRF(cross-site request forgery).

Please guide me..Also if anyone knows about any Free tool to test for CSRF vulnerabilities then please let me know..I tried using Acunetix but to no avail..

0 投票
1 回答
2350 浏览

windows - 如何在 Windows 7 上安装 Web 应用程序压力工具 (WAST) (homer)

由于微软不再支持有史以来最有用的工具之一,显然我们只能自生自灭。有没有人能够在他们的 Windows 7 机器上安装 Web 应用程序压力工具 (WAST)?

我找到了这个链接(虽然是意大利语)来下载 Homer 安装程序:

http://www.maurodalfreddo.it/archives/89/web-application-stress-tool-anche-su-xp

0 投票
2 回答
12984 浏览

scala - 加特林代理配置

这是对这个问题的跟进。我正在使用相同的配置。但是,我正在尝试通过代理服务器使用内部网站。我不确定以下是否是在模拟中配置代理的正确方法。

这是我修改后的代码。

我还进行了修改conf/gatling.conf以包含代理。我不确定配置代理的正确方法是什么。

运行模拟时出现以下异常。

0 投票
1 回答
150 浏览

performance-testing - 感觉管理压力测试

我正在开发一个车队管理系统,该系统使用跟踪设备“Teltonika FMXXXX”跟踪救护车车队。

该系统最终应该运行近 1400 辆救护车,记录他们的历史(位置、速度……)和在线跟踪。

我需要对服务器进行压力测试。我需要确保 1400 设备可能会运行并且服务器可以处理它们。

我需要知道如何模拟通过 TCP 协议发送数据包的 1400 台设备?

0 投票
0 回答
182 浏览

performance - Web服务器压力测试

我想在用于托管 20 个网站之前测试我的网络服务器。

是否有任何测试程序的方法使用任何测试工具来检查服务器是否能够加载所有 20 个网站/它的性能如何?

0 投票
1 回答
102 浏览

database - 如果您没有网络应用程序,如何模拟真实的服务器使用情况?


也许它是一个简单的,但我找不到任何线索。
我们为服务器本身开发技术(不是服务器的应用级别,而是硬件级别的技术),
为了我们的测试,我们需要模拟数据中心/互联网农场服务器的真实使用场景的压力测试(测试服务器运行 SQL、apache/asp、ftp)

我在网上找到的所有解决方案都是针对您拥有自己的最终用户服务器应用程序(在 SQL / WEB 之上)的情况,因此它们只是用请求泛滥它。

我们需要在现实生活中的压力条件下诊断服务器......编写一个会使 cpu / 磁盘过载的应用程序是行不通的。不只是一个 SQL 循环
更不用说即使我们只是为了测试而编写一个完整的应用程序,它仍然是一个应用程序,而农场/数据中心中的服务器将为数百个不同的应用程序提供服务。

是否有一个免费的成熟的 web 应用程序 w/sql 重载和 web 可以 jmeter 在它之上?
还有其他想法吗?

提前致谢!

0 投票
0 回答
29 浏览

vb.net - 列表框数据到文本框 [ASPX.VB]

我在一个项目中,我将两个文本框中的信息传递给一个列表框。但是我想知道我是否可以双击 ListBox 项目并返回到它来自的 TextBox 进行编辑。在 Visual Basic 中 - Web 应用程序