C# 클래스 Seringa.Engine.Utils.UrlHelpers

파일 보기 프로젝트 열기: paratechnical/Seringa

공개 메소드들

메소드 설명
GeneratePossibleVulnerableUrls ( string url ) : IList
HexEncodeValue ( string value ) : string
ValidUrl ( string url ) : bool

비공개 메소드들

메소드 설명
ToQueryString ( NameValueCollection nvc ) : string
UrlHelpers ( ) : System

메소드 상세

GeneratePossibleVulnerableUrls() 공개 정적인 메소드

public static GeneratePossibleVulnerableUrls ( string url ) : IList
url string
리턴 IList

HexEncodeValue() 공개 정적인 메소드

public static HexEncodeValue ( string value ) : string
value string
리턴 string

ValidUrl() 공개 정적인 메소드

public static ValidUrl ( string url ) : bool
url string
리턴 bool