Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
Forked from n1nj4sec/pupy
OpenSource cross-platform python security toolkit (remote shell)
-
-
-
Forked from n1nj4sec/memorpy
Python library using ctypes to search/edit windows/linux/OSX programs memory
Python 2
-
-
235 contributions in the last year
Activity overview
Contribution activity
November 2020
October 2020
Created 4 commits in 2 repositories
Created an issue in containers/podman that received 9 comments
Regression (?) Podman 2.1.0 - ADD openssl-1.1.1g.tar.gz -> "unrecognized Typeflag g"
> cat Dockerfile FROM debian:buster-slim ARG OPENSSL_VER=1.1.1g
ADD downloads/openssl-$OPENSSL_VER.tar.gz /usr/src/
> podman build --rm -t test .…