SkyArk : A Cloud Security Project With Two Main Scanning Modules

0

SkyArk is a cloud security project with two main scanning modules: AzureStealth - Scans Azure environmentsAWStealth - Scan AWS environments These two scanning modules will discover the most privileged entities in the target AWS and Azure. The Main Goal - Discover The Most Privileged Cloud Users It currently focuses on mitigating the new threat of Cloud Shadow Admins, and helps organizations to discover,...

How SSL Certificate Validation Works

0

Want to skyrocket your business? The best way to do so is undoubtedly getting it on the world wide web. In this advancing world where everybody needs the internet for their tasks, spending a day at ease without it seems impossible. With the increase in the adoption of the internet over the years. There are now more people to avail...

PE Tree : Python Module For Viewing Portable Executable (PE) Files In A Tree-View

0

PE Tree is a Python module for viewing Portable Executable (PE) files in a tree-view using pefile and PyQt5. Can also be used with IDA Pro to dump in-memory PE files and reconstruct imports. Features Standalone application and IDAPython pluginSupports Windows/Linux/MacRainbow PE ratio map:High-level overview of PE structures, size and file locationAllows for fast visual comparison of PE samplesDisplays the following...

Flask Session Cookie Manager : Flask Session Cookie Decoder/Encoder

0

Flask Session Cookie Decoder/Encoder. Dependencies Python 2 or Python 3itsdangerousFlask Installation BlackArch Linux # pacman -S flask-session-cookie-manager{3,2} Git ArchLinux Both python3 etn python2: $ git clone https://github.com/noraj/flask-session-cookie-manager.git && cd flask-session-cookie-manager # makepkg -sic Other Distros Find your way with your package manager, use pip in a virtual environment or use pyenv. Eg. $ git clone https://github.com/noraj/flask-session-cookie-manager.git && cd flask-session-cookie-manager $ python -m venv venv $ source venv/bin/activate $ python setup.py...

Arcane : A Simple Script Designed To Backdoor iOS Packages

0

Arcane is a simple script designed to backdoor iOS packages (iphone-arm) and create the necessary resources for APT repositories. It was created for this publication to help illustrate why Cydia repositories can be dangerous and what post-exploitation attacks are possible from a compromised iOS device. How Arcane Works? To understand what's happening in the GIF, decompress a package created with Arcane. dpkg-deb...

IRFuzz : Simple Scanner with Yara Rules

0

IRFuzz is a simple scanner with yara rules for document archives or any files. Install 1. Prerequisites Linux or OS X Yara: just use the latest release source code, compile and install it (or install it via pip install yara-python)Yara Rules - You may download yara rules from here or import your own custom ruleset.Python dependencies Dependencies are managed with pipenv. To get started...

Evine : Interactive CLI Web Crawler

0

Evine is a simple, fast, and interactive web crawler and web scraper written in Golang. Evine is useful for a wide range of purposes such as metadata and data extraction, data mining, reconnaissance and testing. Install From Binary Pre-build binary releases are also available. From source go get github.com/saeeddhqan/evine "$GOPATH/bin/evine" -h From GitHub git clone https://github.com/saeeddhqan/evine.git cd evine go build . mv evine /usr/local/bin evine...

SharpAppLocker : C# Port Of The Get-AppLockerPolicy PS Cmdlet

0

SharpAppLocker is a tool used for C# Port Of The Get-AppLockerPolicy PS Cmdlet. Usage Usage:-h, -?, --help Show Help-l, --local Queries local applocker config-d, --domain Queries domain applocker config (needs an ldappath)-e, --effective Queries the effective applocker config on thiscomputer-x, --xml output applocker in XML format (default is json)--ldap=VALUE the ldap filter to query the domain policy from For detailed information please...

Wireless Penetration Testing Approach: Kali Linux and Raspberry Pi for Security Analytics

0

As of 2020, we all are aware of the security breaches happening to the data within the organization. The organizations are using the LAN network or wifi networks, allowing the employees to access and perform their tasks and operations. To ensure that the organization’s sensitive data is secured, a secured wifi network is necessary. The term Wireless Penetration Testing...

SharpAppLocker : C# Port Of The Get-AppLockerPolicy PS Cmdlet

0

SharpAppLocker is a C# port of the Get-AppLockerPolicy PS cmdlet. The Get-AppLockerPolicy cmdlet retrieves the AppLocker policy from the local Group Policy Object (GPO), a specified GPO, or the GP-deployed effective policy on the computer. By default, the output is an AppLockerPolicy object. If the Xml parameter is used, then the output will be the AppLocker policy as an XML-formatted...