Awesome Cellular Hacking Security News & Discussion |
- Awesome Cellular Hacking
- Awesome Mainframe Hacking
- Face ID fails to prevent access to iCloud Keychain passwords in iOS 13 Public Beta
- Discovering CVE-2019-13504, CVE-2019-13503 and the Importance of API Fuzzimg
- Fuzzing DNS zone parsers
- Second order SQL injection in ZoneMinder
- pyattck: A Python package to interact with the Mitre ATT&CK Framework
- Citrix (NetScaler) SD-WAN Multiple RCE + Auth bypass to RCE
Posted: 11 Jul 2019 04:07 AM PDT |
Posted: 11 Jul 2019 03:36 AM PDT |
Face ID fails to prevent access to iCloud Keychain passwords in iOS 13 Public Beta Posted: 11 Jul 2019 09:33 AM PDT |
Discovering CVE-2019-13504, CVE-2019-13503 and the Importance of API Fuzzimg Posted: 11 Jul 2019 07:05 AM PDT |
Posted: 11 Jul 2019 11:31 AM PDT |
Second order SQL injection in ZoneMinder Posted: 11 Jul 2019 07:14 AM PDT |
pyattck: A Python package to interact with the Mitre ATT&CK Framework Posted: 11 Jul 2019 11:54 AM PDT Hey all, I just released a new Python package called Here is some sample code on how to use ```python from pyattck import Attck attack = Attck() accessing actorsfor actor in attack.actors: print(actor) accessing malwarefor malware in attack.malwares: print(malware) accessing mitigationfor mitigation in attack.mitigations: print(mit) accessing tacticsfor tactic in attack.tactics: print(tactic) accessing techniquesfor technique in attack.techniques: print(technique) accessing toolsfor tool in attack.tools: print(tool) ``` Check it out and let me know what you think! Blog: https://swimlane.com/blog/swimlane-research-team-open-sources-pyattack/ [link] [comments] |
Citrix (NetScaler) SD-WAN Multiple RCE + Auth bypass to RCE Posted: 11 Jul 2019 08:44 AM PDT |
You are subscribed to email updates from /r/netsec - Information Security News & Discussion. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment