Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Abusing ZeroLogon (CVE-2020–1472)
https://cdn-images-1.medium.com/max/780/0*v4h5sMTpDw8qD08E
In this attack we are capable of attacking the domain controller, setting the password to null, and then taking over the Domain Controller.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Abusing ZeroLogon (CVE-2020–1472)
https://cdn-images-1.medium.com/max/780/0*v4h5sMTpDw8qD08E
In this attack we are capable of attacking the domain controller, setting the password to null, and then taking over the Domain Controller.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Abusing ZeroLogon (CVE-2020–1472)
In this attack we are capable of attacking the domain controller, setting the password to null, and then taking over the Domain Controller.
hacking: security in practice
Someone has access to my valorant account, the only way I log into my valorant account is my email, is my email compromised?
Title
I am basically just trying to figure out how far this has gone and how many passwords and stuff I need to change to take care of this issue.
submitted by /u/Emperorofweirdos
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Someone has access to my valorant account, the only way I log into my valorant account is my email, is my email compromised?
Title
I am basically just trying to figure out how far this has gone and how many passwords and stuff I need to change to take care of this issue.
submitted by /u/Emperorofweirdos
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Someone has access to my valorant account, the only way I log into...
Title I am basically just trying to figure out how far this has gone and how many passwords and stuff I need to change to take care of this issue.
hacking: security in practice
Pool on the roof - September 05, 2022
Have a no0b question? New to hacking? Looking for a script? Need help with your github project? Something wrong with your payload? Stuck on a CTF or bug bounty?
This is a weekly recurring post to make friends with other hackers, ask questions, and get any type of help you may need.
Make sure to read our wiki as it's full of resources for you.
Keep all beginner questions in this weekly stickied post.
submitted by /u/AutoModerator
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Pool on the roof - September 05, 2022
Have a no0b question? New to hacking? Looking for a script? Need help with your github project? Something wrong with your payload? Stuck on a CTF or bug bounty?
This is a weekly recurring post to make friends with other hackers, ask questions, and get any type of help you may need.
Make sure to read our wiki as it's full of resources for you.
Keep all beginner questions in this weekly stickied post.
submitted by /u/AutoModerator
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Pool on the roof - September 05, 2022
Have a no0b question? New to hacking? Looking for a script? Need help with your github project? Something wrong with your payload? Stuck on a CTF...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Aura - Python Source Code Auditing And Static Analysis On A Large Scale
https://blogger.googleusercontent.com/img/a/AVvXsEitYWFOhHDTy_LRW5sfl2xjynA5CJGpst7wwMiqvNaYwz8J4PQ3jxyEP3oDyMVeYk655I9fV3oYveoAZxrhZvbXvky-jq4qDuQ6ISNmg38knASV6V3AEAyjZEk8cn60oLmIok6Ak-CS8T5L_-WqKpA7_muxYwi2NltXRFGcXV5ci_rZJIyF3EH8cNOrww=w640-h222 Source code auditing and static code analysisAura is a static analysis framework developed as a response to the ever-increasing threat of malicious packages and vulnerable code published on PyPI.
Project goals:
* provide an automated monitoring system over uploaded packages to PyPI, alert on anomalies that can either indicate an ongoing attack or vulnerabilities in the code
* enable an organization to conduct automated security audits of the source code and implement secure coding practices with a focus on auditing 3rd party code such as python package dependencies
* allow researches to scan code repositories on a large scale, create datasets and perform analysis to further advance research in the area of vulnerable and malicious code dependencies
Feature list:
* Suitable for analyzing malware with a guarantee of a zero-code execution
* Advanced deobfuscation mechanisms by rewriting the AST tree - constant propagations, code unrolling, and other dirty tricks
* Recursive scanning automatically unpacks archives such as zips, wheels, etc.. and scans the content
* Support scanning also non-python files - plugins can work in a “raw-file” mode such as the built-in Yara integration
* Scan for hardcoded secrets, passwords, and other sensitive information
* Custom diff engine - you can compare changes between different data sources such as typosquatting PyPI packages to what changes were made
* Works for both Python 2.x and Python 3.x source code
* High performance, designed to scan the whole PyPI repository
* Output in numerous formats such as pretty plain text, JSON, SQLite, SARIF, etc…
* Tested on over 4TB of compressed python source code
* Aura is able to report on code behavior such as network communication, file access, or system command execution
* Compute the “Aura score” telling you how trustworthy the source code/input data is
* and much much more…
Didn't find what you are looking for? Aura's architecture is based on a robust plugin system, where you can customize almost anything, ranging from a set of data analyzers, transport protocols to custom out formats. Installation
___________________________
@hacking_Attack
@Hacking_Video
Aura - Python Source Code Auditing And Static Analysis On A Large Scale
https://blogger.googleusercontent.com/img/a/AVvXsEitYWFOhHDTy_LRW5sfl2xjynA5CJGpst7wwMiqvNaYwz8J4PQ3jxyEP3oDyMVeYk655I9fV3oYveoAZxrhZvbXvky-jq4qDuQ6ISNmg38knASV6V3AEAyjZEk8cn60oLmIok6Ak-CS8T5L_-WqKpA7_muxYwi2NltXRFGcXV5ci_rZJIyF3EH8cNOrww=w640-h222 Source code auditing and static code analysisAura is a static analysis framework developed as a response to the ever-increasing threat of malicious packages and vulnerable code published on PyPI.
Project goals:
* provide an automated monitoring system over uploaded packages to PyPI, alert on anomalies that can either indicate an ongoing attack or vulnerabilities in the code
* enable an organization to conduct automated security audits of the source code and implement secure coding practices with a focus on auditing 3rd party code such as python package dependencies
* allow researches to scan code repositories on a large scale, create datasets and perform analysis to further advance research in the area of vulnerable and malicious code dependencies
Feature list:
* Suitable for analyzing malware with a guarantee of a zero-code execution
* Advanced deobfuscation mechanisms by rewriting the AST tree - constant propagations, code unrolling, and other dirty tricks
* Recursive scanning automatically unpacks archives such as zips, wheels, etc.. and scans the content
* Support scanning also non-python files - plugins can work in a “raw-file” mode such as the built-in Yara integration
* Scan for hardcoded secrets, passwords, and other sensitive information
* Custom diff engine - you can compare changes between different data sources such as typosquatting PyPI packages to what changes were made
* Works for both Python 2.x and Python 3.x source code
* High performance, designed to scan the whole PyPI repository
* Output in numerous formats such as pretty plain text, JSON, SQLite, SARIF, etc…
* Tested on over 4TB of compressed python source code
* Aura is able to report on code behavior such as network communication, file access, or system command execution
* Compute the “Aura score” telling you how trustworthy the source code/input data is
* and much much more…
Didn't find what you are looking for? Aura's architecture is based on a robust plugin system, where you can customize almost anything, ranging from a set of data analyzers, transport protocols to custom out formats. Installation
# Via pip:
pip install aura-security[full]
# or build from source/git
poetry install --no-dev -E full Or just use a prebuild docker image sourcecodeai/aura:devRunning Auradocker run -ti --rm sourcecodeai/aura:dev scan pypi://requests -v Aura uses a so-called URIs to identify the protocol and location to scan, if no protocol is used, the scan argument is treated as a path to the file or directory on a local system. https://blogger.googleusercontent.com/img/a/AVvXsEgnGJYrRR8Gv4sbidjDQfh2oIZlnYwOJouBcQfxUV84p2RHj5jgR3KgBQYfWdGBgrKSothKGeYmmj_WoYRG4boKQ-Pmiq2fEnSiSVOBHVc25m6uxRncfaD9dgRQ1-XCiYofggU64ps2ITt4lJkQ2zU5QJiEah7HFGnwZFHuneCmzZX_a_A29_4xM_-ySw=s16000 Diff packages: docker run -ti --rm sourcecodeai/aura:dev diff pypi://requests pypi://requests2 https://blogger.googleusercontent.com/img/a/AVvXsEgt0c2wL9dDhOjg74LAOHG9eiKUrNF17PNfA7SH4nIa7OQO1Ybtqh9D9PmKZ8cbzKjMCG3Ta98cshMxuDb8Mk0hBodBUQLN8YukIe26miR_Lz6ZtgDGV6CJ_Ml5HYUnQnRhBxyKPdD5EQHlvIflRBC0s4JBJ0owuSnC_o-bsrIvcWKP9pHaHyfRf4l7Ww=s16000 Find most popular typosquatted packages (you need to call aura updateto download the dataset first): aura find-typosquatting --max-distance 2 --limit 10 https://camo.githubusercontent.com/c8ada346e052a95b36bc37624d9c35ee81380d7b0995c94f16f32bc4fd1611d0/68747470733a2f2f61736369696e656d612e6f72672f612f3336373939392e737667 Why Aura?While there are othe[...]___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Aura - Python Source Code Auditing And Static Analysis On A Large Scale
KitPloit - PenTest Tools!
Aura - Python Source Code Auditing And Static Analysis On A Large Scale
___________________________
@hacking_Attack
@Hacking_Video
Aura - Python Source Code Auditing And Static Analysis On A Large Scale
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Aura - Python Source Code Auditing And Static Analysis On A Large Scale
Aura - Python Source Code Auditing And Static Analysis On A Large Scale
http://www.kitploit.com/2022/09/aura-python-source-code-auditing-and.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2022/09/aura-python-source-code-auditing-and.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Aura - Python Source Code Auditing And Static Analysis On A Large Scale
Source code auditing and static code analysis Aura is a static analysis framework (https://www.kitploit.com/search/label/Analysis%20Framework) developed as a response to the ever-increasing threat of malicious packages and vulnerable code published on PyPI. Project goals: provide an automated monitoring system over uploaded packages to PyPI, alert on anomalies that can either indicate an ongoing attack or vulnerabilities (https://www.kitploit.com/search/label/vulnerabilities) in the code enable an organization to conduct automated security audits of the source code and implement secure coding practices with a focus on auditing 3rd party code such as python package (https://www.kitploit.com/search/label/Python%20Package) dependencies allow researches to scan code repositories on a large scale, create datasets and perform analysis to further advance research in the area of vulnerable and malicious code dependencies Feature list: Suitable for analyzing malware with a guarantee of a zero-code execution Advanced deobfuscation (https://www.kitploit.com/search/label/Deobfuscation) mechanisms by rewriting the AST tree - constant propagations, code unrolling, and other dirty tricks Recursive scanning automatically unpacks archives such as zips, wheels, etc.. and scans the content Support scanning also non-python files - plugins can work in a “raw-file” mode such as the built-in Yara integration Scan for hardcoded secrets, passwords, and other sensitive information Custom diff engine - you can compare changes between different data sources such as typosquatting PyPI packages to what changes were made Works for both Python 2.x and Python 3.x source code High performance, designed to scan the whole PyPI repository Output in numerous formats such as pretty plain text, JSON, SQLite, SARIF, etc… Tested on over 4TB of compressed python source code Aura is able to report on code behavior such as network communication, file access, or system command execution Compute the “Aura score” telling you how trustworthy the source code/input data is and much much more… Didn't find what you are looking for? Aura's architecture is based on a robust plugin system, where you can customize almost anything, ranging from a set of data analyzers, transport protocols to custom out formats.
Installation # Via pip:
pip install aura-security[full]
# or build from source/git
poetry install --no-dev -E full
Or just use a prebuild docker image sourcecodeai/aura:dev Running Aura docker run -ti --rm sourcecodeai/aura:dev scan pypi://requests -v
Aura uses a so-called URIs to identify the protocol and location to scan, if no protocol is used, the scan argument is treated as a path to the file or directory on a local system.
___________________________
@hacking_Attack
@Hacking_Video
Installation # Via pip:
pip install aura-security[full]
# or build from source/git
poetry install --no-dev -E full
Or just use a prebuild docker image sourcecodeai/aura:dev Running Aura docker run -ti --rm sourcecodeai/aura:dev scan pypi://requests -v
Aura uses a so-called URIs to identify the protocol and location to scan, if no protocol is used, the scan argument is treated as a path to the file or directory on a local system.
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
Diff packages: docker run -ti --rm sourcecodeai/aura:dev diff pypi://requests pypi://requests2
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Find most popular typosquatted packages (you need to call aura update to download the dataset first): aura find-typosquatting --max-distance 2 --limit 10
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Why Aura? While there are other tools with functionality that overlaps with Aura such as Bandit, dlint, semgrep etc. the focus of these alternatives is different which impacts the functionality and how they are being used. These alternatives are mainly intended to be used in a similar way to linters, integrated into IDEs, frequently run during the development which makes it important to minimize false positives and reporting with clear actionable explanations in ideal cases. Aura on the other hand reports on ** behavior of the code**, anomalies, and vulnerabilities with as much information as possible at the cost of false positive. There are a lot of things reported by aura that are not necessarily actionable by a user but they tell you a lot about the behavior of the code such as doing network communication, accessing sensitive files, or using mechanisms associated with obfuscation indicating a possible malicious code. By collecting this kind of data and aggregating it together, Aura can be compared in functionality to other security systems such as antivirus, IDS, or firewalls that are essentially doing the same analysis but on a different kind of data (network communication, running processes, etc). Here is a quick overview of differences between Aura and other similar linters and SAST tools: input data: Other SAST tools - usually restricted to only python (target) source code and python version under which the tool is installed. Aura can analyze both binary (or non-python code) and python source code as well. Able to analyze a mixture of python code compatible with different python versions (py2k & py3k) using the same Aura installation. reporting: Other SAST tools - Aims at integrating well with other systems such as IDEs, CI systems with actionable results while trying to minimize false positives to prevent overwhelming users with too many non-significant alerts. Aura - reports as much information as possible that is not immediately actionable such as behavioral and anomaly analysis. The output format is designed for easy machine processing and aggregation rather than human readable. configuration: Other SAST tools - The tools are fine-tuned to the target project by customizing the signatures to target specific technologies used by the target project. The overriding configuration is often possible by inserting comments inside the source code such as # nosec that will suppress the alert at that position Aura - it is expected that there is little to no knowledge in advance about the technologies used by code that is being scanned such as auditing a new python package for approval to be used as a dependency in a project. In most cases, it is not even possible to modify the scanned source code such as using comments to indicate to linter or aura to skip detection at that location because it is scanning a copy of that code that is hosted at some remote location. Authors & Contributors Martin Carnogursky - Initial work and project lead - https://is.muni.cz/person/410345 Mirza Zulfan - Logo Design - https://github.com/mirzazulfan Donate GitHub Sponsors: https://github.com/sponsors/RootLUG Liberapay: https://liberapay.com/SourceCode.AI BuyMeACoffee: https://www.buymeacoffee.com/SourceCodeAI BTC: 3FVTaLsLwTDinmDjPh3BjS1qv3bYHbkcYc XMR: 46xvWZGCexo1NbvjLMMpLB1GhRd819AQr8eFPJT1q6kKMuuDy43JLiESh9XUM3asjk4SVUYqGakFVQZRY1adx8cS6ka4EXr ETH/ERC20: 0x708F1A08E3ee4922f037673E720c405518C0Ec85 LICENSE Aura framework is licensed under the GPL-3.0. Datasets produced from global scans using Aura are released under the CC BY-NC 4.0 license. Use the following citation when using Aura or data produced by Aura in research: @misc{Carnogursky2019thesis,
AUTHOR = "CARNOGURSKY, Martin",
TITLE = "Attacks on package managers [online]",
YEAR = "2019 [cit. 2020-11-02]",
TYPE = "Bachelor Thesis",
SCHOOL = "Masaryk University, Faculty of Informatics, Brno",
___________________________
@hacking_Attack
@Hacking_Video
AUTHOR = "CARNOGURSKY, Martin",
TITLE = "Attacks on package managers [online]",
YEAR = "2019 [cit. 2020-11-02]",
TYPE = "Bachelor Thesis",
SCHOOL = "Masaryk University, Faculty of Informatics, Brno",
___________________________
@hacking_Attack
@Hacking_Video
GitHub
mirzazulfan - Overview
Graphic Designer. mirzazulfan has 68 repositories available. Follow their code on GitHub.
SUPERVISOR = "Vit Bukac",
URL = "Available at WWW ",
}
Download Aura (https://github.com/SourceCode-AI/aura)
___________________________
@hacking_Attack
@Hacking_Video
URL = "Available at WWW ",
}
Download Aura (https://github.com/SourceCode-AI/aura)
___________________________
@hacking_Attack
@Hacking_Video
GitHub
GitHub - SourceCode-AI/aura: Python source code auditing and static analysis on a large scale
Python source code auditing and static analysis on a large scale - SourceCode-AI/aura
IDOR “Insecure direct object references”, my first P1 in Bugbounty
https://medium.com/@jedus0r/idor-insecure-direct-object-references-my-first-p1-in-bugbounty-fb01f50e25df?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@jedus0r/idor-insecure-direct-object-references-my-first-p1-in-bugbounty-fb01f50e25df?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
IDOR “Insecure direct object references”, my first P1 in Bugbounty
First Whoami : Dris R. A Security Researcher, Penetration Tester from Paris ,France.
First Whoami : Dris R. A Security Researcher, Penetration Tester from Paris ,France.Continue reading on Medium » (https://medium.com/@jedus0r/idor-insecure-direct-object-references-my-first-p1-in-bugbounty-fb01f50e25df?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
IDOR “Insecure direct object references”, my first P1 in Bugbounty
First Whoami : Dris R. A Security Researcher, Penetration Tester from Paris ,France.
Why broken access control is the most severe vulnerability
https://infosecwriteups.com/why-broken-access-control-is-the-most-severe-vulnerability-2223baf9bb48?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://infosecwriteups.com/why-broken-access-control-is-the-most-severe-vulnerability-2223baf9bb48?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Why broken access control is the most severe vulnerability
Introduction
IntroductionContinue reading on InfoSec Write-ups » (https://infosecwriteups.com/why-broken-access-control-is-the-most-severe-vulnerability-2223baf9bb48?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Why broken access control is the most severe vulnerability
Introduction