使用Golang编写基于LDAP的Web应用程序

网友投稿 758 2022-10-21

使用Golang编写基于LDAP的Web应用程序

使用Golang编写基于LDAP的Web应用程序

vuLnDAP

vuLnDAP is a deliberately vulnerable web application to demonstrate exploiting business logic flaws in a site based on LDAP.

For more information see the project homepage.

If you get stuck and need help, I've written a walkthrough.

If you want to have a play, but do not want to install it yourself, you can use my copy. Please do not abuse this, the vulnerabilities are in the application, do not expect to get anywhere with port scans or by running Nessus against it.

Installation

go get github.com/digininja/vuLnDAP

Change into the vuLnDAP directory which will probably be ~/go/src/github.com/digininja/vuLnDAP then run the following command to install the dependencies:

go get -d ./...

You can then build the app with:

go build

And if all goes well you'll get a vuLnDAP binary which you can run with:

./vuLnDAP

The web server starts up listening on port 9090 on all interfaces, this can be changed by updating the values in the webserver section of vulndap.cfg.

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:业务交互网关洪峰应对之道
下一篇:Flexx:用纯Python编写桌面和Web应用程序
相关文章

 发表评论

暂时没有评论,来抢沙发吧~