Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.57 KB

SSRF.md

File metadata and controls

20 lines (16 loc) · 1.57 KB

After the request message is sent, it will enter /dede/co_add.php, if the sourcetype is not rss, it will enter else, and the DedeCollection#Testlists method will be called image In dedecollection.class.php#Testlists(), the url will be passed as a parameter to the DownOnePage method of this class. image Pass the url to the OpenUrl method in DownOnePage image In the OpenUrl method, first call the ResetAny method to reset the parameters, and then call PrivateInit to initialize the parameters. Finally, call PrivateStartSession to trigger the vulnerability. image

Enter PrivateStartSession and perform a series of assignments and set parameters. image Finally, curl_exec is performed on line 363 image

When the port is opened, the files in its directory will be obtained image

When the port is closed, a connection failure will be prompted. image