Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
FBI & CISA Warn of Active Attacks on FortiOS Vulnerabilities

A joint advisory warns admins of the likelihood of APT groups exploiting three vulnerabilities in the Fortinet FortiOS.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Hackers Demand $40M in Ransom From Florida School District

District officials say they have no intention of paying the ransom
Tuf - A Framework For Securing Software Update Systems
http://www.kitploit.com/2021/04/tuf-framework-for-securing-software.html
Documentation
Introduction to TUF's Design (https://github.com/theupdateframework/tuf/blob/develop/docs/OVERVIEW.rst) The TUF Specification (https://github.com/theupdateframework/specification/blob/master/tuf-spec.md) Getting Started with the TUF Reference Implementation (https://github.com/theupdateframework/tuf/blob/develop/docs/GETTING_STARTED.rst) Governance (https://github.com/theupdateframework/tuf/blob/develop/docs/GOVERNANCE.md) and Maintainers (https://github.com/theupdateframework/tuf/blob/develop/docs/MAINTAINERS.txt) for the reference implementation Miscellaneous Docs (https://github.com/theupdateframework/tuf/blob/develop/docs)
Contact
Please contact us via our mailing list (https://groups.google.com/forum/?fromgroups#!forum/theupdateframework). Questions, feedback, and suggestions are welcomed on this low volume mailing list. We strive to make the specification easy to implement, so if you come across any inconsistencies or experience any difficulty, do let us know by sending an email, or by reporting (https://www.kitploit.com/search/label/Reporting) an issue in the GitHub specification repo (https://github.com/theupdateframework/specification/issues).
Security Issues and Bugs
Security issues can be reported by emailing jcappos@nyu.edu (mailto:jcappos@nyu.edu). At a minimum, the report must contain the following: Description of the vulnerability. Steps to reproduce the issue. Optionally, reports that are emailed can be encrypted with PGP. You should use PGP key fingerprint (https://www.kitploit.com/search/label/Fingerprint) E9C0 59EC 0D32 64FA B35F 94AD 465B F9F6 F8EB 475A. Please do not use the GitHub issue tracker to submit vulnerability (https://www.kitploit.com/search/label/Vulnerability) reports. The issue tracker is intended for bug reports and to make feature requests. Major feature requests, such as design changes to the specification, should be proposed via a TUF Augmentation Proposal (https://github.com/theupdateframework/tuf/blob/develop/docs/TAP.rst) (TAP).
Limitations
The reference implementation may behave unexpectedly when concurrently downloading the same target files with the same TUF client.
License
This work is dual-licensed (https://en.wikipedia.org/wiki/Multi-licensing) and distributed under the (1) MIT License and (2) Apache License, Version 2.0. Please see LICENSE-MIT (https://github.com/theupdateframework/tuf/blob/develop/LICENSE-MIT) and LICENSE (https://github.com/theupdateframework/tuf/blob/develop/LICENSE).
Acknowledgements
This project is hosted by the Linux Foundation under the Cloud Native (https://www.kitploit.com/search/label/Cloud%20Native) Computing Foundation. TUF's early development was managed by members of the Secure Systems Lab (https://ssl.engineering.nyu.edu/) at New York University (https://engineering.nyu.edu/). We appreciate the efforts of Konstantin Andrianov, Geremy Condra, Vladimir Diaz, Yuyu Zheng, Sebastien Awwad, Santiago Torres-Arias, Trishank Kuppusamy, Zane Fisher, Pankhuri Goyal, Tian Tian, Konstantin Andrianov, and Justin Samuel who are among those who helped significantly with TUF's reference implementation. Contributors (https://github.com/theupdateframework/tuf/blob/develop/docs/AUTHORS.txt) and maintainers (https://github.com/theupdateframework/tuf/blob/develop/docs/MAINTAINERS.txt) are governed by the CNCF Community Code of Conduct (https://github.com/cncf/foundation/blob/master/code-of-conduct.md). This material is based upon work supported by the National Science Foundation under Grant Nos. CNS-1345049 and CNS-0959138. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
Resource for finding RCE exploits targeting Windows
https://www.reddit.com/r/Pentesting/comments/misisp/resource_for_finding_rce_exploits_targeting/

<!-- SC_OFF -->Is there an online database/list that includes remote code execution exploits targeting Windows? Something that would include exploits like eternalblue (MS17-010), smbghost (CVE-2020-0796), Microsoft server service (MS06-040), etc. When pentesting a target, one can use searchsploit. However, the targeted Windows service like SMB does not include a version number in the banner so using searchsploit wouldn't be useful. <!-- SC_ON --> submitted by /u/tsigorai (https://www.reddit.com/user/tsigorai)
[link] (https://www.reddit.com/r/Pentesting/comments/misisp/resource_for_finding_rce_exploits_targeting/) [comments] (https://www.reddit.com/r/Pentesting/comments/misisp/resource_for_finding_rce_exploits_targeting/)
Tuf - A Framework For Securing Software Update Systems

This repository is the reference implementation of The Update Framework (TUF). It is written in Python and intended to conform to version 1.0 of the TUF specification. This implementation is in use in production systems, but is also intended to be a readable guide and demonstration for those working on implementing TUF in their own languages, environments, or update systems.About The Update Framework The Update Framework (TUF) design helps developers maintain the security of a software update system, even against attackers that compromise the repository or signing keys. TUF provides a flexible specification defining functionality that developers can use in any software update system or re-implement to fit their needs. TUF is hosted by the Linux Foundation as part of the Cloud Native Computing Foundation (CNCF) and its design is used in production by various tech companies and open source organizations. A variant of TUF called Uptane is used to secure over-the-air updates in automobiles. Please see the TUF Introduction and TUF's website for more information about TUF! Documentation Introduction to TUF's Design The TUF Specification Getting Started with the TUF Reference Implementation Governance and Maintainers for the reference implementation Miscellaneous Docs Contact Please contact us via our mailing list. Questions, feedback, and suggestions are welcomed on this low volume mailing list. We strive to make the specification easy to implement, so if you come across any inconsistencies or experience any difficulty, do let us know by sending an email, or by reporting an issue in the GitHub specification repo. Security Issues and Bugs Security issues can be reported by emailing jcappos@nyu.edu. At a minimum, the report must contain the following: Description of the vulnerability. Steps to reproduce the issue. Optionally, reports that are emailed can be encrypted with PGP. You should use PGP key fingerprint E9C0 59EC 0D32 64FA B35F 94AD 465B F9F6 F8EB 475A. Please do not use the GitHub issue tracker to submit vulnerability reports. The issue tracker is intended for bug reports and to make feature requests. Major feature requests, such as design changes to the specification, should be proposed via a TUF Augmentation Proposal (TAP). Limitations The reference implementation may behave unexpectedly when concurrently downloading the same target files with the same TUF client. License This work is dual-licensed and distributed under the (1) MIT License and (2) Apache License, Version 2.0. Please see LICENSE-MIT and LICENSE. Acknowledgements This project is hosted by the Linux Foundation under the Cloud Native Computing Foundation. TUF's early development was managed by members of the Secure Systems Lab at New York University. We appreciate the efforts of Konstantin Andrianov, Geremy Condra, Vladimir Diaz, Yuyu Zheng, Sebastien Awwad, Santiago Torres-Arias, Trishank Kuppusamy, Zane Fisher, Pankhuri Goyal, Tian Tian, Konstantin Andrianov, and Justin Samuel who are among those who helped significantly with TUF's reference implementation. Contributors and maintainers are governed by the CNCF Community Code of Conduct. This material is based upon work supported by the National Science Foundation under Grant Nos. CNS-1345049 and CNS-0959138. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation. Download Tuf
Read more...
XSS Vulnerability and Exploitations
https://kenanyararbas.medium.com/xss-vulnerability-and-exploitations-2b840bc704f4?source=rss------bug_bounty-5

Hey everyone my name is Kenan Yararbas. This is my first write-up since I decide to teach things that I learned from the community . Our…Continue reading on Medium Β» (https://kenanyararbas.medium.com/xss-vulnerability-and-exploitations-2b840bc704f4?source=rss------bug_bounty-5)
XSS Vulnerability and Exploitations

Hey everyone my name is Kenan Yararbas. This is my first write-up since I decide to teach things that I learned from the community . Our…Continue reading on Medium Β»
Read more...
Fractals?
https://www.reddit.com/r/Pentesting/comments/miu61i/fractals/

<!-- SC_OFF -->I was having a conversation with an acquaintance of mine and was telling them about the certification that I've been pursuing. I was explaining to them that I would like to get into penetration testing. He then asked me "What do you know about fractals?" I responded with "I really don't know anything about fractals." He then concluded that I would be poorly equipped for a career in cyber security and then continued on to fanboy out about quantum computing and how it's going to "break encryption." This guy isn't known for his social skills, but it got me wondering. Does anyone know of a time when Fractals were applicable in this field? <!-- SC_ON --> submitted by /u/Tylandord (https://www.reddit.com/user/Tylandord)
[link] (https://www.reddit.com/r/Pentesting/comments/miu61i/fractals/) [comments] (https://www.reddit.com/r/Pentesting/comments/miu61i/fractals/)
ANDROID APPLICATION EXPLOITATION OF A DIGITAL BANK

All too often, when security researchers or hackers find personal information online, it’s sitting in an unsecured Amazon S3 bucket. We…Continue reading on Medium Β»
Read more...
All too often, when security researchers or hackers find personal information online, it’s sitting in an unsecured Amazon S3 bucket. We…Continue reading on Medium Β» (https://stevebiotech.medium.com/android-application-exploitation-of-a-digital-bank-5809360838ac?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Tuf - A Framework For Securing Software Update Systems

https://1.bp.blogspot.com/-bCky_1vqH94/YGKaPGNFqgI/AAAAAAAAVvg/S7aHbGtodCw4jLsmgErEBV5XCvA5K-IdwCNcBGAsYHQ/w308-h400/tuf-stacked-color.png This repository is the reference implementation of The Update Framework (TUF). It is written in Python and intended to conform to version 1.0 of the TUF specification. This implementation is in use in production systems, but is also intended to be a readable guide and demonstration for those working on implementing TUF in their own languages, environments, or update systems. About The Update FrameworkThe Update Framework (TUF) design helps developers maintain the security of a software update system, even against attackers that compromise the repository or signing keys. TUF provides a flexible specification defining functionality that developers can use in any software update system or re-implement to fit their needs.

TUF is hosted by the Linux Foundation as part of the Cloud Native Computing Foundation (CNCF) and its design is used in production by various tech companies and open source organizations. A variant of TUF called Uptane is used to secure over-the-air updates in automobiles.

Please see the TUF Introduction and TUF's website for more information about TUF! Documentation* Introduction to TUF's Design
* The TUF Specification
* Getting Started with the TUF Reference Implementation
* Governance and Maintainers for the reference implementation
* Miscellaneous Docs ContactPlease contact us via our mailing list. Questions, feedback, and suggestions are welcomed on this low volume mailing list.

We strive to make the specification easy to implement, so if you come across any inconsistencies or experience any difficulty, do let us know by sending an email, or by reporting an issue in the GitHub specification repo. Security Issues and BugsSecurity issues can be reported by emailing jcappos@nyu.edu.

At a minimum, the report must contain the following:

* Description of the vulnerability.
* Steps to reproduce the issue.

Optionally, reports that are emailed can be encrypted with PGP. You should use PGP key fingerprint E9C0 59EC 0D32 64FA B35F 94AD 465B F9F6 F8EB 475A.

Please do not use the GitHub issue tracker to submit vulnerability reports. The issue tracker is intended for bug reports and to make feature requests. Major feature requests, such as design changes to the specification, should be proposed via a TUF Augmentation Proposal (TAP). LimitationsThe reference implementation may behave unexpectedly when concurrently downloading the same target files with the same TUF client. LicenseThis work is dual-licensed and distributed under the (1) MIT License and (2) Apache License, Version 2.0. Please see LICENSE-MIT and LICENSE. AcknowledgementsThis project is hosted by the Linux Foundation under the Cloud Native Computing Foundation. TUF's early development was managed by members of the Secure Systems Lab at New York University. We appreciate the efforts of Konstantin Andrianov, Geremy Condra, Vladimir Diaz, Yuyu Zheng, Sebastien Awwad, Santiago Torres-Arias, Trishank Kuppusamy, Zane Fisher, Pankhuri Goyal, Tian Tian, Konstantin Andrianov, and Justin Samuel who are among those who helped significantly with TUF's reference implementation. Contributors and maintainers are governed by the CNCF Community Code of Conduct.

This material is based upon work supported by the National Science Foundation under Grant Nos. CNS-1345049 and CNS-0959138. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation. Download Tuf
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Really bad problem

Revenge porn

So I stupidly shared an intimate videocall with someone and now they are threatening to send that vid to all my followers on insta as well as on porn sites they already uploaded it to xvideos but I reported it however whenever I click on the link it’s still there.

I just don’t know what to do, he wants me to send Β£1000 by 10 tomorrow, which I neither want to or am able to do I’m stuck and I’ve got no idea what to do

Please help?? Hopefully someone on here can help

Edit: im a guy btw Edit 2: I’ve talked to the police they’ve logged a complaint but will call me back mostly likely tomorrow by the time it’s too late

here’s the screenshot of my followers in french and also his laptop uploading the video

submitted by /u/Brown_Master_Debator
[link] [comments]