Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
65.9K 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
Recently, using Soteria we identified a vulnerability in an on-chain Solana smart contract (jet-v1) and have been awarded a bug bounty…Continue reading on Medium » (https://medium.com/@greencore.xyz/solana-bug-bounty-hunting-with-soteria-1b8b75c741de?source=rss------bug_bounty-5)
This vulnerability is categorized on OWASP top 10 (2021)Continue reading on Medium » (https://nvermaa.medium.com/broken-access-control-rights-cd35f3de9698?source=rss------bug_bounty-5)
TL;DR
But if you are interested then you can invest your time. 😜Continue reading on Medium » (https://rajanagori.medium.com/a-long-story-of-xxe-vulnerability-6a9a33276602?source=rss------bug_bounty-5)
hacking: security in practice
MAC address spoofing / SNORT

Hello! Is there a way where I can detect a MAC address spoofing attack with Snort using a specific rule in the local.rules file? Can I also log the outputs (of the detection) in a txt file? I am new to this field and any help/resources would be greatly appreciated!

submitted by /u/LeBronto_23
[link] [comments]
Solana Bug Bounty Hunting with Soteria

Recently, using Soteria we identified a vulnerability in an on-chain Solana smart contract (jet-v1) and have been awarded a bug bounty…Continue reading on Medium »
Read more...
Broken Access Control Rights

This vulnerability is categorized on OWASP top 10 (2021)Continue reading on Medium »
Read more...
A Long Story of XXE Vulnerability!!

TL;DR But if you are interested then you can invest your time. 😜Continue reading on Medium »
Read more...
SysFlow - Cloud-native System Telemetry Pipeline

This repository hosts the documentation and issue tracker for all SysFlow projects.Quick referenceDocumentation:the SysFlow DocumentationWhere to get help:the SysFlow Community SlackWhere to file issues:the github issue trackerSource of this description:repo's readme (history)Docker images:docker hub | GHCRWhat is SysFlow?The SysFlow Telemetry Pipeline is a framework for monitoring cloud workloads and for creating performance and security analytics. The goal of this project is to build all the plumbing required for system telemetry so that users can focus on writing and sharing analytics on a scalable, common open-source platform. The backbone of the telemetry pipeline is a new data format called SysFlow, which lifts raw system event information into an abstraction that describes process behaviors, and their relationships with containers, files, and network. This object-relational format is highly compact, yet it provides broad visibility into container clouds. We have also built several APIs that allow users to process SysFlow with their favorite toolkits. Learn more about SysFlow in the SysFlow specification document.The SysFlow framework consists of the following sub-projects:sf-apis provides the SysFlow schema and programatic APIs in go, python, and C++.sf-collector monitors and collects system call and event information from hosts and exports them in the SysFlow format using Apache Avro object serialization.sf-processor provides a performance optimized policy engine for processing, enriching, filtering SysFlow events, generating alerts, and exporting the processed data to various targets.sf-exporter exports SysFlow traces to S3-compliant storage systems for archival purposes.sf-deployments contains deployment packages for SysFlow, including Docker, Helm, and OpenShift.sysflow is the documentation repository and issue tracker for the SysFlow framework.Online documentationSysFlow documentation is available at sysflow.readthedocs.io.Offline buildThis documentation depends on Sphinx (http://www.sphinx-doc.org/en/master/), which must be installed to do builds. The project also requires the following Sphinx plugins:http://www.sphinx-doc.org/en/master/usage/extensions/autodoc.htmlhttps://pypi.org/project/m2r/To build the site as HTML go to the base directory and type:make htmlDownload Sysflow
Read more...

___________________________
@hacking_Attack
@Hacking_Video
This repository hosts the documentation (https://sysflow.readthedocs.io/) and issue tracker (https://github.com/sysflow-telemetry/sf-docs/issues) for all SysFlow projects.
Quick reference
Documentation:
the SysFlow Documentation (https://sysflow.readthedocs.io/)Where to get help:
the SysFlow Community Slack (https://join.slack.com/t/sysflow-telemetry/shared_invite/enQtODA5OTA3NjE0MTAzLTlkMGJlZDQzYTc3MzhjMzUwNDExNmYyNWY0NWIwODNjYmRhYWEwNGU0ZmFkNGQ2NzVmYjYxMWFjYTM1MzA5YWQ)Where to file issues:
the github issue tracker (https://github.com/sysflow-telemetry/sysflow/issues)Source of this description:
repo's readme (https://github.com/sysflow-telemetry/sysflow/edit/master/README.md) (history (https://github.com/sysflow-telemetry/sysflow/commits/master))Docker images:
docker hub (https://hub.docker.com/u/sysflowtelemetry) | GHCR (https://github.com/orgs/sysflow-telemetry/packages)
What is SysFlow?
The SysFlow Telemetry (https://www.kitploit.com/search/label/Telemetry) Pipeline is a framework for monitoring cloud workloads and for creating performance (https://www.kitploit.com/search/label/Performance) and security analytics. The goal of this project is to build all the plumbing required for system telemetry so that users can focus on writing and sharing analytics (https://www.kitploit.com/search/label/Analytics) on a scalable, common open-source platform. The backbone of the telemetry pipeline is a new data format called SysFlow, which lifts raw system event information into an abstraction that describes process behaviors, and their relationships with containers, files, and network. This object-relational format is highly compact, yet it provides broad visibility (https://www.kitploit.com/search/label/Visibility) into container (https://www.kitploit.com/search/label/Container) clouds. We have also built several APIs that allow users to process SysFlow with their favorite toolkits. Learn more about SysFlow in the SysFlow specification document (https://sysflow.readthedocs.io/en/latest/spec.html).The SysFlow framework consists of the following sub-projects:sf-apis (https://github.com/sysflow-telemetry/sf-apis) provides the SysFlow schema and programatic APIs in go, python, and C++.sf-collector (https://github.com/sysflow-telemetry/sf-collector) monitors and collects system call and event information from hosts and exports them in the SysFlow format using Apache Avro object serialization.sf-processor (https://github.com/sysflow-telemetry/sf-processor) provides a performance optimized policy engine for processing, enriching, filtering SysFlow events, generating alerts, and exporting the processed data to various targets.sf-exporter (https://github.com/sysflow-telemetry/sf-exporter) exports SysFlow traces to S3-compliant storage systems for archival purposes.sf-deployments (https://github.com/sysflow-telemetry/sf-deployments) contains deployment packages for SysFlow, including Docker, Helm, and OpenShift.sysflow (https://github.com/sysflow-telemetry/sysflow) is the documentation repository and issue tracker for the SysFlow framework.
Online documentation
SysFlow documentation is available at sysflow.readthedocs.io (https://sysflow.readthedocs.io/).
Offline build
This documentation depends on Sphinx (http://www.sphinx-doc.org/en/master/), which must be installed to do builds. The project also requires the following Sphinx plugins:http://www.sphinx-doc.org/en/master/usage/extensions/autodoc.htmlhttps://pypi.org/project/m2r/To build the site as HTML go to the base directory and type:make html


Download Sysflow (https://github.com/sysflow-telemetry/sysflow)

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
SysFlow - Cloud-native System Telemetry Pipeline

https://blogger.googleusercontent.com/img/a/AVvXsEiTNXhKESZ9rqUAEK4OICpM50glYklBnatCNQf6PimEF1VPkt7zPeOL8BfKv4i1E_rneiMcq-9C5jEjnagth3l_jMKq61m0Wm8BwQthHNz3rUDzrEm1Id17wwyC59NfgMYPkGaEbOqPmiUvPMZvCtmopU7avmeN26OrmR9tv5f9YTt3hmJIitNvJJBWXQ=w640-h184 This repository hosts the documentation and issue tracker for all SysFlow projects. Quick reference*
Documentation: the SysFlow Documentation

*
Where to get help: the SysFlow Community Slack

*
Where to file issues: the github issue tracker

*
Source of this description: repo's readme (history)

*
Docker images: docker hub | GHCR What is SysFlow?The SysFlow Telemetry Pipeline is a framework for monitoring cloud workloads and for creating performance and security analytics. The goal of this project is to build all the plumbing required for system telemetry so that users can focus on writing and sharing analytics on a scalable, common open-source platform. The backbone of the telemetry pipeline is a new data format called SysFlow, which lifts raw system event information into an abstraction that describes process behaviors, and their relationships with containers, files, and network. This object-relational format is highly compact, yet it provides broad visibility into container clouds. We have also built several APIs that allow users to process SysFlow with their favorite toolkits. Learn more about SysFlow in the SysFlow specification document.

The SysFlow framework consists of the following sub-projects:

* sf-apis provides the SysFlow schema and programatic APIs in go, python, and C++.
* sf-collector monitors and collects system call and event information from hosts and exports them in the SysFlow format using Apache Avro object serialization.
* sf-processor provides a performance optimized policy engine for processing, enriching, filtering SysFlow events, generating alerts, and exporting the processed data to various targets.
* sf-exporter exports SysFlow traces to S3-compliant storage systems for archival purposes.
* sf-deployments contains deployment packages for SysFlow, including Docker, Helm, and OpenShift.
* sysflow is the documentation repository and issue tracker for the SysFlow framework. Online documentationSysFlow documentation is available at sysflow.readthedocs.io. Offline buildThis documentation depends on Sphinx (http://www.sphinx-doc.org/en/master/), which must be installed to do builds. The project also requires the following Sphinx plugins:

* http://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html
* https://pypi.org/project/m2r/

To build the site as HTML go to the base directory and type: make html Download Sysflow

___________________________
@hacking_Attack
@Hacking_Video