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
What is Carpet Bombing DDoS Attacks?
https://www.reddit.com/r/redteamsec/comments/x6g268/what_is_carpet_bombing_ddos_attacks/
submitted by /u/anusec (https://www.reddit.com/user/anusec)
[link] (https://www.netscout.com/use-case/carpet-bombing-attacks) [comments] (https://www.reddit.com/r/redteamsec/comments/x6g268/what_is_carpet_bombing_ddos_attacks/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/x6g268/what_is_carpet_bombing_ddos_attacks/
submitted by /u/anusec (https://www.reddit.com/user/anusec)
[link] (https://www.netscout.com/use-case/carpet-bombing-attacks) [comments] (https://www.reddit.com/r/redteamsec/comments/x6g268/what_is_carpet_bombing_ddos_attacks/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
What is Carpet Bombing DDoS Attacks?
Posted in r/redteamsec by u/anusec • 1 point and 0 comments
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Busy Testnet Desktop Wallet v2 released!
https://cdn-images-1.medium.com/max/1200/1*VC4ycSus1fqX8yv_mt3zHA.png
We have released a beta version of the Busy Desktop Wallet V2. The wallet can be downloaded from our BusyDesktopWallet GitHub repository.
Continue reading on BusyTechnology »
___________________________
@hacking_Attack
@Hacking_Video
Busy Testnet Desktop Wallet v2 released!
https://cdn-images-1.medium.com/max/1200/1*VC4ycSus1fqX8yv_mt3zHA.png
We have released a beta version of the Busy Desktop Wallet V2. The wallet can be downloaded from our BusyDesktopWallet GitHub repository.
Continue reading on BusyTechnology »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Busy Testnet Desktop Wallet v2 released!
We have released a beta version of the Busy Desktop Wallet V2. The wallet can be downloaded from our BusyDesktopWallet GitHub repository.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Community Testing V2 of BusyChain launched — bug-hunting!
https://cdn-images-1.medium.com/max/1200/1*STnKMUyUdZKFuUd-DEKCfA.png
Busy is happy to reveal the second and last long-awaited Community Testing event V2. The updated version of BusyChain testnet V3 goes…
Continue reading on BusyTechnology »
___________________________
@hacking_Attack
@Hacking_Video
Community Testing V2 of BusyChain launched — bug-hunting!
https://cdn-images-1.medium.com/max/1200/1*STnKMUyUdZKFuUd-DEKCfA.png
Busy is happy to reveal the second and last long-awaited Community Testing event V2. The updated version of BusyChain testnet V3 goes…
Continue reading on BusyTechnology »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Community Testing V2 of BusyChain launched — bug-hunting!
Busy is happy to reveal the second and last long-awaited Community Testing event V2. The updated version of BusyChain testnet V3 goes…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
djinn: 1
https://cdn-images-1.medium.com/max/966/1*2rrFsd80DMUdfOmH41xtuQ.png
Herkese merhaba,
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
djinn: 1
https://cdn-images-1.medium.com/max/966/1*2rrFsd80DMUdfOmH41xtuQ.png
Herkese merhaba,
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
djinn: 1
Herkese merhaba,
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
10 Security Tips For Crypto Users and Investors
https://cdn-images-1.medium.com/max/1280/0*9XJT4ODLWj7MBrqF.png
One of the most important things about having a self-custodial wallet like MetaMask or keeping digital assets on crypto exchanges is that…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
10 Security Tips For Crypto Users and Investors
https://cdn-images-1.medium.com/max/1280/0*9XJT4ODLWj7MBrqF.png
One of the most important things about having a self-custodial wallet like MetaMask or keeping digital assets on crypto exchanges is that…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
10 Security Tips For Crypto Users and Investors
One of the most important things about having a self-custodial wallet like MetaMask or keeping digital assets on crypto exchanges is that…
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
TikTok Suffers Another Data Breach: Change Your Password ASAP
https://external-preview.redd.it/IjbRRTNoTE3NdyyLYa39tOzPM8bhFowlz67ddXUF3Vg.jpg?width=640&crop=smart&auto=webp&s=a49dad8419767a7c5327ebdf3d43f428085ca6d9 submitted by /u/Seytonic
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
TikTok Suffers Another Data Breach: Change Your Password ASAP
https://external-preview.redd.it/IjbRRTNoTE3NdyyLYa39tOzPM8bhFowlz67ddXUF3Vg.jpg?width=640&crop=smart&auto=webp&s=a49dad8419767a7c5327ebdf3d43f428085ca6d9 submitted by /u/Seytonic
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
TikTok Suffers Another Data Breach: Change Your Password ASAP
Posted in r/hacking by u/Seytonic • 2 points and 1 comment
Community Testing V2 of BusyChain launched — bug-hunting!
https://medium.com/busytechnology/community-testing-v2-of-busychain-launched-bug-hunting-ee3db5cce9de?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/busytechnology/community-testing-v2-of-busychain-launched-bug-hunting-ee3db5cce9de?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Community Testing V2 of BusyChain launched — bug-hunting!
Busy is happy to reveal the second and last long-awaited Community Testing event V2. The updated version of BusyChain testnet V3 goes…