项目作者: mtonosaki

项目描述 :
Azure WebApp (.NET Core) Infrastructure investigation utilities.
高级语言: C#
项目地址: git://github.com/mtonosaki/WebInvestigation.git
创建时间: 2020-06-15T01:37:28Z
项目社区:https://github.com/mtonosaki/WebInvestigation

开源协议:MIT License

下载


WebInvestigation

An Azure WebApp (.NET Core) program for PoC Azure private link. WebInvestigation will help you if you would like to try-and-error service connection from a Cloud SERVER.

WebInvestigation web application is for Azure PoC help utility.

To use this, deploy WebInvestigation project to Azure WebApp.

Functions

Function Description
/api/Dns?host=localhost Resolve IP address w/ host name.
/api/Ping?ip=127.0.0.1 Ping to IP address from the server.
/api/Dummy A simple WebAPI to response back method name and body contents.
/Info Show you Server information, Web Request and Response.
You can confirm an outbound IP address from the server.
/Call Call WebAPI from the server. You can choose method GET, POST and others.
/SqlServer Try to connect to an Azure SQL Server from the server. You can use SQL command directly.

Note

To use full WebInvestigation function, turn “Firewall mode” Detection if you have Azure Application Gateway because WebInvestigation POSTs SQL command, Rest request text.