关联漏洞
标题:
Microsoft Windows Print Spooler Components 安全漏洞
(CVE-2021-1675)
描述:Microsoft Windows Print Spooler Components是美国微软(Microsoft)公司的一个打印后台处理程序组件。 Microsoft Windows Print Spooler Components存在安全漏洞。以下产品和版本受到影响:Windows 10 Version 1809 for 32-bit Systems,Windows 10 Version 1809 for x64-based Systems,Windows 10 Version 1809 for AR
描述
C# and Impacket implementation of PrintNightmare CVE-2021-1675/CVE-2021-34527
介绍
GiFHUD-Swift
============
progress hud with ability to display gif images implemented with swift
Demo
----

Usage
-----
Copy & paste the GiFHUD.swift to your project. <br>
Add your gif file or image sequance files to your project. <br>
//Setup GiFHUD image
GiFHUD.setGif("pika.gif")
GiFHUD.show()
Thats it ! <br>
Just use `GiFHUD.show()` or `GiFHUD.showWithOverlay()` for showing the hud. <br>
`GiFHUD.dismiss()` for dismissing the hud.
class func setGif (name: String)
class func setGif (bundle: NSBundle)
class func SetGif (images: Array<UIImage>)
You can set your gif with giving its `String` name, `NSBundle` url or `Array` of `UIImage`s.
Optional values
---------------
let Size : CGFloat = 150
let FadeDuration : NSTimeInterval = 0.3
let GifSpeed : CGFloat = 0.3
let OverlayAlpha : CGFloat = 0.3
If you want to customise the looking just edit these values
Extra Settings
---------------
Use `GiFHUD.showForSeconds(3)` if you want show the HUD for a certain time.
Use `GiFHUD.dismissOnTap()` if you want the user to be able to dismiss the HUD with a tap.
Use `GiFHUD.dismissOnSwipe()` if you want the user to be able to dismiss the HUD with a swipe gesture.
Credits
=======
The animated gif to UIImage swift library i used: <br>
https://github.com/kaishin/gifu
文件快照
[4.0K] /data/pocs/dc5fd3390e0735191083061911a01003c47ed2f9
├── [4.0K] GiFHUD-Swift
│ ├── [2.1K] AppDelegate.swift
│ ├── [4.0K] Base.lproj
│ │ ├── [3.6K] LaunchScreen.xib
│ │ └── [5.5K] Main.storyboard
│ ├── [ 14K] GiFHUD.swift
│ ├── [4.0K] Images.xcassets
│ │ └── [4.0K] AppIcon.appiconset
│ │ └── [ 585] Contents.json
│ ├── [1.2K] Info.plist
│ ├── [ 51K] pika.gif
│ └── [ 950] ViewController.swift
├── [6.8K] GiFHUD-Swift.podspec
├── [4.0K] GiFHUD-SwiftTests
│ ├── [ 907] GiFHUD_SwiftTests.swift
│ └── [ 733] Info.plist
├── [4.0K] GiFHUD-Swift.xcodeproj
│ ├── [ 17K] project.pbxproj
│ ├── [4.0K] project.xcworkspace
│ │ ├── [ 157] contents.xcworkspacedata
│ │ ├── [4.0K] xcshareddata
│ │ │ └── [1.5K] GiFHUD-Swift.xccheckout
│ │ └── [4.0K] xcuserdata
│ │ └── [4.0K] cem.xcuserdatad
│ │ └── [ 15K] UserInterfaceState.xcuserstate
│ └── [4.0K] xcuserdata
│ └── [4.0K] cem.xcuserdatad
│ ├── [4.0K] xcdebugger
│ │ └── [ 91] Breakpoints_v2.xcbkptlist
│ └── [4.0K] xcschemes
│ ├── [4.1K] GiFHUD-Swift.xcscheme
│ └── [ 574] xcschememanagement.plist
├── [1.0K] LICENSE
└── [1.4K] README.md
14 directories, 20 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。