├── LICENSE ├── LayerProx_canary.txt ├── README.md ├── bin ├── README.md ├── benchmark ├── httpserver ├── marionette_client ├── marionette_server ├── otw.py ├── simulate ├── sock5-server.py ├── socks1.py ├── socksserver └── webui ├── debian_installer ├── debian_installer.sh ├── documentation ├── ascii_how_to.txt ├── docker │ ├── Dockerfile │ └── Readme.md ├── encryption │ ├── _fte │ │ ├── base64 │ │ │ └── fte │ │ ├── base64_scrypt_gpg │ │ │ └── _fte.py │ │ ├── base64_with_gpg │ │ │ ├── ._fte.py.swp │ │ │ └── _fte.py │ │ └── scrypt │ │ │ ├── ._fte.py.swp │ │ │ └── _fte.py │ ├── extra-stream │ ├── how to add a extra layer of encryption.md │ └── how to add a extra layer of encryption.txt ├── extra code │ └── _fte │ │ ├── base64 │ │ └── fte │ │ ├── base64_scrypt_gpg │ │ └── _fte.py │ │ ├── base64_with_gpg │ │ ├── ._fte.py.swp │ │ └── _fte.py │ │ └── scrypt │ │ ├── ._fte.py.swp │ │ └── _fte.py ├── extra_power_point_for_days.odp ├── extra_powerpoint.pptx ├── formats │ ├── amazon.mar │ ├── cxsecurity.mar │ ├── ebay.mar │ ├── packetstorm.mar │ ├── syntax.txt │ ├── tinyurl.mar │ └── youtube.mar ├── gen_a_quick_passwd.py ├── install │ ├── cffi-1.7.0.tar.gz │ ├── install_on_macosx.md │ ├── install_on_windows.md │ └── problems_and_fixes.md ├── install_on_windows.md ├── keygen.txt ├── marionette │ ├── MANIFEST.in │ ├── README │ └── README.md ├── proxy_programs_through_it.txt ├── server_deploy │ ├── README.md │ └── dns.txt ├── service │ ├── layerprox │ ├── layerprox.service │ └── readme.md ├── test_configuration.txt └── web_anti_finger │ ├── README.md │ └── webui.py ├── extra_editions ├── 2600-hacker-edition │ ├── LICENSE │ ├── README.md │ ├── bin │ │ ├── README.md │ │ ├── benchmark │ │ ├── httpserver │ │ ├── marionette_client │ │ ├── marionette_server │ │ ├── simulate │ │ └── socksserver │ ├── documentation │ │ ├── encryption │ │ │ ├── _fte │ │ │ │ ├── base64 │ │ │ │ │ └── fte │ │ │ │ ├── base64_scrypt_gpg │ │ │ │ │ └── _fte.py │ │ │ │ ├── base64_with_gpg │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ └── _fte.py │ │ │ │ └── scrypt │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ └── _fte.py │ │ │ ├── how to add a extra layer of encryption.md │ │ │ └── how to add a extra layer of encryption.txt │ │ ├── extra code │ │ │ └── _fte │ │ │ │ ├── base64 │ │ │ │ └── fte │ │ │ │ ├── base64_scrypt_gpg │ │ │ │ └── _fte.py │ │ │ │ ├── base64_with_gpg │ │ │ │ ├── ._fte.py.swp │ │ │ │ └── _fte.py │ │ │ │ └── scrypt │ │ │ │ ├── ._fte.py.swp │ │ │ │ └── _fte.py │ │ ├── formats │ │ │ ├── amazon.mar │ │ │ ├── cxsecurity.mar │ │ │ ├── ebay.mar │ │ │ ├── packetstorm.mar │ │ │ ├── syntax.txt │ │ │ ├── tinyurl.mar │ │ │ └── youtube.mar │ │ ├── gen_a_quick_passwd.py │ │ ├── install │ │ │ ├── install_on_macosx.md │ │ │ ├── install_on_windows.md │ │ │ └── problems_and_fixes.md │ │ ├── install_on_windows.md │ │ ├── marionette │ │ │ ├── MANIFEST.in │ │ │ ├── README │ │ │ └── README.md │ │ ├── more_spoofed_data │ │ │ └── Readme.md │ │ ├── pgp │ │ │ └── gnupg │ │ │ │ ├── gnupg-2.0.30.tar.bz2 │ │ │ │ └── gnupg-2.0.30 │ │ │ │ ├── ABOUT-NLS │ │ │ │ ├── AUTHORS │ │ │ │ ├── COPYING │ │ │ │ ├── COPYING.LIB │ │ │ │ ├── ChangeLog │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── INSTALL │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── NEWS │ │ │ │ ├── README │ │ │ │ ├── README.GIT │ │ │ │ ├── THANKS │ │ │ │ ├── TODO │ │ │ │ ├── VERSION │ │ │ │ ├── acinclude.m4 │ │ │ │ ├── aclocal.m4 │ │ │ │ ├── agent │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── agent.h │ │ │ │ ├── cache.c │ │ │ │ ├── call-pinentry.c │ │ │ │ ├── call-scd.c │ │ │ │ ├── command-ssh.c │ │ │ │ ├── command.c │ │ │ │ ├── divert-scd.c │ │ │ │ ├── findkey.c │ │ │ │ ├── genkey.c │ │ │ │ ├── gpg-agent-w32info.rc │ │ │ │ ├── gpg-agent.c │ │ │ │ ├── learncard.c │ │ │ │ ├── minip12.c │ │ │ │ ├── minip12.h │ │ │ │ ├── pkdecrypt.c │ │ │ │ ├── pksign.c │ │ │ │ ├── preset-passphrase.c │ │ │ │ ├── protect-tool.c │ │ │ │ ├── protect.c │ │ │ │ ├── t-protect.c │ │ │ │ ├── trans.c │ │ │ │ └── trustlist.c │ │ │ │ ├── am │ │ │ │ └── cmacros.am │ │ │ │ ├── autogen.sh │ │ │ │ ├── common │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── README │ │ │ │ ├── asshelp.c │ │ │ │ ├── asshelp.h │ │ │ │ ├── audit-events.h │ │ │ │ ├── audit.c │ │ │ │ ├── audit.h │ │ │ │ ├── b64dec.c │ │ │ │ ├── b64enc.c │ │ │ │ ├── common-defs.h │ │ │ │ ├── convert.c │ │ │ │ ├── dns-cert.c │ │ │ │ ├── dns-cert.h │ │ │ │ ├── estream-printf.c │ │ │ │ ├── estream-printf.h │ │ │ │ ├── estream.c │ │ │ │ ├── estream.h │ │ │ │ ├── exaudit.awk │ │ │ │ ├── exechelp.c │ │ │ │ ├── exechelp.h │ │ │ │ ├── exstatus.awk │ │ │ │ ├── gc-opt-flags.h │ │ │ │ ├── get-passphrase.c │ │ │ │ ├── get-passphrase.h │ │ │ │ ├── gettime.c │ │ │ │ ├── gnupg.ico │ │ │ │ ├── gpgrlhelp.c │ │ │ │ ├── helpfile.c │ │ │ │ ├── homedir.c │ │ │ │ ├── http.c │ │ │ │ ├── http.h │ │ │ │ ├── i18n.c │ │ │ │ ├── i18n.h │ │ │ │ ├── init.c │ │ │ │ ├── init.h │ │ │ │ ├── iobuf.c │ │ │ │ ├── iobuf.h │ │ │ │ ├── keyserver.h │ │ │ │ ├── localename.c │ │ │ │ ├── membuf.c │ │ │ │ ├── membuf.h │ │ │ │ ├── miscellaneous.c │ │ │ │ ├── mkstrtable.awk │ │ │ │ ├── openpgpdefs.h │ │ │ │ ├── percent.c │ │ │ │ ├── pka.c │ │ │ │ ├── pka.h │ │ │ │ ├── session-env.c │ │ │ │ ├── session-env.h │ │ │ │ ├── sexp-parse.h │ │ │ │ ├── sexputil.c │ │ │ │ ├── signal.c │ │ │ │ ├── simple-pwquery.c │ │ │ │ ├── simple-pwquery.h │ │ │ │ ├── srv.c │ │ │ │ ├── srv.h │ │ │ │ ├── ssh-utils.c │ │ │ │ ├── ssh-utils.h │ │ │ │ ├── status-codes.h │ │ │ │ ├── status.c │ │ │ │ ├── status.h │ │ │ │ ├── sysutils.c │ │ │ │ ├── sysutils.h │ │ │ │ ├── t-b64.c │ │ │ │ ├── t-convert.c │ │ │ │ ├── t-exechelp.c │ │ │ │ ├── t-gettime.c │ │ │ │ ├── t-helpfile.c │ │ │ │ ├── t-percent.c │ │ │ │ ├── t-session-env.c │ │ │ │ ├── t-sexputil.c │ │ │ │ ├── t-ssh-utils.c │ │ │ │ ├── t-sysutils.c │ │ │ │ ├── tlv.c │ │ │ │ ├── tlv.h │ │ │ │ ├── ttyio.c │ │ │ │ ├── ttyio.h │ │ │ │ ├── util.h │ │ │ │ ├── w32info-rc.h.in │ │ │ │ ├── xasprintf.c │ │ │ │ ├── xreadline.c │ │ │ │ ├── yesno.c │ │ │ │ └── zb32.c │ │ │ │ ├── config.h.in │ │ │ │ ├── configure │ │ │ │ ├── configure.ac │ │ │ │ ├── doc │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── DETAILS │ │ │ │ ├── FAQ │ │ │ │ ├── HACKING │ │ │ │ ├── KEYSERVER │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── OpenPGP │ │ │ │ ├── TRANSLATE │ │ │ │ ├── com-certs.pem │ │ │ │ ├── contrib.texi │ │ │ │ ├── debugging.texi │ │ │ │ ├── examples │ │ │ │ │ ├── README │ │ │ │ │ ├── gpgconf.conf │ │ │ │ │ ├── pwpattern.list │ │ │ │ │ ├── scd-event │ │ │ │ │ └── trustlist.txt │ │ │ │ ├── glossary.texi │ │ │ │ ├── gnupg-card-architecture.eps │ │ │ │ ├── gnupg-card-architecture.fig │ │ │ │ ├── gnupg-card-architecture.pdf │ │ │ │ ├── gnupg-card-architecture.png │ │ │ │ ├── gnupg-logo.eps │ │ │ │ ├── gnupg-logo.pdf │ │ │ │ ├── gnupg-logo.png │ │ │ │ ├── gnupg.info │ │ │ │ ├── gnupg.info-1 │ │ │ │ ├── gnupg.info-2 │ │ │ │ ├── gnupg.texi │ │ │ │ ├── gnupg7.texi │ │ │ │ ├── gpg-agent.texi │ │ │ │ ├── gpg.texi │ │ │ │ ├── gpgsm.texi │ │ │ │ ├── gpgv.texi │ │ │ │ ├── gpl.texi │ │ │ │ ├── help.be.txt │ │ │ │ ├── help.ca.txt │ │ │ │ ├── help.cs.txt │ │ │ │ ├── help.da.txt │ │ │ │ ├── help.de.txt │ │ │ │ ├── help.el.txt │ │ │ │ ├── help.eo.txt │ │ │ │ ├── help.es.txt │ │ │ │ ├── help.et.txt │ │ │ │ ├── help.fi.txt │ │ │ │ ├── help.fr.txt │ │ │ │ ├── help.gl.txt │ │ │ │ ├── help.hu.txt │ │ │ │ ├── help.id.txt │ │ │ │ ├── help.it.txt │ │ │ │ ├── help.ja.txt │ │ │ │ ├── help.nb.txt │ │ │ │ ├── help.pl.txt │ │ │ │ ├── help.pt.txt │ │ │ │ ├── help.pt_BR.txt │ │ │ │ ├── help.ro.txt │ │ │ │ ├── help.ru.txt │ │ │ │ ├── help.sk.txt │ │ │ │ ├── help.sv.txt │ │ │ │ ├── help.tr.txt │ │ │ │ ├── help.txt │ │ │ │ ├── help.zh_CN.txt │ │ │ │ ├── help.zh_TW.txt │ │ │ │ ├── howto-create-a-server-cert.texi │ │ │ │ ├── howtos.texi │ │ │ │ ├── instguide.texi │ │ │ │ ├── opt-homedir.texi │ │ │ │ ├── qualified.txt │ │ │ │ ├── samplekeys.asc │ │ │ │ ├── scdaemon.texi │ │ │ │ ├── see-also-note.texi │ │ │ │ ├── specify-user-id.texi │ │ │ │ ├── stamp-vti │ │ │ │ ├── sysnotes.texi │ │ │ │ ├── tools.texi │ │ │ │ ├── version.texi │ │ │ │ └── yat2m.c │ │ │ │ ├── g10 │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── armor.c │ │ │ │ ├── build-packet.c │ │ │ │ ├── call-agent.c │ │ │ │ ├── call-agent.h │ │ │ │ ├── card-util.c │ │ │ │ ├── cipher.c │ │ │ │ ├── compress-bz2.c │ │ │ │ ├── compress.c │ │ │ │ ├── cpr.c │ │ │ │ ├── dearmor.c │ │ │ │ ├── decrypt.c │ │ │ │ ├── delkey.c │ │ │ │ ├── encode.c │ │ │ │ ├── encr-data.c │ │ │ │ ├── exec.c │ │ │ │ ├── exec.h │ │ │ │ ├── export.c │ │ │ │ ├── filter.h │ │ │ │ ├── free-packet.c │ │ │ │ ├── getkey.c │ │ │ │ ├── gpg-w32info.rc │ │ │ │ ├── gpg.c │ │ │ │ ├── gpg.h │ │ │ │ ├── gpgv.c │ │ │ │ ├── helptext.c │ │ │ │ ├── import.c │ │ │ │ ├── kbnode.c │ │ │ │ ├── keydb.c │ │ │ │ ├── keydb.h │ │ │ │ ├── keyedit.c │ │ │ │ ├── keygen.c │ │ │ │ ├── keyid.c │ │ │ │ ├── keylist.c │ │ │ │ ├── keyring.c │ │ │ │ ├── keyring.h │ │ │ │ ├── keyserver-internal.h │ │ │ │ ├── keyserver.c │ │ │ │ ├── main.h │ │ │ │ ├── mainproc.c │ │ │ │ ├── mdfilter.c │ │ │ │ ├── misc.c │ │ │ │ ├── openfile.c │ │ │ │ ├── options.h │ │ │ │ ├── options.skel │ │ │ │ ├── packet.h │ │ │ │ ├── parse-packet.c │ │ │ │ ├── passphrase.c │ │ │ │ ├── photoid.c │ │ │ │ ├── photoid.h │ │ │ │ ├── pkclist.c │ │ │ │ ├── pkglue.c │ │ │ │ ├── pkglue.h │ │ │ │ ├── plaintext.c │ │ │ │ ├── progress.c │ │ │ │ ├── pubkey-enc.c │ │ │ │ ├── revoke.c │ │ │ │ ├── rmd160.c │ │ │ │ ├── rmd160.h │ │ │ │ ├── seckey-cert.c │ │ │ │ ├── server.c │ │ │ │ ├── seskey.c │ │ │ │ ├── sig-check.c │ │ │ │ ├── sign.c │ │ │ │ ├── skclist.c │ │ │ │ ├── t-rmd160.c │ │ │ │ ├── tdbdump.c │ │ │ │ ├── tdbio.c │ │ │ │ ├── tdbio.h │ │ │ │ ├── textfilter.c │ │ │ │ ├── trustdb.c │ │ │ │ ├── trustdb.h │ │ │ │ └── verify.c │ │ │ │ ├── gl │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── alloca_.h │ │ │ │ ├── allocsa.c │ │ │ │ ├── allocsa.h │ │ │ │ ├── allocsa.valgrind │ │ │ │ ├── m4 │ │ │ │ │ ├── absolute-header.m4 │ │ │ │ │ ├── alloca.m4 │ │ │ │ │ ├── allocsa.m4 │ │ │ │ │ ├── eealloc.m4 │ │ │ │ │ ├── gnulib-comp.m4 │ │ │ │ │ ├── gnulib-tool.m4 │ │ │ │ │ ├── mkdtemp.m4 │ │ │ │ │ ├── setenv.m4 │ │ │ │ │ ├── stdint.m4 │ │ │ │ │ ├── strpbrk.m4 │ │ │ │ │ └── unistd_h.m4 │ │ │ │ ├── mkdtemp.c │ │ │ │ ├── mkdtemp.h │ │ │ │ ├── setenv.c │ │ │ │ ├── setenv.h │ │ │ │ ├── size_max.h │ │ │ │ ├── stdint_.h │ │ │ │ ├── strpbrk.c │ │ │ │ ├── strpbrk.h │ │ │ │ ├── unsetenv.c │ │ │ │ └── xsize.h │ │ │ │ ├── include │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── _regex.h │ │ │ │ ├── cipher.h │ │ │ │ ├── host2net.h │ │ │ │ └── types.h │ │ │ │ ├── jnlib │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── README │ │ │ │ ├── argparse.c │ │ │ │ ├── argparse.h │ │ │ │ ├── dotlock.c │ │ │ │ ├── dotlock.h │ │ │ │ ├── dynload.h │ │ │ │ ├── libjnlib-config.h │ │ │ │ ├── logging.c │ │ │ │ ├── logging.h │ │ │ │ ├── mischelp.c │ │ │ │ ├── mischelp.h │ │ │ │ ├── stringhelp.c │ │ │ │ ├── stringhelp.h │ │ │ │ ├── strlist.c │ │ │ │ ├── strlist.h │ │ │ │ ├── t-stringhelp.c │ │ │ │ ├── t-support.c │ │ │ │ ├── t-support.h │ │ │ │ ├── types.h │ │ │ │ ├── utf8conv.c │ │ │ │ ├── utf8conv.h │ │ │ │ ├── w32-afunix.c │ │ │ │ ├── w32-afunix.h │ │ │ │ ├── w32-gettext.c │ │ │ │ ├── w32-reg.c │ │ │ │ └── w32help.h │ │ │ │ ├── kbx │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── kbxutil.c │ │ │ │ ├── keybox-blob.c │ │ │ │ ├── keybox-defs.h │ │ │ │ ├── keybox-dump.c │ │ │ │ ├── keybox-file.c │ │ │ │ ├── keybox-init.c │ │ │ │ ├── keybox-openpgp.c │ │ │ │ ├── keybox-search-desc.h │ │ │ │ ├── keybox-search.c │ │ │ │ ├── keybox-update.c │ │ │ │ ├── keybox-util.c │ │ │ │ ├── keybox.h │ │ │ │ └── mkerrors │ │ │ │ ├── keyserver │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── curl-shim.c │ │ │ │ ├── curl-shim.h │ │ │ │ ├── gpg2keys_mailto.in │ │ │ │ ├── gpg2keys_test.in │ │ │ │ ├── gpgkeys_curl.c │ │ │ │ ├── gpgkeys_finger.c │ │ │ │ ├── gpgkeys_hkp.c │ │ │ │ ├── gpgkeys_kdns.c │ │ │ │ ├── gpgkeys_ldap.c │ │ │ │ ├── ksutil.c │ │ │ │ ├── ksutil.h │ │ │ │ └── no-libgcrypt.c │ │ │ │ ├── m4 │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── autobuild.m4 │ │ │ │ ├── codeset.m4 │ │ │ │ ├── estream.m4 │ │ │ │ ├── gettext.m4 │ │ │ │ ├── glibc2.m4 │ │ │ │ ├── glibc21.m4 │ │ │ │ ├── gnupg-pth.m4 │ │ │ │ ├── gpg-error.m4 │ │ │ │ ├── iconv.m4 │ │ │ │ ├── intdiv0.m4 │ │ │ │ ├── intl.m4 │ │ │ │ ├── intldir.m4 │ │ │ │ ├── intmax.m4 │ │ │ │ ├── inttypes-pri.m4 │ │ │ │ ├── inttypes.m4 │ │ │ │ ├── inttypes_h.m4 │ │ │ │ ├── isc-posix.m4 │ │ │ │ ├── ksba.m4 │ │ │ │ ├── lcmessage.m4 │ │ │ │ ├── ldap.m4 │ │ │ │ ├── lib-ld.m4 │ │ │ │ ├── lib-link.m4 │ │ │ │ ├── lib-prefix.m4 │ │ │ │ ├── libassuan.m4 │ │ │ │ ├── libcurl.m4 │ │ │ │ ├── libgcrypt.m4 │ │ │ │ ├── libusb.m4 │ │ │ │ ├── lock.m4 │ │ │ │ ├── longdouble.m4 │ │ │ │ ├── nls.m4 │ │ │ │ ├── po.m4 │ │ │ │ ├── printf-posix.m4 │ │ │ │ ├── progtest.m4 │ │ │ │ ├── readline.m4 │ │ │ │ ├── signed.m4 │ │ │ │ ├── size_max.m4 │ │ │ │ ├── socklen.m4 │ │ │ │ ├── stdint_h.m4 │ │ │ │ ├── sys_socket_h.m4 │ │ │ │ ├── tar-ustar.m4 │ │ │ │ ├── uintmax_t.m4 │ │ │ │ ├── visibility.m4 │ │ │ │ ├── wchar_t.m4 │ │ │ │ ├── wint_t.m4 │ │ │ │ └── xsize.m4 │ │ │ │ ├── po │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── LINGUAS │ │ │ │ ├── Makefile.in.in │ │ │ │ ├── Makevars │ │ │ │ ├── POTFILES.in │ │ │ │ ├── Rules-quot │ │ │ │ ├── be.gmo │ │ │ │ ├── be.po │ │ │ │ ├── boldquot.sed │ │ │ │ ├── ca.gmo │ │ │ │ ├── ca.po │ │ │ │ ├── cs.gmo │ │ │ │ ├── cs.po │ │ │ │ ├── da.gmo │ │ │ │ ├── da.po │ │ │ │ ├── de.gmo │ │ │ │ ├── de.po │ │ │ │ ├── el.gmo │ │ │ │ ├── el.po │ │ │ │ ├── en@boldquot.gmo │ │ │ │ ├── en@boldquot.header │ │ │ │ ├── en@boldquot.po │ │ │ │ ├── en@quot.gmo │ │ │ │ ├── en@quot.header │ │ │ │ ├── en@quot.po │ │ │ │ ├── eo.gmo │ │ │ │ ├── eo.po │ │ │ │ ├── es.gmo │ │ │ │ ├── es.po │ │ │ │ ├── et.gmo │ │ │ │ ├── et.po │ │ │ │ ├── fi.gmo │ │ │ │ ├── fi.po │ │ │ │ ├── fr.gmo │ │ │ │ ├── fr.po │ │ │ │ ├── gl.gmo │ │ │ │ ├── gl.po │ │ │ │ ├── gnupg2.pot │ │ │ │ ├── hu.gmo │ │ │ │ ├── hu.po │ │ │ │ ├── id.gmo │ │ │ │ ├── id.po │ │ │ │ ├── insert-header.sin │ │ │ │ ├── it.gmo │ │ │ │ ├── it.po │ │ │ │ ├── ja.gmo │ │ │ │ ├── ja.po │ │ │ │ ├── nb.gmo │ │ │ │ ├── nb.po │ │ │ │ ├── nl.gmo │ │ │ │ ├── nl.po │ │ │ │ ├── pl.gmo │ │ │ │ ├── pl.po │ │ │ │ ├── pt.gmo │ │ │ │ ├── pt.po │ │ │ │ ├── pt_BR.gmo │ │ │ │ ├── pt_BR.po │ │ │ │ ├── quot.sed │ │ │ │ ├── remove-potcdate.sin │ │ │ │ ├── ro.gmo │ │ │ │ ├── ro.po │ │ │ │ ├── ru.gmo │ │ │ │ ├── ru.po │ │ │ │ ├── sk.gmo │ │ │ │ ├── sk.po │ │ │ │ ├── stamp-po │ │ │ │ ├── sv.gmo │ │ │ │ ├── sv.po │ │ │ │ ├── tr.gmo │ │ │ │ ├── tr.po │ │ │ │ ├── uk.gmo │ │ │ │ ├── uk.po │ │ │ │ ├── zh_CN.gmo │ │ │ │ ├── zh_CN.po │ │ │ │ ├── zh_TW.gmo │ │ │ │ └── zh_TW.po │ │ │ │ ├── scd │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── apdu.c │ │ │ │ ├── apdu.h │ │ │ │ ├── app-common.h │ │ │ │ ├── app-dinsig.c │ │ │ │ ├── app-geldkarte.c │ │ │ │ ├── app-help.c │ │ │ │ ├── app-nks.c │ │ │ │ ├── app-openpgp.c │ │ │ │ ├── app-p15.c │ │ │ │ ├── app.c │ │ │ │ ├── ccid-driver.c │ │ │ │ ├── ccid-driver.h │ │ │ │ ├── command.c │ │ │ │ ├── iso7816.c │ │ │ │ ├── iso7816.h │ │ │ │ ├── pcsc-wrapper.c │ │ │ │ ├── scdaemon-w32info.rc │ │ │ │ ├── scdaemon.c │ │ │ │ └── scdaemon.h │ │ │ │ ├── scripts │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── compile │ │ │ │ ├── config.guess │ │ │ │ ├── config.rpath │ │ │ │ ├── config.sub │ │ │ │ ├── depcomp │ │ │ │ ├── install-sh │ │ │ │ ├── mdate-sh │ │ │ │ ├── missing │ │ │ │ ├── mkinstalldirs │ │ │ │ └── texinfo.tex │ │ │ │ ├── sm │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── base64.c │ │ │ │ ├── call-agent.c │ │ │ │ ├── call-dirmngr.c │ │ │ │ ├── certchain.c │ │ │ │ ├── certcheck.c │ │ │ │ ├── certdump.c │ │ │ │ ├── certlist.c │ │ │ │ ├── certreqgen-ui.c │ │ │ │ ├── certreqgen.c │ │ │ │ ├── decrypt.c │ │ │ │ ├── delete.c │ │ │ │ ├── encrypt.c │ │ │ │ ├── export.c │ │ │ │ ├── fingerprint.c │ │ │ │ ├── gpgsm-w32info.rc │ │ │ │ ├── gpgsm.c │ │ │ │ ├── gpgsm.h │ │ │ │ ├── import.c │ │ │ │ ├── keydb.c │ │ │ │ ├── keydb.h │ │ │ │ ├── keylist.c │ │ │ │ ├── misc.c │ │ │ │ ├── qualified.c │ │ │ │ ├── server.c │ │ │ │ ├── sign.c │ │ │ │ └── verify.c │ │ │ │ ├── tests │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── asschk.c │ │ │ │ ├── inittests │ │ │ │ ├── openpgp │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── armdetach.test │ │ │ │ │ ├── armdetachm.test │ │ │ │ │ ├── armencrypt.test │ │ │ │ │ ├── armencryptp.test │ │ │ │ │ ├── armor.test │ │ │ │ │ ├── armsignencrypt.test │ │ │ │ │ ├── armsigs.test │ │ │ │ │ ├── bug537-test.data.asc │ │ │ │ │ ├── bug894-test.asc │ │ │ │ │ ├── clearsig.test │ │ │ │ │ ├── conventional-mdc.test │ │ │ │ │ ├── conventional.test │ │ │ │ │ ├── decrypt-dsa.test │ │ │ │ │ ├── decrypt.test │ │ │ │ │ ├── defs.inc │ │ │ │ │ ├── detach.test │ │ │ │ │ ├── detachm.test │ │ │ │ │ ├── encrypt-dsa.test │ │ │ │ │ ├── encrypt.test │ │ │ │ │ ├── encryptp.test │ │ │ │ │ ├── genkey1024.test │ │ │ │ │ ├── gpg-agent.conf.tmpl │ │ │ │ │ ├── gpg.conf.tmpl │ │ │ │ │ ├── import.test │ │ │ │ │ ├── mds.test │ │ │ │ │ ├── mkdemodirs │ │ │ │ │ ├── multisig.test │ │ │ │ │ ├── plain-1-pgp.asc │ │ │ │ │ ├── plain-1.asc │ │ │ │ │ ├── plain-1o.asc │ │ │ │ │ ├── plain-2.asc │ │ │ │ │ ├── plain-2o.asc │ │ │ │ │ ├── plain-3.asc │ │ │ │ │ ├── plain-3o.asc │ │ │ │ │ ├── pubdemo.asc │ │ │ │ │ ├── pubring.asc │ │ │ │ │ ├── pubring.pkr.asc │ │ │ │ │ ├── seat.test │ │ │ │ │ ├── secdemo.asc │ │ │ │ │ ├── secring.asc │ │ │ │ │ ├── secring.skr.asc │ │ │ │ │ ├── signdemokey │ │ │ │ │ ├── signencrypt-dsa.test │ │ │ │ │ ├── signencrypt.test │ │ │ │ │ ├── sigs-dsa.test │ │ │ │ │ ├── sigs.test │ │ │ │ │ ├── verify.test │ │ │ │ │ └── version.test │ │ │ │ ├── pkits │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── README │ │ │ │ │ ├── basic-certificate-revocation │ │ │ │ │ ├── certificate-policies │ │ │ │ │ ├── common.sh │ │ │ │ │ ├── delta-crls │ │ │ │ │ ├── distribution-points │ │ │ │ │ ├── import-all-certs │ │ │ │ │ ├── import-all-certs.data │ │ │ │ │ ├── inhibit-any-policy │ │ │ │ │ ├── inhibit-policy-mapping │ │ │ │ │ ├── inittests │ │ │ │ │ ├── key-usage │ │ │ │ │ ├── name-constraints │ │ │ │ │ ├── policy-mappings │ │ │ │ │ ├── private-certificate-extensions │ │ │ │ │ ├── require-explicit-policy │ │ │ │ │ ├── runtest │ │ │ │ │ ├── signature-verification │ │ │ │ │ ├── validate-all-certs │ │ │ │ │ ├── validity-periods │ │ │ │ │ ├── verifying-basic-constraints │ │ │ │ │ ├── verifying-name-chaining │ │ │ │ │ └── verifying-paths-self-issued │ │ │ │ ├── runtest │ │ │ │ ├── samplekeys │ │ │ │ │ ├── 32100C27173EF6E9C4E9A25D3D69F86D37A4F939.key │ │ │ │ │ ├── cert_g10code_pete1.pem │ │ │ │ │ ├── cert_g10code_test1.pem │ │ │ │ │ └── cert_g10code_theo1.pem │ │ │ │ ├── sm-sign+verify │ │ │ │ ├── sm-verify │ │ │ │ ├── text-1.dsig.pem │ │ │ │ ├── text-1.osig-bad.pem │ │ │ │ ├── text-1.osig.pem │ │ │ │ ├── text-1.txt │ │ │ │ ├── text-2.osig-bad.pem │ │ │ │ ├── text-2.osig.pem │ │ │ │ ├── text-2.txt │ │ │ │ └── text-3.txt │ │ │ │ └── tools │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── Manifest │ │ │ │ ├── addgnupghome │ │ │ │ ├── applygnupgdefaults │ │ │ │ ├── ccidmon.c │ │ │ │ ├── clean-sat.c │ │ │ │ ├── convert-from-106 │ │ │ │ ├── gpg-check-pattern.c │ │ │ │ ├── gpg-connect-agent-w32info.rc │ │ │ │ ├── gpg-connect-agent.c │ │ │ │ ├── gpg-zip.in │ │ │ │ ├── gpgconf-comp.c │ │ │ │ ├── gpgconf.c │ │ │ │ ├── gpgconf.h │ │ │ │ ├── gpgkey2ssh.c │ │ │ │ ├── gpgparsemail.c │ │ │ │ ├── gpgsm-gencert.sh │ │ │ │ ├── gpgsplit.c │ │ │ │ ├── gpgtar-create.c │ │ │ │ ├── gpgtar-extract.c │ │ │ │ ├── gpgtar-list.c │ │ │ │ ├── gpgtar.c │ │ │ │ ├── gpgtar.h │ │ │ │ ├── lspgpot │ │ │ │ ├── mail-signed-keys │ │ │ │ ├── make-dns-cert.c │ │ │ │ ├── mk-tdata.c │ │ │ │ ├── no-libgcrypt.c │ │ │ │ ├── rfc822parse.c │ │ │ │ ├── rfc822parse.h │ │ │ │ ├── sockprox.c │ │ │ │ ├── symcryptrun.c │ │ │ │ └── watchgnupg.c │ │ └── proxy_programs_through_it.txt │ ├── marionette_tg │ │ ├── README.md │ │ ├── __init__.py │ │ ├── action.py │ │ ├── channel.py │ │ ├── channel_test.py │ │ ├── cli_tests.py │ │ ├── client.py │ │ ├── conf.py │ │ ├── driver.py │ │ ├── dsl.py │ │ ├── dsl_tests.py │ │ ├── exceptions.py │ │ ├── executable.py │ │ ├── executables │ │ │ ├── __init__.py │ │ │ └── pioa.py │ │ ├── fish.py │ │ ├── formats │ │ │ ├── 20150701 │ │ │ │ ├── __init__.py │ │ │ │ ├── active_probing │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── ftp_pureftpd_10.mar │ │ │ │ │ ├── http_apache_247.mar │ │ │ │ │ └── ssh_openssh_661.mar │ │ │ │ ├── custom │ │ │ │ │ ├── amazon.mar │ │ │ │ │ ├── cxsecurity.mar │ │ │ │ │ ├── ebay.mar │ │ │ │ │ ├── packetstorm.mar │ │ │ │ │ ├── tinyurl.mar │ │ │ │ │ └── youtube.mar │ │ │ │ ├── dns_request.mar │ │ │ │ ├── dummy.mar │ │ │ │ ├── ftp_pasv_transfer.mar │ │ │ │ ├── ftp_simple_blocking.mar │ │ │ │ ├── http_active_probing.mar │ │ │ │ ├── http_active_probing2.mar │ │ │ │ ├── http_probabilistic_blocking.mar │ │ │ │ ├── http_simple_blocking.mar │ │ │ │ ├── http_simple_blocking_with_msg_lens.mar │ │ │ │ ├── http_simple_nonblocking.mar │ │ │ │ ├── http_squid_blocking.mar │ │ │ │ ├── http_timings.mar │ │ │ │ ├── https_simple_blocking.mar │ │ │ │ ├── nmap │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── kpdyer.com.mar │ │ │ │ ├── smb_simple_nonblocking.mar │ │ │ │ ├── ssh_simple_nonblocking.mar │ │ │ │ ├── ta │ │ │ │ │ ├── amzn_conn.mar │ │ │ │ │ └── amzn_sess.mar │ │ │ │ ├── test_hex_input_strings.mar │ │ │ │ └── udp_test_format.mar │ │ │ ├── 20150702 │ │ │ │ └── http_simple_blocking.mar │ │ │ ├── README.md │ │ │ └── __init__.py │ │ ├── marionette.conf │ │ ├── model_swapping_tests.py │ │ ├── multiplexer.py │ │ ├── plugins │ │ │ ├── README.md │ │ │ ├── __init__.py │ │ │ ├── _channel.py │ │ │ ├── _fte.py │ │ │ ├── _io.py │ │ │ ├── _model.py │ │ │ └── _tg.py │ │ ├── probe_tests.py │ │ ├── record_layer.py │ │ ├── record_layer_tests.py │ │ ├── server.py │ │ └── updater.py │ ├── setup.py │ ├── start.txt │ ├── version │ └── whitepaper │ │ ├── Whitepaper_LayerProx_by_Filip_Kalebo.txt │ │ ├── fullyworking_all_plugins.pcapng │ │ └── talks │ │ ├── .~lock.Layerprox.pptx# │ │ ├── encryption_title.jpg │ │ ├── fish.png │ │ ├── fishPoC.png │ │ ├── model.png │ │ ├── sec-t2016.pptx │ │ └── talks.zip ├── Aquaman │ ├── LICENSE │ ├── README.md │ ├── bin │ │ ├── README.md │ │ ├── benchmark │ │ ├── httpserver │ │ ├── marionette_client │ │ ├── marionette_server │ │ ├── simulate │ │ └── socksserver │ ├── documentation │ │ ├── encryption │ │ │ ├── _fte │ │ │ │ ├── base64 │ │ │ │ │ └── fte │ │ │ │ ├── base64_scrypt_gpg │ │ │ │ │ └── _fte.py │ │ │ │ ├── base64_with_gpg │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ └── _fte.py │ │ │ │ └── scrypt │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ └── _fte.py │ │ │ ├── how to add a extra layer of encryption.md │ │ │ └── how to add a extra layer of encryption.txt │ │ ├── extra code │ │ │ └── _fte │ │ │ │ ├── base64 │ │ │ │ └── fte │ │ │ │ ├── base64_scrypt_gpg │ │ │ │ └── _fte.py │ │ │ │ ├── base64_with_gpg │ │ │ │ ├── ._fte.py.swp │ │ │ │ └── _fte.py │ │ │ │ └── scrypt │ │ │ │ ├── ._fte.py.swp │ │ │ │ └── _fte.py │ │ ├── formats │ │ │ ├── amazon.mar │ │ │ ├── cxsecurity.mar │ │ │ ├── ebay.mar │ │ │ ├── packetstorm.mar │ │ │ ├── syntax.txt │ │ │ ├── tinyurl.mar │ │ │ └── youtube.mar │ │ ├── gen_a_quick_passwd.py │ │ ├── install │ │ │ ├── install_on_macosx.md │ │ │ ├── install_on_windows.md │ │ │ └── problems_and_fixes.md │ │ ├── install_on_windows.md │ │ ├── marionette │ │ │ ├── MANIFEST.in │ │ │ ├── README │ │ │ └── README.md │ │ ├── pgp │ │ │ └── gnupg │ │ │ │ ├── gnupg-2.0.30.tar.bz2 │ │ │ │ └── gnupg-2.0.30 │ │ │ │ ├── ABOUT-NLS │ │ │ │ ├── AUTHORS │ │ │ │ ├── COPYING │ │ │ │ ├── COPYING.LIB │ │ │ │ ├── ChangeLog │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── INSTALL │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── NEWS │ │ │ │ ├── README │ │ │ │ ├── README.GIT │ │ │ │ ├── THANKS │ │ │ │ ├── TODO │ │ │ │ ├── VERSION │ │ │ │ ├── acinclude.m4 │ │ │ │ ├── aclocal.m4 │ │ │ │ ├── agent │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── agent.h │ │ │ │ ├── cache.c │ │ │ │ ├── call-pinentry.c │ │ │ │ ├── call-scd.c │ │ │ │ ├── command-ssh.c │ │ │ │ ├── command.c │ │ │ │ ├── divert-scd.c │ │ │ │ ├── findkey.c │ │ │ │ ├── genkey.c │ │ │ │ ├── gpg-agent-w32info.rc │ │ │ │ ├── gpg-agent.c │ │ │ │ ├── learncard.c │ │ │ │ ├── minip12.c │ │ │ │ ├── minip12.h │ │ │ │ ├── pkdecrypt.c │ │ │ │ ├── pksign.c │ │ │ │ ├── preset-passphrase.c │ │ │ │ ├── protect-tool.c │ │ │ │ ├── protect.c │ │ │ │ ├── t-protect.c │ │ │ │ ├── trans.c │ │ │ │ └── trustlist.c │ │ │ │ ├── am │ │ │ │ └── cmacros.am │ │ │ │ ├── autogen.sh │ │ │ │ ├── common │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── README │ │ │ │ ├── asshelp.c │ │ │ │ ├── asshelp.h │ │ │ │ ├── audit-events.h │ │ │ │ ├── audit.c │ │ │ │ ├── audit.h │ │ │ │ ├── b64dec.c │ │ │ │ ├── b64enc.c │ │ │ │ ├── common-defs.h │ │ │ │ ├── convert.c │ │ │ │ ├── dns-cert.c │ │ │ │ ├── dns-cert.h │ │ │ │ ├── estream-printf.c │ │ │ │ ├── estream-printf.h │ │ │ │ ├── estream.c │ │ │ │ ├── estream.h │ │ │ │ ├── exaudit.awk │ │ │ │ ├── exechelp.c │ │ │ │ ├── exechelp.h │ │ │ │ ├── exstatus.awk │ │ │ │ ├── gc-opt-flags.h │ │ │ │ ├── get-passphrase.c │ │ │ │ ├── get-passphrase.h │ │ │ │ ├── gettime.c │ │ │ │ ├── gnupg.ico │ │ │ │ ├── gpgrlhelp.c │ │ │ │ ├── helpfile.c │ │ │ │ ├── homedir.c │ │ │ │ ├── http.c │ │ │ │ ├── http.h │ │ │ │ ├── i18n.c │ │ │ │ ├── i18n.h │ │ │ │ ├── init.c │ │ │ │ ├── init.h │ │ │ │ ├── iobuf.c │ │ │ │ ├── iobuf.h │ │ │ │ ├── keyserver.h │ │ │ │ ├── localename.c │ │ │ │ ├── membuf.c │ │ │ │ ├── membuf.h │ │ │ │ ├── miscellaneous.c │ │ │ │ ├── mkstrtable.awk │ │ │ │ ├── openpgpdefs.h │ │ │ │ ├── percent.c │ │ │ │ ├── pka.c │ │ │ │ ├── pka.h │ │ │ │ ├── session-env.c │ │ │ │ ├── session-env.h │ │ │ │ ├── sexp-parse.h │ │ │ │ ├── sexputil.c │ │ │ │ ├── signal.c │ │ │ │ ├── simple-pwquery.c │ │ │ │ ├── simple-pwquery.h │ │ │ │ ├── srv.c │ │ │ │ ├── srv.h │ │ │ │ ├── ssh-utils.c │ │ │ │ ├── ssh-utils.h │ │ │ │ ├── status-codes.h │ │ │ │ ├── status.c │ │ │ │ ├── status.h │ │ │ │ ├── sysutils.c │ │ │ │ ├── sysutils.h │ │ │ │ ├── t-b64.c │ │ │ │ ├── t-convert.c │ │ │ │ ├── t-exechelp.c │ │ │ │ ├── t-gettime.c │ │ │ │ ├── t-helpfile.c │ │ │ │ ├── t-percent.c │ │ │ │ ├── t-session-env.c │ │ │ │ ├── t-sexputil.c │ │ │ │ ├── t-ssh-utils.c │ │ │ │ ├── t-sysutils.c │ │ │ │ ├── tlv.c │ │ │ │ ├── tlv.h │ │ │ │ ├── ttyio.c │ │ │ │ ├── ttyio.h │ │ │ │ ├── util.h │ │ │ │ ├── w32info-rc.h.in │ │ │ │ ├── xasprintf.c │ │ │ │ ├── xreadline.c │ │ │ │ ├── yesno.c │ │ │ │ └── zb32.c │ │ │ │ ├── config.h.in │ │ │ │ ├── configure │ │ │ │ ├── configure.ac │ │ │ │ ├── doc │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── DETAILS │ │ │ │ ├── FAQ │ │ │ │ ├── HACKING │ │ │ │ ├── KEYSERVER │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── OpenPGP │ │ │ │ ├── TRANSLATE │ │ │ │ ├── com-certs.pem │ │ │ │ ├── contrib.texi │ │ │ │ ├── debugging.texi │ │ │ │ ├── examples │ │ │ │ │ ├── README │ │ │ │ │ ├── gpgconf.conf │ │ │ │ │ ├── pwpattern.list │ │ │ │ │ ├── scd-event │ │ │ │ │ └── trustlist.txt │ │ │ │ ├── glossary.texi │ │ │ │ ├── gnupg-card-architecture.eps │ │ │ │ ├── gnupg-card-architecture.fig │ │ │ │ ├── gnupg-card-architecture.pdf │ │ │ │ ├── gnupg-card-architecture.png │ │ │ │ ├── gnupg-logo.eps │ │ │ │ ├── gnupg-logo.pdf │ │ │ │ ├── gnupg-logo.png │ │ │ │ ├── gnupg.info │ │ │ │ ├── gnupg.info-1 │ │ │ │ ├── gnupg.info-2 │ │ │ │ ├── gnupg.texi │ │ │ │ ├── gnupg7.texi │ │ │ │ ├── gpg-agent.texi │ │ │ │ ├── gpg.texi │ │ │ │ ├── gpgsm.texi │ │ │ │ ├── gpgv.texi │ │ │ │ ├── gpl.texi │ │ │ │ ├── help.be.txt │ │ │ │ ├── help.ca.txt │ │ │ │ ├── help.cs.txt │ │ │ │ ├── help.da.txt │ │ │ │ ├── help.de.txt │ │ │ │ ├── help.el.txt │ │ │ │ ├── help.eo.txt │ │ │ │ ├── help.es.txt │ │ │ │ ├── help.et.txt │ │ │ │ ├── help.fi.txt │ │ │ │ ├── help.fr.txt │ │ │ │ ├── help.gl.txt │ │ │ │ ├── help.hu.txt │ │ │ │ ├── help.id.txt │ │ │ │ ├── help.it.txt │ │ │ │ ├── help.ja.txt │ │ │ │ ├── help.nb.txt │ │ │ │ ├── help.pl.txt │ │ │ │ ├── help.pt.txt │ │ │ │ ├── help.pt_BR.txt │ │ │ │ ├── help.ro.txt │ │ │ │ ├── help.ru.txt │ │ │ │ ├── help.sk.txt │ │ │ │ ├── help.sv.txt │ │ │ │ ├── help.tr.txt │ │ │ │ ├── help.txt │ │ │ │ ├── help.zh_CN.txt │ │ │ │ ├── help.zh_TW.txt │ │ │ │ ├── howto-create-a-server-cert.texi │ │ │ │ ├── howtos.texi │ │ │ │ ├── instguide.texi │ │ │ │ ├── opt-homedir.texi │ │ │ │ ├── qualified.txt │ │ │ │ ├── samplekeys.asc │ │ │ │ ├── scdaemon.texi │ │ │ │ ├── see-also-note.texi │ │ │ │ ├── specify-user-id.texi │ │ │ │ ├── stamp-vti │ │ │ │ ├── sysnotes.texi │ │ │ │ ├── tools.texi │ │ │ │ ├── version.texi │ │ │ │ └── yat2m.c │ │ │ │ ├── g10 │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── armor.c │ │ │ │ ├── build-packet.c │ │ │ │ ├── call-agent.c │ │ │ │ ├── call-agent.h │ │ │ │ ├── card-util.c │ │ │ │ ├── cipher.c │ │ │ │ ├── compress-bz2.c │ │ │ │ ├── compress.c │ │ │ │ ├── cpr.c │ │ │ │ ├── dearmor.c │ │ │ │ ├── decrypt.c │ │ │ │ ├── delkey.c │ │ │ │ ├── encode.c │ │ │ │ ├── encr-data.c │ │ │ │ ├── exec.c │ │ │ │ ├── exec.h │ │ │ │ ├── export.c │ │ │ │ ├── filter.h │ │ │ │ ├── free-packet.c │ │ │ │ ├── getkey.c │ │ │ │ ├── gpg-w32info.rc │ │ │ │ ├── gpg.c │ │ │ │ ├── gpg.h │ │ │ │ ├── gpgv.c │ │ │ │ ├── helptext.c │ │ │ │ ├── import.c │ │ │ │ ├── kbnode.c │ │ │ │ ├── keydb.c │ │ │ │ ├── keydb.h │ │ │ │ ├── keyedit.c │ │ │ │ ├── keygen.c │ │ │ │ ├── keyid.c │ │ │ │ ├── keylist.c │ │ │ │ ├── keyring.c │ │ │ │ ├── keyring.h │ │ │ │ ├── keyserver-internal.h │ │ │ │ ├── keyserver.c │ │ │ │ ├── main.h │ │ │ │ ├── mainproc.c │ │ │ │ ├── mdfilter.c │ │ │ │ ├── misc.c │ │ │ │ ├── openfile.c │ │ │ │ ├── options.h │ │ │ │ ├── options.skel │ │ │ │ ├── packet.h │ │ │ │ ├── parse-packet.c │ │ │ │ ├── passphrase.c │ │ │ │ ├── photoid.c │ │ │ │ ├── photoid.h │ │ │ │ ├── pkclist.c │ │ │ │ ├── pkglue.c │ │ │ │ ├── pkglue.h │ │ │ │ ├── plaintext.c │ │ │ │ ├── progress.c │ │ │ │ ├── pubkey-enc.c │ │ │ │ ├── revoke.c │ │ │ │ ├── rmd160.c │ │ │ │ ├── rmd160.h │ │ │ │ ├── seckey-cert.c │ │ │ │ ├── server.c │ │ │ │ ├── seskey.c │ │ │ │ ├── sig-check.c │ │ │ │ ├── sign.c │ │ │ │ ├── skclist.c │ │ │ │ ├── t-rmd160.c │ │ │ │ ├── tdbdump.c │ │ │ │ ├── tdbio.c │ │ │ │ ├── tdbio.h │ │ │ │ ├── textfilter.c │ │ │ │ ├── trustdb.c │ │ │ │ ├── trustdb.h │ │ │ │ └── verify.c │ │ │ │ ├── gl │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── alloca_.h │ │ │ │ ├── allocsa.c │ │ │ │ ├── allocsa.h │ │ │ │ ├── allocsa.valgrind │ │ │ │ ├── m4 │ │ │ │ │ ├── absolute-header.m4 │ │ │ │ │ ├── alloca.m4 │ │ │ │ │ ├── allocsa.m4 │ │ │ │ │ ├── eealloc.m4 │ │ │ │ │ ├── gnulib-comp.m4 │ │ │ │ │ ├── gnulib-tool.m4 │ │ │ │ │ ├── mkdtemp.m4 │ │ │ │ │ ├── setenv.m4 │ │ │ │ │ ├── stdint.m4 │ │ │ │ │ ├── strpbrk.m4 │ │ │ │ │ └── unistd_h.m4 │ │ │ │ ├── mkdtemp.c │ │ │ │ ├── mkdtemp.h │ │ │ │ ├── setenv.c │ │ │ │ ├── setenv.h │ │ │ │ ├── size_max.h │ │ │ │ ├── stdint_.h │ │ │ │ ├── strpbrk.c │ │ │ │ ├── strpbrk.h │ │ │ │ ├── unsetenv.c │ │ │ │ └── xsize.h │ │ │ │ ├── include │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── _regex.h │ │ │ │ ├── cipher.h │ │ │ │ ├── host2net.h │ │ │ │ └── types.h │ │ │ │ ├── jnlib │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── README │ │ │ │ ├── argparse.c │ │ │ │ ├── argparse.h │ │ │ │ ├── dotlock.c │ │ │ │ ├── dotlock.h │ │ │ │ ├── dynload.h │ │ │ │ ├── libjnlib-config.h │ │ │ │ ├── logging.c │ │ │ │ ├── logging.h │ │ │ │ ├── mischelp.c │ │ │ │ ├── mischelp.h │ │ │ │ ├── stringhelp.c │ │ │ │ ├── stringhelp.h │ │ │ │ ├── strlist.c │ │ │ │ ├── strlist.h │ │ │ │ ├── t-stringhelp.c │ │ │ │ ├── t-support.c │ │ │ │ ├── t-support.h │ │ │ │ ├── types.h │ │ │ │ ├── utf8conv.c │ │ │ │ ├── utf8conv.h │ │ │ │ ├── w32-afunix.c │ │ │ │ ├── w32-afunix.h │ │ │ │ ├── w32-gettext.c │ │ │ │ ├── w32-reg.c │ │ │ │ └── w32help.h │ │ │ │ ├── kbx │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── kbxutil.c │ │ │ │ ├── keybox-blob.c │ │ │ │ ├── keybox-defs.h │ │ │ │ ├── keybox-dump.c │ │ │ │ ├── keybox-file.c │ │ │ │ ├── keybox-init.c │ │ │ │ ├── keybox-openpgp.c │ │ │ │ ├── keybox-search-desc.h │ │ │ │ ├── keybox-search.c │ │ │ │ ├── keybox-update.c │ │ │ │ ├── keybox-util.c │ │ │ │ ├── keybox.h │ │ │ │ └── mkerrors │ │ │ │ ├── keyserver │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── curl-shim.c │ │ │ │ ├── curl-shim.h │ │ │ │ ├── gpg2keys_mailto.in │ │ │ │ ├── gpg2keys_test.in │ │ │ │ ├── gpgkeys_curl.c │ │ │ │ ├── gpgkeys_finger.c │ │ │ │ ├── gpgkeys_hkp.c │ │ │ │ ├── gpgkeys_kdns.c │ │ │ │ ├── gpgkeys_ldap.c │ │ │ │ ├── ksutil.c │ │ │ │ ├── ksutil.h │ │ │ │ └── no-libgcrypt.c │ │ │ │ ├── m4 │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── autobuild.m4 │ │ │ │ ├── codeset.m4 │ │ │ │ ├── estream.m4 │ │ │ │ ├── gettext.m4 │ │ │ │ ├── glibc2.m4 │ │ │ │ ├── glibc21.m4 │ │ │ │ ├── gnupg-pth.m4 │ │ │ │ ├── gpg-error.m4 │ │ │ │ ├── iconv.m4 │ │ │ │ ├── intdiv0.m4 │ │ │ │ ├── intl.m4 │ │ │ │ ├── intldir.m4 │ │ │ │ ├── intmax.m4 │ │ │ │ ├── inttypes-pri.m4 │ │ │ │ ├── inttypes.m4 │ │ │ │ ├── inttypes_h.m4 │ │ │ │ ├── isc-posix.m4 │ │ │ │ ├── ksba.m4 │ │ │ │ ├── lcmessage.m4 │ │ │ │ ├── ldap.m4 │ │ │ │ ├── lib-ld.m4 │ │ │ │ ├── lib-link.m4 │ │ │ │ ├── lib-prefix.m4 │ │ │ │ ├── libassuan.m4 │ │ │ │ ├── libcurl.m4 │ │ │ │ ├── libgcrypt.m4 │ │ │ │ ├── libusb.m4 │ │ │ │ ├── lock.m4 │ │ │ │ ├── longdouble.m4 │ │ │ │ ├── nls.m4 │ │ │ │ ├── po.m4 │ │ │ │ ├── printf-posix.m4 │ │ │ │ ├── progtest.m4 │ │ │ │ ├── readline.m4 │ │ │ │ ├── signed.m4 │ │ │ │ ├── size_max.m4 │ │ │ │ ├── socklen.m4 │ │ │ │ ├── stdint_h.m4 │ │ │ │ ├── sys_socket_h.m4 │ │ │ │ ├── tar-ustar.m4 │ │ │ │ ├── uintmax_t.m4 │ │ │ │ ├── visibility.m4 │ │ │ │ ├── wchar_t.m4 │ │ │ │ ├── wint_t.m4 │ │ │ │ └── xsize.m4 │ │ │ │ ├── po │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── LINGUAS │ │ │ │ ├── Makefile.in.in │ │ │ │ ├── Makevars │ │ │ │ ├── POTFILES.in │ │ │ │ ├── Rules-quot │ │ │ │ ├── be.gmo │ │ │ │ ├── be.po │ │ │ │ ├── boldquot.sed │ │ │ │ ├── ca.gmo │ │ │ │ ├── ca.po │ │ │ │ ├── cs.gmo │ │ │ │ ├── cs.po │ │ │ │ ├── da.gmo │ │ │ │ ├── da.po │ │ │ │ ├── de.gmo │ │ │ │ ├── de.po │ │ │ │ ├── el.gmo │ │ │ │ ├── el.po │ │ │ │ ├── en@boldquot.gmo │ │ │ │ ├── en@boldquot.header │ │ │ │ ├── en@boldquot.po │ │ │ │ ├── en@quot.gmo │ │ │ │ ├── en@quot.header │ │ │ │ ├── en@quot.po │ │ │ │ ├── eo.gmo │ │ │ │ ├── eo.po │ │ │ │ ├── es.gmo │ │ │ │ ├── es.po │ │ │ │ ├── et.gmo │ │ │ │ ├── et.po │ │ │ │ ├── fi.gmo │ │ │ │ ├── fi.po │ │ │ │ ├── fr.gmo │ │ │ │ ├── fr.po │ │ │ │ ├── gl.gmo │ │ │ │ ├── gl.po │ │ │ │ ├── gnupg2.pot │ │ │ │ ├── hu.gmo │ │ │ │ ├── hu.po │ │ │ │ ├── id.gmo │ │ │ │ ├── id.po │ │ │ │ ├── insert-header.sin │ │ │ │ ├── it.gmo │ │ │ │ ├── it.po │ │ │ │ ├── ja.gmo │ │ │ │ ├── ja.po │ │ │ │ ├── nb.gmo │ │ │ │ ├── nb.po │ │ │ │ ├── nl.gmo │ │ │ │ ├── nl.po │ │ │ │ ├── pl.gmo │ │ │ │ ├── pl.po │ │ │ │ ├── pt.gmo │ │ │ │ ├── pt.po │ │ │ │ ├── pt_BR.gmo │ │ │ │ ├── pt_BR.po │ │ │ │ ├── quot.sed │ │ │ │ ├── remove-potcdate.sin │ │ │ │ ├── ro.gmo │ │ │ │ ├── ro.po │ │ │ │ ├── ru.gmo │ │ │ │ ├── ru.po │ │ │ │ ├── sk.gmo │ │ │ │ ├── sk.po │ │ │ │ ├── stamp-po │ │ │ │ ├── sv.gmo │ │ │ │ ├── sv.po │ │ │ │ ├── tr.gmo │ │ │ │ ├── tr.po │ │ │ │ ├── uk.gmo │ │ │ │ ├── uk.po │ │ │ │ ├── zh_CN.gmo │ │ │ │ ├── zh_CN.po │ │ │ │ ├── zh_TW.gmo │ │ │ │ └── zh_TW.po │ │ │ │ ├── scd │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── apdu.c │ │ │ │ ├── apdu.h │ │ │ │ ├── app-common.h │ │ │ │ ├── app-dinsig.c │ │ │ │ ├── app-geldkarte.c │ │ │ │ ├── app-help.c │ │ │ │ ├── app-nks.c │ │ │ │ ├── app-openpgp.c │ │ │ │ ├── app-p15.c │ │ │ │ ├── app.c │ │ │ │ ├── ccid-driver.c │ │ │ │ ├── ccid-driver.h │ │ │ │ ├── command.c │ │ │ │ ├── iso7816.c │ │ │ │ ├── iso7816.h │ │ │ │ ├── pcsc-wrapper.c │ │ │ │ ├── scdaemon-w32info.rc │ │ │ │ ├── scdaemon.c │ │ │ │ └── scdaemon.h │ │ │ │ ├── scripts │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── compile │ │ │ │ ├── config.guess │ │ │ │ ├── config.rpath │ │ │ │ ├── config.sub │ │ │ │ ├── depcomp │ │ │ │ ├── install-sh │ │ │ │ ├── mdate-sh │ │ │ │ ├── missing │ │ │ │ ├── mkinstalldirs │ │ │ │ └── texinfo.tex │ │ │ │ ├── sm │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── base64.c │ │ │ │ ├── call-agent.c │ │ │ │ ├── call-dirmngr.c │ │ │ │ ├── certchain.c │ │ │ │ ├── certcheck.c │ │ │ │ ├── certdump.c │ │ │ │ ├── certlist.c │ │ │ │ ├── certreqgen-ui.c │ │ │ │ ├── certreqgen.c │ │ │ │ ├── decrypt.c │ │ │ │ ├── delete.c │ │ │ │ ├── encrypt.c │ │ │ │ ├── export.c │ │ │ │ ├── fingerprint.c │ │ │ │ ├── gpgsm-w32info.rc │ │ │ │ ├── gpgsm.c │ │ │ │ ├── gpgsm.h │ │ │ │ ├── import.c │ │ │ │ ├── keydb.c │ │ │ │ ├── keydb.h │ │ │ │ ├── keylist.c │ │ │ │ ├── misc.c │ │ │ │ ├── qualified.c │ │ │ │ ├── server.c │ │ │ │ ├── sign.c │ │ │ │ └── verify.c │ │ │ │ ├── tests │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── asschk.c │ │ │ │ ├── inittests │ │ │ │ ├── openpgp │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── armdetach.test │ │ │ │ │ ├── armdetachm.test │ │ │ │ │ ├── armencrypt.test │ │ │ │ │ ├── armencryptp.test │ │ │ │ │ ├── armor.test │ │ │ │ │ ├── armsignencrypt.test │ │ │ │ │ ├── armsigs.test │ │ │ │ │ ├── bug537-test.data.asc │ │ │ │ │ ├── bug894-test.asc │ │ │ │ │ ├── clearsig.test │ │ │ │ │ ├── conventional-mdc.test │ │ │ │ │ ├── conventional.test │ │ │ │ │ ├── decrypt-dsa.test │ │ │ │ │ ├── decrypt.test │ │ │ │ │ ├── defs.inc │ │ │ │ │ ├── detach.test │ │ │ │ │ ├── detachm.test │ │ │ │ │ ├── encrypt-dsa.test │ │ │ │ │ ├── encrypt.test │ │ │ │ │ ├── encryptp.test │ │ │ │ │ ├── genkey1024.test │ │ │ │ │ ├── gpg-agent.conf.tmpl │ │ │ │ │ ├── gpg.conf.tmpl │ │ │ │ │ ├── import.test │ │ │ │ │ ├── mds.test │ │ │ │ │ ├── mkdemodirs │ │ │ │ │ ├── multisig.test │ │ │ │ │ ├── plain-1-pgp.asc │ │ │ │ │ ├── plain-1.asc │ │ │ │ │ ├── plain-1o.asc │ │ │ │ │ ├── plain-2.asc │ │ │ │ │ ├── plain-2o.asc │ │ │ │ │ ├── plain-3.asc │ │ │ │ │ ├── plain-3o.asc │ │ │ │ │ ├── pubdemo.asc │ │ │ │ │ ├── pubring.asc │ │ │ │ │ ├── pubring.pkr.asc │ │ │ │ │ ├── seat.test │ │ │ │ │ ├── secdemo.asc │ │ │ │ │ ├── secring.asc │ │ │ │ │ ├── secring.skr.asc │ │ │ │ │ ├── signdemokey │ │ │ │ │ ├── signencrypt-dsa.test │ │ │ │ │ ├── signencrypt.test │ │ │ │ │ ├── sigs-dsa.test │ │ │ │ │ ├── sigs.test │ │ │ │ │ ├── verify.test │ │ │ │ │ └── version.test │ │ │ │ ├── pkits │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── README │ │ │ │ │ ├── basic-certificate-revocation │ │ │ │ │ ├── certificate-policies │ │ │ │ │ ├── common.sh │ │ │ │ │ ├── delta-crls │ │ │ │ │ ├── distribution-points │ │ │ │ │ ├── import-all-certs │ │ │ │ │ ├── import-all-certs.data │ │ │ │ │ ├── inhibit-any-policy │ │ │ │ │ ├── inhibit-policy-mapping │ │ │ │ │ ├── inittests │ │ │ │ │ ├── key-usage │ │ │ │ │ ├── name-constraints │ │ │ │ │ ├── policy-mappings │ │ │ │ │ ├── private-certificate-extensions │ │ │ │ │ ├── require-explicit-policy │ │ │ │ │ ├── runtest │ │ │ │ │ ├── signature-verification │ │ │ │ │ ├── validate-all-certs │ │ │ │ │ ├── validity-periods │ │ │ │ │ ├── verifying-basic-constraints │ │ │ │ │ ├── verifying-name-chaining │ │ │ │ │ └── verifying-paths-self-issued │ │ │ │ ├── runtest │ │ │ │ ├── samplekeys │ │ │ │ │ ├── 32100C27173EF6E9C4E9A25D3D69F86D37A4F939.key │ │ │ │ │ ├── cert_g10code_pete1.pem │ │ │ │ │ ├── cert_g10code_test1.pem │ │ │ │ │ └── cert_g10code_theo1.pem │ │ │ │ ├── sm-sign+verify │ │ │ │ ├── sm-verify │ │ │ │ ├── text-1.dsig.pem │ │ │ │ ├── text-1.osig-bad.pem │ │ │ │ ├── text-1.osig.pem │ │ │ │ ├── text-1.txt │ │ │ │ ├── text-2.osig-bad.pem │ │ │ │ ├── text-2.osig.pem │ │ │ │ ├── text-2.txt │ │ │ │ └── text-3.txt │ │ │ │ └── tools │ │ │ │ ├── ChangeLog-2011 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── Manifest │ │ │ │ ├── addgnupghome │ │ │ │ ├── applygnupgdefaults │ │ │ │ ├── ccidmon.c │ │ │ │ ├── clean-sat.c │ │ │ │ ├── convert-from-106 │ │ │ │ ├── gpg-check-pattern.c │ │ │ │ ├── gpg-connect-agent-w32info.rc │ │ │ │ ├── gpg-connect-agent.c │ │ │ │ ├── gpg-zip.in │ │ │ │ ├── gpgconf-comp.c │ │ │ │ ├── gpgconf.c │ │ │ │ ├── gpgconf.h │ │ │ │ ├── gpgkey2ssh.c │ │ │ │ ├── gpgparsemail.c │ │ │ │ ├── gpgsm-gencert.sh │ │ │ │ ├── gpgsplit.c │ │ │ │ ├── gpgtar-create.c │ │ │ │ ├── gpgtar-extract.c │ │ │ │ ├── gpgtar-list.c │ │ │ │ ├── gpgtar.c │ │ │ │ ├── gpgtar.h │ │ │ │ ├── lspgpot │ │ │ │ ├── mail-signed-keys │ │ │ │ ├── make-dns-cert.c │ │ │ │ ├── mk-tdata.c │ │ │ │ ├── no-libgcrypt.c │ │ │ │ ├── rfc822parse.c │ │ │ │ ├── rfc822parse.h │ │ │ │ ├── sockprox.c │ │ │ │ ├── symcryptrun.c │ │ │ │ └── watchgnupg.c │ │ └── proxy_programs_through_it.txt │ ├── marionette_tg │ │ ├── README.md │ │ ├── __init__.py │ │ ├── action.py │ │ ├── channel.py │ │ ├── channel_test.py │ │ ├── cli_tests.py │ │ ├── client.py │ │ ├── conf.py │ │ ├── driver.py │ │ ├── dsl.py │ │ ├── dsl_tests.py │ │ ├── exceptions.py │ │ ├── executable.py │ │ ├── executables │ │ │ ├── __init__.py │ │ │ └── pioa.py │ │ ├── fish.py │ │ ├── formats │ │ │ ├── 20150701 │ │ │ │ ├── __init__.py │ │ │ │ ├── active_probing │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── ftp_pureftpd_10.mar │ │ │ │ │ ├── http_apache_247.mar │ │ │ │ │ └── ssh_openssh_661.mar │ │ │ │ ├── custom │ │ │ │ │ ├── amazon.mar │ │ │ │ │ ├── cxsecurity.mar │ │ │ │ │ ├── ebay.mar │ │ │ │ │ ├── packetstorm.mar │ │ │ │ │ ├── tinyurl.mar │ │ │ │ │ └── youtube.mar │ │ │ │ ├── dns_request.mar │ │ │ │ ├── dummy.mar │ │ │ │ ├── ftp_pasv_transfer.mar │ │ │ │ ├── ftp_simple_blocking.mar │ │ │ │ ├── http_active_probing.mar │ │ │ │ ├── http_active_probing2.mar │ │ │ │ ├── http_probabilistic_blocking.mar │ │ │ │ ├── http_simple_blocking.mar │ │ │ │ ├── http_simple_blocking_with_msg_lens.mar │ │ │ │ ├── http_simple_nonblocking.mar │ │ │ │ ├── http_squid_blocking.mar │ │ │ │ ├── http_timings.mar │ │ │ │ ├── https_simple_blocking.mar │ │ │ │ ├── nmap │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── kpdyer.com.mar │ │ │ │ ├── smb_simple_nonblocking.mar │ │ │ │ ├── ssh_simple_nonblocking.mar │ │ │ │ ├── ta │ │ │ │ │ ├── amzn_conn.mar │ │ │ │ │ └── amzn_sess.mar │ │ │ │ ├── test_hex_input_strings.mar │ │ │ │ └── udp_test_format.mar │ │ │ ├── 20150702 │ │ │ │ └── http_simple_blocking.mar │ │ │ ├── README.md │ │ │ └── __init__.py │ │ ├── marionette.conf │ │ ├── model_swapping_tests.py │ │ ├── multiplexer.py │ │ ├── plugins │ │ │ ├── README.md │ │ │ ├── __init__.py │ │ │ ├── _channel.py │ │ │ ├── _fte.py │ │ │ ├── _io.py │ │ │ ├── _model.py │ │ │ └── _tg.py │ │ ├── probe_tests.py │ │ ├── record_layer.py │ │ ├── record_layer_tests.py │ │ ├── server.py │ │ └── updater.py │ ├── setup.py │ ├── start.txt │ ├── version │ └── whitepaper │ │ ├── Whitepaper_LayerProx_by_Filip_Kalebo.txt │ │ ├── fullyworking_all_plugins.pcapng │ │ └── talks │ │ ├── .~lock.Layerprox.pptx# │ │ ├── encryption_title.jpg │ │ ├── fish.png │ │ ├── fishPoC.png │ │ ├── model.png │ │ ├── sec-t2016.pptx │ │ └── talks.zip ├── dsl │ ├── _fte.py │ ├── _tg.py │ ├── channel.py │ ├── dsl.py │ └── readme.md ├── lp.py └── pgp-version │ ├── bin │ ├── README.md │ ├── benchmark │ ├── httpserver │ ├── marionette_client │ ├── marionette_server │ ├── otw.py │ ├── simulate │ ├── sock5-server.py │ ├── socks1.py │ ├── socksserver │ └── webui │ ├── debian_installer │ ├── debian_installer.sh │ ├── marionette_tg │ ├── README.md │ ├── __init__.py │ ├── action.py │ ├── channel.py │ ├── channel_test.py │ ├── cli_tests.py │ ├── client.py │ ├── conf.py │ ├── driver.py │ ├── dsl.py │ ├── dsl_tests.py │ ├── exceptions.py │ ├── executable.py │ ├── executables │ │ ├── __init__.py │ │ └── pioa.py │ ├── formats │ │ ├── 20150701 │ │ │ ├── __init__.py │ │ │ ├── active_probing │ │ │ │ ├── __init__.py │ │ │ │ ├── ftp_pureftpd_10.mar │ │ │ │ ├── http_apache_247.mar │ │ │ │ └── ssh_openssh_661.mar │ │ │ ├── custom │ │ │ │ ├── amazon.mar │ │ │ │ ├── cxsecurity.mar │ │ │ │ ├── ebay.mar │ │ │ │ ├── packetstorm.mar │ │ │ │ ├── tinyurl.mar │ │ │ │ └── youtube.mar │ │ │ ├── dns_request.mar │ │ │ ├── dummy.mar │ │ │ ├── ftp_pasv_transfer.mar │ │ │ ├── ftp_simple_blocking.mar │ │ │ ├── http_active_probing.mar │ │ │ ├── http_active_probing2.mar │ │ │ ├── http_probabilistic_blocking.mar │ │ │ ├── http_simple_blocking.mar │ │ │ ├── http_simple_blocking_with_msg_lens.mar │ │ │ ├── http_simple_nonblocking.mar │ │ │ ├── http_squid_blocking.mar │ │ │ ├── http_timings.mar │ │ │ ├── https_simple_blocking.mar │ │ │ ├── nmap │ │ │ │ ├── __init__.py │ │ │ │ └── kpdyer.com.mar │ │ │ ├── owasp.mar │ │ │ ├── sec-t.mar │ │ │ ├── smb_simple_nonblocking.mar │ │ │ ├── ssh_simple_nonblocking.mar │ │ │ ├── ta │ │ │ │ ├── amzn_conn.mar │ │ │ │ └── amzn_sess.mar │ │ │ ├── test_hex_input_strings.mar │ │ │ └── udp_test_format.mar │ │ ├── 20150702 │ │ │ └── http_simple_blocking.mar │ │ ├── README.md │ │ ├── __init__.py │ │ └── youtubetest.mar │ ├── marionette.conf │ ├── model_swapping_tests.py │ ├── multiplexer.py │ ├── otw.py │ ├── plugins │ │ ├── README.md │ │ ├── __init__.py │ │ ├── _channel.py │ │ ├── _fte.py │ │ ├── _io.py │ │ ├── _model.py │ │ ├── _tg.py │ │ └── _webui.py │ ├── probe_tests.py │ ├── record_layer.py │ ├── record_layer_tests.py │ ├── server.py │ └── updater.py │ ├── setup.py │ ├── ubuntu_installer.sh │ └── webui │ ├── Readme.md │ ├── logo.txt │ ├── otw.py │ ├── otw.pyc │ └── webui.py ├── gui ├── setupwizard.py └── textconf.py ├── images ├── body-bg.jpg ├── download-button.png ├── github-button.png ├── header-bg.jpg ├── highlight-bg.jpg └── sidebar-bg.jpg ├── index.html ├── javascripts └── main.js ├── marionette_tg ├── README.md ├── __init__.py ├── action.py ├── channel.py ├── channel_test.py ├── cli_tests.py ├── client.py ├── conf.py ├── driver.py ├── dsl.py ├── dsl_tests.py ├── exceptions.py ├── executable.py ├── executables │ ├── __init__.py │ └── pioa.py ├── formats │ ├── 20150701 │ │ ├── __init__.py │ │ ├── active_probing │ │ │ ├── __init__.py │ │ │ ├── ftp_pureftpd_10.mar │ │ │ ├── http_apache_247.mar │ │ │ └── ssh_openssh_661.mar │ │ ├── custom │ │ │ ├── amazon.mar │ │ │ ├── cxsecurity.mar │ │ │ ├── ebay.mar │ │ │ ├── packetstorm.mar │ │ │ ├── tinyurl.mar │ │ │ └── youtube.mar │ │ ├── dns_request.mar │ │ ├── dummy.mar │ │ ├── ftp_pasv_transfer.mar │ │ ├── ftp_simple_blocking.mar │ │ ├── http_active_probing.mar │ │ ├── http_active_probing2.mar │ │ ├── http_probabilistic_blocking.mar │ │ ├── http_simple_blocking.mar │ │ ├── http_simple_blocking_with_msg_lens.mar │ │ ├── http_simple_nonblocking.mar │ │ ├── http_squid_blocking.mar │ │ ├── http_timings.mar │ │ ├── https_simple_blocking.mar │ │ ├── nmap │ │ │ ├── __init__.py │ │ │ └── kpdyer.com.mar │ │ ├── owasp.mar │ │ ├── sec-t.mar │ │ ├── smb_simple_nonblocking.mar │ │ ├── ssh_simple_nonblocking.mar │ │ ├── ta │ │ │ ├── amzn_conn.mar │ │ │ └── amzn_sess.mar │ │ ├── test_hex_input_strings.mar │ │ └── udp_test_format.mar │ ├── 20150702 │ │ └── http_simple_blocking.mar │ ├── README.md │ ├── __init__.py │ └── youtubetest.mar ├── marionette.conf ├── model_swapping_tests.py ├── multiplexer.py ├── otw.py ├── otw.pyc ├── plugins │ ├── README.md │ ├── __init__.py │ ├── _channel.py │ ├── _fte.py │ ├── _io.py │ ├── _model.py │ ├── _tg.py │ └── _webui.py ├── probe_tests.py ├── record_layer.py ├── record_layer_tests.py ├── server.py └── updater.py ├── openbsd_installer ├── params.json ├── setup.openbsd.py ├── setup.py ├── start.txt ├── stylesheets ├── github-light.css ├── print.css └── stylesheet.css ├── ubuntu_installer.sh ├── versions ├── extra_editions │ ├── 2600-hacker-edition │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bin │ │ │ ├── README.md │ │ │ ├── benchmark │ │ │ ├── httpserver │ │ │ ├── marionette_client │ │ │ ├── marionette_server │ │ │ ├── simulate │ │ │ └── socksserver │ │ ├── documentation │ │ │ ├── encryption │ │ │ │ ├── _fte │ │ │ │ │ ├── base64 │ │ │ │ │ │ └── fte │ │ │ │ │ ├── base64_scrypt_gpg │ │ │ │ │ │ └── _fte.py │ │ │ │ │ ├── base64_with_gpg │ │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ │ └── _fte.py │ │ │ │ │ └── scrypt │ │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ │ └── _fte.py │ │ │ │ ├── how to add a extra layer of encryption.md │ │ │ │ └── how to add a extra layer of encryption.txt │ │ │ ├── extra code │ │ │ │ └── _fte │ │ │ │ │ ├── base64 │ │ │ │ │ └── fte │ │ │ │ │ ├── base64_scrypt_gpg │ │ │ │ │ └── _fte.py │ │ │ │ │ ├── base64_with_gpg │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ └── _fte.py │ │ │ │ │ └── scrypt │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ └── _fte.py │ │ │ ├── formats │ │ │ │ ├── amazon.mar │ │ │ │ ├── cxsecurity.mar │ │ │ │ ├── ebay.mar │ │ │ │ ├── packetstorm.mar │ │ │ │ ├── syntax.txt │ │ │ │ ├── tinyurl.mar │ │ │ │ └── youtube.mar │ │ │ ├── gen_a_quick_passwd.py │ │ │ ├── install │ │ │ │ ├── install_on_macosx.md │ │ │ │ ├── install_on_windows.md │ │ │ │ └── problems_and_fixes.md │ │ │ ├── install_on_windows.md │ │ │ ├── marionette │ │ │ │ ├── MANIFEST.in │ │ │ │ ├── README │ │ │ │ └── README.md │ │ │ ├── more_spoofed_data │ │ │ │ └── Readme.md │ │ │ ├── pgp │ │ │ │ └── gnupg │ │ │ │ │ ├── gnupg-2.0.30.tar.bz2 │ │ │ │ │ └── gnupg-2.0.30 │ │ │ │ │ ├── ABOUT-NLS │ │ │ │ │ ├── AUTHORS │ │ │ │ │ ├── COPYING │ │ │ │ │ ├── COPYING.LIB │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── INSTALL │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── NEWS │ │ │ │ │ ├── README │ │ │ │ │ ├── README.GIT │ │ │ │ │ ├── THANKS │ │ │ │ │ ├── TODO │ │ │ │ │ ├── VERSION │ │ │ │ │ ├── acinclude.m4 │ │ │ │ │ ├── aclocal.m4 │ │ │ │ │ ├── agent │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── agent.h │ │ │ │ │ ├── cache.c │ │ │ │ │ ├── call-pinentry.c │ │ │ │ │ ├── call-scd.c │ │ │ │ │ ├── command-ssh.c │ │ │ │ │ ├── command.c │ │ │ │ │ ├── divert-scd.c │ │ │ │ │ ├── findkey.c │ │ │ │ │ ├── genkey.c │ │ │ │ │ ├── gpg-agent-w32info.rc │ │ │ │ │ ├── gpg-agent.c │ │ │ │ │ ├── learncard.c │ │ │ │ │ ├── minip12.c │ │ │ │ │ ├── minip12.h │ │ │ │ │ ├── pkdecrypt.c │ │ │ │ │ ├── pksign.c │ │ │ │ │ ├── preset-passphrase.c │ │ │ │ │ ├── protect-tool.c │ │ │ │ │ ├── protect.c │ │ │ │ │ ├── t-protect.c │ │ │ │ │ ├── trans.c │ │ │ │ │ └── trustlist.c │ │ │ │ │ ├── am │ │ │ │ │ └── cmacros.am │ │ │ │ │ ├── autogen.sh │ │ │ │ │ ├── common │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── README │ │ │ │ │ ├── asshelp.c │ │ │ │ │ ├── asshelp.h │ │ │ │ │ ├── audit-events.h │ │ │ │ │ ├── audit.c │ │ │ │ │ ├── audit.h │ │ │ │ │ ├── b64dec.c │ │ │ │ │ ├── b64enc.c │ │ │ │ │ ├── common-defs.h │ │ │ │ │ ├── convert.c │ │ │ │ │ ├── dns-cert.c │ │ │ │ │ ├── dns-cert.h │ │ │ │ │ ├── estream-printf.c │ │ │ │ │ ├── estream-printf.h │ │ │ │ │ ├── estream.c │ │ │ │ │ ├── estream.h │ │ │ │ │ ├── exaudit.awk │ │ │ │ │ ├── exechelp.c │ │ │ │ │ ├── exechelp.h │ │ │ │ │ ├── exstatus.awk │ │ │ │ │ ├── gc-opt-flags.h │ │ │ │ │ ├── get-passphrase.c │ │ │ │ │ ├── get-passphrase.h │ │ │ │ │ ├── gettime.c │ │ │ │ │ ├── gnupg.ico │ │ │ │ │ ├── gpgrlhelp.c │ │ │ │ │ ├── helpfile.c │ │ │ │ │ ├── homedir.c │ │ │ │ │ ├── http.c │ │ │ │ │ ├── http.h │ │ │ │ │ ├── i18n.c │ │ │ │ │ ├── i18n.h │ │ │ │ │ ├── init.c │ │ │ │ │ ├── init.h │ │ │ │ │ ├── iobuf.c │ │ │ │ │ ├── iobuf.h │ │ │ │ │ ├── keyserver.h │ │ │ │ │ ├── localename.c │ │ │ │ │ ├── membuf.c │ │ │ │ │ ├── membuf.h │ │ │ │ │ ├── miscellaneous.c │ │ │ │ │ ├── mkstrtable.awk │ │ │ │ │ ├── openpgpdefs.h │ │ │ │ │ ├── percent.c │ │ │ │ │ ├── pka.c │ │ │ │ │ ├── pka.h │ │ │ │ │ ├── session-env.c │ │ │ │ │ ├── session-env.h │ │ │ │ │ ├── sexp-parse.h │ │ │ │ │ ├── sexputil.c │ │ │ │ │ ├── signal.c │ │ │ │ │ ├── simple-pwquery.c │ │ │ │ │ ├── simple-pwquery.h │ │ │ │ │ ├── srv.c │ │ │ │ │ ├── srv.h │ │ │ │ │ ├── ssh-utils.c │ │ │ │ │ ├── ssh-utils.h │ │ │ │ │ ├── status-codes.h │ │ │ │ │ ├── status.c │ │ │ │ │ ├── status.h │ │ │ │ │ ├── sysutils.c │ │ │ │ │ ├── sysutils.h │ │ │ │ │ ├── t-b64.c │ │ │ │ │ ├── t-convert.c │ │ │ │ │ ├── t-exechelp.c │ │ │ │ │ ├── t-gettime.c │ │ │ │ │ ├── t-helpfile.c │ │ │ │ │ ├── t-percent.c │ │ │ │ │ ├── t-session-env.c │ │ │ │ │ ├── t-sexputil.c │ │ │ │ │ ├── t-ssh-utils.c │ │ │ │ │ ├── t-sysutils.c │ │ │ │ │ ├── tlv.c │ │ │ │ │ ├── tlv.h │ │ │ │ │ ├── ttyio.c │ │ │ │ │ ├── ttyio.h │ │ │ │ │ ├── util.h │ │ │ │ │ ├── w32info-rc.h.in │ │ │ │ │ ├── xasprintf.c │ │ │ │ │ ├── xreadline.c │ │ │ │ │ ├── yesno.c │ │ │ │ │ └── zb32.c │ │ │ │ │ ├── config.h.in │ │ │ │ │ ├── configure │ │ │ │ │ ├── configure.ac │ │ │ │ │ ├── doc │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── DETAILS │ │ │ │ │ ├── FAQ │ │ │ │ │ ├── HACKING │ │ │ │ │ ├── KEYSERVER │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── OpenPGP │ │ │ │ │ ├── TRANSLATE │ │ │ │ │ ├── com-certs.pem │ │ │ │ │ ├── contrib.texi │ │ │ │ │ ├── debugging.texi │ │ │ │ │ ├── examples │ │ │ │ │ │ ├── README │ │ │ │ │ │ ├── gpgconf.conf │ │ │ │ │ │ ├── pwpattern.list │ │ │ │ │ │ ├── scd-event │ │ │ │ │ │ └── trustlist.txt │ │ │ │ │ ├── glossary.texi │ │ │ │ │ ├── gnupg-card-architecture.eps │ │ │ │ │ ├── gnupg-card-architecture.fig │ │ │ │ │ ├── gnupg-card-architecture.pdf │ │ │ │ │ ├── gnupg-card-architecture.png │ │ │ │ │ ├── gnupg-logo.eps │ │ │ │ │ ├── gnupg-logo.pdf │ │ │ │ │ ├── gnupg-logo.png │ │ │ │ │ ├── gnupg.info │ │ │ │ │ ├── gnupg.info-1 │ │ │ │ │ ├── gnupg.info-2 │ │ │ │ │ ├── gnupg.texi │ │ │ │ │ ├── gnupg7.texi │ │ │ │ │ ├── gpg-agent.texi │ │ │ │ │ ├── gpg.texi │ │ │ │ │ ├── gpgsm.texi │ │ │ │ │ ├── gpgv.texi │ │ │ │ │ ├── gpl.texi │ │ │ │ │ ├── help.be.txt │ │ │ │ │ ├── help.ca.txt │ │ │ │ │ ├── help.cs.txt │ │ │ │ │ ├── help.da.txt │ │ │ │ │ ├── help.de.txt │ │ │ │ │ ├── help.el.txt │ │ │ │ │ ├── help.eo.txt │ │ │ │ │ ├── help.es.txt │ │ │ │ │ ├── help.et.txt │ │ │ │ │ ├── help.fi.txt │ │ │ │ │ ├── help.fr.txt │ │ │ │ │ ├── help.gl.txt │ │ │ │ │ ├── help.hu.txt │ │ │ │ │ ├── help.id.txt │ │ │ │ │ ├── help.it.txt │ │ │ │ │ ├── help.ja.txt │ │ │ │ │ ├── help.nb.txt │ │ │ │ │ ├── help.pl.txt │ │ │ │ │ ├── help.pt.txt │ │ │ │ │ ├── help.pt_BR.txt │ │ │ │ │ ├── help.ro.txt │ │ │ │ │ ├── help.ru.txt │ │ │ │ │ ├── help.sk.txt │ │ │ │ │ ├── help.sv.txt │ │ │ │ │ ├── help.tr.txt │ │ │ │ │ ├── help.txt │ │ │ │ │ ├── help.zh_CN.txt │ │ │ │ │ ├── help.zh_TW.txt │ │ │ │ │ ├── howto-create-a-server-cert.texi │ │ │ │ │ ├── howtos.texi │ │ │ │ │ ├── instguide.texi │ │ │ │ │ ├── opt-homedir.texi │ │ │ │ │ ├── qualified.txt │ │ │ │ │ ├── samplekeys.asc │ │ │ │ │ ├── scdaemon.texi │ │ │ │ │ ├── see-also-note.texi │ │ │ │ │ ├── specify-user-id.texi │ │ │ │ │ ├── stamp-vti │ │ │ │ │ ├── sysnotes.texi │ │ │ │ │ ├── tools.texi │ │ │ │ │ ├── version.texi │ │ │ │ │ └── yat2m.c │ │ │ │ │ ├── g10 │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── armor.c │ │ │ │ │ ├── build-packet.c │ │ │ │ │ ├── call-agent.c │ │ │ │ │ ├── call-agent.h │ │ │ │ │ ├── card-util.c │ │ │ │ │ ├── cipher.c │ │ │ │ │ ├── compress-bz2.c │ │ │ │ │ ├── compress.c │ │ │ │ │ ├── cpr.c │ │ │ │ │ ├── dearmor.c │ │ │ │ │ ├── decrypt.c │ │ │ │ │ ├── delkey.c │ │ │ │ │ ├── encode.c │ │ │ │ │ ├── encr-data.c │ │ │ │ │ ├── exec.c │ │ │ │ │ ├── exec.h │ │ │ │ │ ├── export.c │ │ │ │ │ ├── filter.h │ │ │ │ │ ├── free-packet.c │ │ │ │ │ ├── getkey.c │ │ │ │ │ ├── gpg-w32info.rc │ │ │ │ │ ├── gpg.c │ │ │ │ │ ├── gpg.h │ │ │ │ │ ├── gpgv.c │ │ │ │ │ ├── helptext.c │ │ │ │ │ ├── import.c │ │ │ │ │ ├── kbnode.c │ │ │ │ │ ├── keydb.c │ │ │ │ │ ├── keydb.h │ │ │ │ │ ├── keyedit.c │ │ │ │ │ ├── keygen.c │ │ │ │ │ ├── keyid.c │ │ │ │ │ ├── keylist.c │ │ │ │ │ ├── keyring.c │ │ │ │ │ ├── keyring.h │ │ │ │ │ ├── keyserver-internal.h │ │ │ │ │ ├── keyserver.c │ │ │ │ │ ├── main.h │ │ │ │ │ ├── mainproc.c │ │ │ │ │ ├── mdfilter.c │ │ │ │ │ ├── misc.c │ │ │ │ │ ├── openfile.c │ │ │ │ │ ├── options.h │ │ │ │ │ ├── options.skel │ │ │ │ │ ├── packet.h │ │ │ │ │ ├── parse-packet.c │ │ │ │ │ ├── passphrase.c │ │ │ │ │ ├── photoid.c │ │ │ │ │ ├── photoid.h │ │ │ │ │ ├── pkclist.c │ │ │ │ │ ├── pkglue.c │ │ │ │ │ ├── pkglue.h │ │ │ │ │ ├── plaintext.c │ │ │ │ │ ├── progress.c │ │ │ │ │ ├── pubkey-enc.c │ │ │ │ │ ├── revoke.c │ │ │ │ │ ├── rmd160.c │ │ │ │ │ ├── rmd160.h │ │ │ │ │ ├── seckey-cert.c │ │ │ │ │ ├── server.c │ │ │ │ │ ├── seskey.c │ │ │ │ │ ├── sig-check.c │ │ │ │ │ ├── sign.c │ │ │ │ │ ├── skclist.c │ │ │ │ │ ├── t-rmd160.c │ │ │ │ │ ├── tdbdump.c │ │ │ │ │ ├── tdbio.c │ │ │ │ │ ├── tdbio.h │ │ │ │ │ ├── textfilter.c │ │ │ │ │ ├── trustdb.c │ │ │ │ │ ├── trustdb.h │ │ │ │ │ └── verify.c │ │ │ │ │ ├── gl │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── alloca_.h │ │ │ │ │ ├── allocsa.c │ │ │ │ │ ├── allocsa.h │ │ │ │ │ ├── allocsa.valgrind │ │ │ │ │ ├── m4 │ │ │ │ │ │ ├── absolute-header.m4 │ │ │ │ │ │ ├── alloca.m4 │ │ │ │ │ │ ├── allocsa.m4 │ │ │ │ │ │ ├── eealloc.m4 │ │ │ │ │ │ ├── gnulib-comp.m4 │ │ │ │ │ │ ├── gnulib-tool.m4 │ │ │ │ │ │ ├── mkdtemp.m4 │ │ │ │ │ │ ├── setenv.m4 │ │ │ │ │ │ ├── stdint.m4 │ │ │ │ │ │ ├── strpbrk.m4 │ │ │ │ │ │ └── unistd_h.m4 │ │ │ │ │ ├── mkdtemp.c │ │ │ │ │ ├── mkdtemp.h │ │ │ │ │ ├── setenv.c │ │ │ │ │ ├── setenv.h │ │ │ │ │ ├── size_max.h │ │ │ │ │ ├── stdint_.h │ │ │ │ │ ├── strpbrk.c │ │ │ │ │ ├── strpbrk.h │ │ │ │ │ ├── unsetenv.c │ │ │ │ │ └── xsize.h │ │ │ │ │ ├── include │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── _regex.h │ │ │ │ │ ├── cipher.h │ │ │ │ │ ├── host2net.h │ │ │ │ │ └── types.h │ │ │ │ │ ├── jnlib │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── README │ │ │ │ │ ├── argparse.c │ │ │ │ │ ├── argparse.h │ │ │ │ │ ├── dotlock.c │ │ │ │ │ ├── dotlock.h │ │ │ │ │ ├── dynload.h │ │ │ │ │ ├── libjnlib-config.h │ │ │ │ │ ├── logging.c │ │ │ │ │ ├── logging.h │ │ │ │ │ ├── mischelp.c │ │ │ │ │ ├── mischelp.h │ │ │ │ │ ├── stringhelp.c │ │ │ │ │ ├── stringhelp.h │ │ │ │ │ ├── strlist.c │ │ │ │ │ ├── strlist.h │ │ │ │ │ ├── t-stringhelp.c │ │ │ │ │ ├── t-support.c │ │ │ │ │ ├── t-support.h │ │ │ │ │ ├── types.h │ │ │ │ │ ├── utf8conv.c │ │ │ │ │ ├── utf8conv.h │ │ │ │ │ ├── w32-afunix.c │ │ │ │ │ ├── w32-afunix.h │ │ │ │ │ ├── w32-gettext.c │ │ │ │ │ ├── w32-reg.c │ │ │ │ │ └── w32help.h │ │ │ │ │ ├── kbx │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── kbxutil.c │ │ │ │ │ ├── keybox-blob.c │ │ │ │ │ ├── keybox-defs.h │ │ │ │ │ ├── keybox-dump.c │ │ │ │ │ ├── keybox-file.c │ │ │ │ │ ├── keybox-init.c │ │ │ │ │ ├── keybox-openpgp.c │ │ │ │ │ ├── keybox-search-desc.h │ │ │ │ │ ├── keybox-search.c │ │ │ │ │ ├── keybox-update.c │ │ │ │ │ ├── keybox-util.c │ │ │ │ │ ├── keybox.h │ │ │ │ │ └── mkerrors │ │ │ │ │ ├── keyserver │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── curl-shim.c │ │ │ │ │ ├── curl-shim.h │ │ │ │ │ ├── gpg2keys_mailto.in │ │ │ │ │ ├── gpg2keys_test.in │ │ │ │ │ ├── gpgkeys_curl.c │ │ │ │ │ ├── gpgkeys_finger.c │ │ │ │ │ ├── gpgkeys_hkp.c │ │ │ │ │ ├── gpgkeys_kdns.c │ │ │ │ │ ├── gpgkeys_ldap.c │ │ │ │ │ ├── ksutil.c │ │ │ │ │ ├── ksutil.h │ │ │ │ │ └── no-libgcrypt.c │ │ │ │ │ ├── m4 │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── autobuild.m4 │ │ │ │ │ ├── codeset.m4 │ │ │ │ │ ├── estream.m4 │ │ │ │ │ ├── gettext.m4 │ │ │ │ │ ├── glibc2.m4 │ │ │ │ │ ├── glibc21.m4 │ │ │ │ │ ├── gnupg-pth.m4 │ │ │ │ │ ├── gpg-error.m4 │ │ │ │ │ ├── iconv.m4 │ │ │ │ │ ├── intdiv0.m4 │ │ │ │ │ ├── intl.m4 │ │ │ │ │ ├── intldir.m4 │ │ │ │ │ ├── intmax.m4 │ │ │ │ │ ├── inttypes-pri.m4 │ │ │ │ │ ├── inttypes.m4 │ │ │ │ │ ├── inttypes_h.m4 │ │ │ │ │ ├── isc-posix.m4 │ │ │ │ │ ├── ksba.m4 │ │ │ │ │ ├── lcmessage.m4 │ │ │ │ │ ├── ldap.m4 │ │ │ │ │ ├── lib-ld.m4 │ │ │ │ │ ├── lib-link.m4 │ │ │ │ │ ├── lib-prefix.m4 │ │ │ │ │ ├── libassuan.m4 │ │ │ │ │ ├── libcurl.m4 │ │ │ │ │ ├── libgcrypt.m4 │ │ │ │ │ ├── libusb.m4 │ │ │ │ │ ├── lock.m4 │ │ │ │ │ ├── longdouble.m4 │ │ │ │ │ ├── nls.m4 │ │ │ │ │ ├── po.m4 │ │ │ │ │ ├── printf-posix.m4 │ │ │ │ │ ├── progtest.m4 │ │ │ │ │ ├── readline.m4 │ │ │ │ │ ├── signed.m4 │ │ │ │ │ ├── size_max.m4 │ │ │ │ │ ├── socklen.m4 │ │ │ │ │ ├── stdint_h.m4 │ │ │ │ │ ├── sys_socket_h.m4 │ │ │ │ │ ├── tar-ustar.m4 │ │ │ │ │ ├── uintmax_t.m4 │ │ │ │ │ ├── visibility.m4 │ │ │ │ │ ├── wchar_t.m4 │ │ │ │ │ ├── wint_t.m4 │ │ │ │ │ └── xsize.m4 │ │ │ │ │ ├── po │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── LINGUAS │ │ │ │ │ ├── Makefile.in.in │ │ │ │ │ ├── Makevars │ │ │ │ │ ├── POTFILES.in │ │ │ │ │ ├── Rules-quot │ │ │ │ │ ├── be.gmo │ │ │ │ │ ├── be.po │ │ │ │ │ ├── boldquot.sed │ │ │ │ │ ├── ca.gmo │ │ │ │ │ ├── ca.po │ │ │ │ │ ├── cs.gmo │ │ │ │ │ ├── cs.po │ │ │ │ │ ├── da.gmo │ │ │ │ │ ├── da.po │ │ │ │ │ ├── de.gmo │ │ │ │ │ ├── de.po │ │ │ │ │ ├── el.gmo │ │ │ │ │ ├── el.po │ │ │ │ │ ├── en@boldquot.gmo │ │ │ │ │ ├── en@boldquot.header │ │ │ │ │ ├── en@boldquot.po │ │ │ │ │ ├── en@quot.gmo │ │ │ │ │ ├── en@quot.header │ │ │ │ │ ├── en@quot.po │ │ │ │ │ ├── eo.gmo │ │ │ │ │ ├── eo.po │ │ │ │ │ ├── es.gmo │ │ │ │ │ ├── es.po │ │ │ │ │ ├── et.gmo │ │ │ │ │ ├── et.po │ │ │ │ │ ├── fi.gmo │ │ │ │ │ ├── fi.po │ │ │ │ │ ├── fr.gmo │ │ │ │ │ ├── fr.po │ │ │ │ │ ├── gl.gmo │ │ │ │ │ ├── gl.po │ │ │ │ │ ├── gnupg2.pot │ │ │ │ │ ├── hu.gmo │ │ │ │ │ ├── hu.po │ │ │ │ │ ├── id.gmo │ │ │ │ │ ├── id.po │ │ │ │ │ ├── insert-header.sin │ │ │ │ │ ├── it.gmo │ │ │ │ │ ├── it.po │ │ │ │ │ ├── ja.gmo │ │ │ │ │ ├── ja.po │ │ │ │ │ ├── nb.gmo │ │ │ │ │ ├── nb.po │ │ │ │ │ ├── nl.gmo │ │ │ │ │ ├── nl.po │ │ │ │ │ ├── pl.gmo │ │ │ │ │ ├── pl.po │ │ │ │ │ ├── pt.gmo │ │ │ │ │ ├── pt.po │ │ │ │ │ ├── pt_BR.gmo │ │ │ │ │ ├── pt_BR.po │ │ │ │ │ ├── quot.sed │ │ │ │ │ ├── remove-potcdate.sin │ │ │ │ │ ├── ro.gmo │ │ │ │ │ ├── ro.po │ │ │ │ │ ├── ru.gmo │ │ │ │ │ ├── ru.po │ │ │ │ │ ├── sk.gmo │ │ │ │ │ ├── sk.po │ │ │ │ │ ├── stamp-po │ │ │ │ │ ├── sv.gmo │ │ │ │ │ ├── sv.po │ │ │ │ │ ├── tr.gmo │ │ │ │ │ ├── tr.po │ │ │ │ │ ├── uk.gmo │ │ │ │ │ ├── uk.po │ │ │ │ │ ├── zh_CN.gmo │ │ │ │ │ ├── zh_CN.po │ │ │ │ │ ├── zh_TW.gmo │ │ │ │ │ └── zh_TW.po │ │ │ │ │ ├── scd │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── apdu.c │ │ │ │ │ ├── apdu.h │ │ │ │ │ ├── app-common.h │ │ │ │ │ ├── app-dinsig.c │ │ │ │ │ ├── app-geldkarte.c │ │ │ │ │ ├── app-help.c │ │ │ │ │ ├── app-nks.c │ │ │ │ │ ├── app-openpgp.c │ │ │ │ │ ├── app-p15.c │ │ │ │ │ ├── app.c │ │ │ │ │ ├── ccid-driver.c │ │ │ │ │ ├── ccid-driver.h │ │ │ │ │ ├── command.c │ │ │ │ │ ├── iso7816.c │ │ │ │ │ ├── iso7816.h │ │ │ │ │ ├── pcsc-wrapper.c │ │ │ │ │ ├── scdaemon-w32info.rc │ │ │ │ │ ├── scdaemon.c │ │ │ │ │ └── scdaemon.h │ │ │ │ │ ├── scripts │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── compile │ │ │ │ │ ├── config.guess │ │ │ │ │ ├── config.rpath │ │ │ │ │ ├── config.sub │ │ │ │ │ ├── depcomp │ │ │ │ │ ├── install-sh │ │ │ │ │ ├── mdate-sh │ │ │ │ │ ├── missing │ │ │ │ │ ├── mkinstalldirs │ │ │ │ │ └── texinfo.tex │ │ │ │ │ ├── sm │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── base64.c │ │ │ │ │ ├── call-agent.c │ │ │ │ │ ├── call-dirmngr.c │ │ │ │ │ ├── certchain.c │ │ │ │ │ ├── certcheck.c │ │ │ │ │ ├── certdump.c │ │ │ │ │ ├── certlist.c │ │ │ │ │ ├── certreqgen-ui.c │ │ │ │ │ ├── certreqgen.c │ │ │ │ │ ├── decrypt.c │ │ │ │ │ ├── delete.c │ │ │ │ │ ├── encrypt.c │ │ │ │ │ ├── export.c │ │ │ │ │ ├── fingerprint.c │ │ │ │ │ ├── gpgsm-w32info.rc │ │ │ │ │ ├── gpgsm.c │ │ │ │ │ ├── gpgsm.h │ │ │ │ │ ├── import.c │ │ │ │ │ ├── keydb.c │ │ │ │ │ ├── keydb.h │ │ │ │ │ ├── keylist.c │ │ │ │ │ ├── misc.c │ │ │ │ │ ├── qualified.c │ │ │ │ │ ├── server.c │ │ │ │ │ ├── sign.c │ │ │ │ │ └── verify.c │ │ │ │ │ ├── tests │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── asschk.c │ │ │ │ │ ├── inittests │ │ │ │ │ ├── openpgp │ │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ │ ├── Makefile.am │ │ │ │ │ │ ├── Makefile.in │ │ │ │ │ │ ├── armdetach.test │ │ │ │ │ │ ├── armdetachm.test │ │ │ │ │ │ ├── armencrypt.test │ │ │ │ │ │ ├── armencryptp.test │ │ │ │ │ │ ├── armor.test │ │ │ │ │ │ ├── armsignencrypt.test │ │ │ │ │ │ ├── armsigs.test │ │ │ │ │ │ ├── bug537-test.data.asc │ │ │ │ │ │ ├── bug894-test.asc │ │ │ │ │ │ ├── clearsig.test │ │ │ │ │ │ ├── conventional-mdc.test │ │ │ │ │ │ ├── conventional.test │ │ │ │ │ │ ├── decrypt-dsa.test │ │ │ │ │ │ ├── decrypt.test │ │ │ │ │ │ ├── defs.inc │ │ │ │ │ │ ├── detach.test │ │ │ │ │ │ ├── detachm.test │ │ │ │ │ │ ├── encrypt-dsa.test │ │ │ │ │ │ ├── encrypt.test │ │ │ │ │ │ ├── encryptp.test │ │ │ │ │ │ ├── genkey1024.test │ │ │ │ │ │ ├── gpg-agent.conf.tmpl │ │ │ │ │ │ ├── gpg.conf.tmpl │ │ │ │ │ │ ├── import.test │ │ │ │ │ │ ├── mds.test │ │ │ │ │ │ ├── mkdemodirs │ │ │ │ │ │ ├── multisig.test │ │ │ │ │ │ ├── plain-1-pgp.asc │ │ │ │ │ │ ├── plain-1.asc │ │ │ │ │ │ ├── plain-1o.asc │ │ │ │ │ │ ├── plain-2.asc │ │ │ │ │ │ ├── plain-2o.asc │ │ │ │ │ │ ├── plain-3.asc │ │ │ │ │ │ ├── plain-3o.asc │ │ │ │ │ │ ├── pubdemo.asc │ │ │ │ │ │ ├── pubring.asc │ │ │ │ │ │ ├── pubring.pkr.asc │ │ │ │ │ │ ├── seat.test │ │ │ │ │ │ ├── secdemo.asc │ │ │ │ │ │ ├── secring.asc │ │ │ │ │ │ ├── secring.skr.asc │ │ │ │ │ │ ├── signdemokey │ │ │ │ │ │ ├── signencrypt-dsa.test │ │ │ │ │ │ ├── signencrypt.test │ │ │ │ │ │ ├── sigs-dsa.test │ │ │ │ │ │ ├── sigs.test │ │ │ │ │ │ ├── verify.test │ │ │ │ │ │ └── version.test │ │ │ │ │ ├── pkits │ │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ │ ├── Makefile.am │ │ │ │ │ │ ├── Makefile.in │ │ │ │ │ │ ├── README │ │ │ │ │ │ ├── basic-certificate-revocation │ │ │ │ │ │ ├── certificate-policies │ │ │ │ │ │ ├── common.sh │ │ │ │ │ │ ├── delta-crls │ │ │ │ │ │ ├── distribution-points │ │ │ │ │ │ ├── import-all-certs │ │ │ │ │ │ ├── import-all-certs.data │ │ │ │ │ │ ├── inhibit-any-policy │ │ │ │ │ │ ├── inhibit-policy-mapping │ │ │ │ │ │ ├── inittests │ │ │ │ │ │ ├── key-usage │ │ │ │ │ │ ├── name-constraints │ │ │ │ │ │ ├── policy-mappings │ │ │ │ │ │ ├── private-certificate-extensions │ │ │ │ │ │ ├── require-explicit-policy │ │ │ │ │ │ ├── runtest │ │ │ │ │ │ ├── signature-verification │ │ │ │ │ │ ├── validate-all-certs │ │ │ │ │ │ ├── validity-periods │ │ │ │ │ │ ├── verifying-basic-constraints │ │ │ │ │ │ ├── verifying-name-chaining │ │ │ │ │ │ └── verifying-paths-self-issued │ │ │ │ │ ├── runtest │ │ │ │ │ ├── samplekeys │ │ │ │ │ │ ├── 32100C27173EF6E9C4E9A25D3D69F86D37A4F939.key │ │ │ │ │ │ ├── cert_g10code_pete1.pem │ │ │ │ │ │ ├── cert_g10code_test1.pem │ │ │ │ │ │ └── cert_g10code_theo1.pem │ │ │ │ │ ├── sm-sign+verify │ │ │ │ │ ├── sm-verify │ │ │ │ │ ├── text-1.dsig.pem │ │ │ │ │ ├── text-1.osig-bad.pem │ │ │ │ │ ├── text-1.osig.pem │ │ │ │ │ ├── text-1.txt │ │ │ │ │ ├── text-2.osig-bad.pem │ │ │ │ │ ├── text-2.osig.pem │ │ │ │ │ ├── text-2.txt │ │ │ │ │ └── text-3.txt │ │ │ │ │ └── tools │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── Manifest │ │ │ │ │ ├── addgnupghome │ │ │ │ │ ├── applygnupgdefaults │ │ │ │ │ ├── ccidmon.c │ │ │ │ │ ├── clean-sat.c │ │ │ │ │ ├── convert-from-106 │ │ │ │ │ ├── gpg-check-pattern.c │ │ │ │ │ ├── gpg-connect-agent-w32info.rc │ │ │ │ │ ├── gpg-connect-agent.c │ │ │ │ │ ├── gpg-zip.in │ │ │ │ │ ├── gpgconf-comp.c │ │ │ │ │ ├── gpgconf.c │ │ │ │ │ ├── gpgconf.h │ │ │ │ │ ├── gpgkey2ssh.c │ │ │ │ │ ├── gpgparsemail.c │ │ │ │ │ ├── gpgsm-gencert.sh │ │ │ │ │ ├── gpgsplit.c │ │ │ │ │ ├── gpgtar-create.c │ │ │ │ │ ├── gpgtar-extract.c │ │ │ │ │ ├── gpgtar-list.c │ │ │ │ │ ├── gpgtar.c │ │ │ │ │ ├── gpgtar.h │ │ │ │ │ ├── lspgpot │ │ │ │ │ ├── mail-signed-keys │ │ │ │ │ ├── make-dns-cert.c │ │ │ │ │ ├── mk-tdata.c │ │ │ │ │ ├── no-libgcrypt.c │ │ │ │ │ ├── rfc822parse.c │ │ │ │ │ ├── rfc822parse.h │ │ │ │ │ ├── sockprox.c │ │ │ │ │ ├── symcryptrun.c │ │ │ │ │ └── watchgnupg.c │ │ │ └── proxy_programs_through_it.txt │ │ ├── marionette_tg │ │ │ ├── README.md │ │ │ ├── __init__.py │ │ │ ├── action.py │ │ │ ├── channel.py │ │ │ ├── channel_test.py │ │ │ ├── cli_tests.py │ │ │ ├── client.py │ │ │ ├── conf.py │ │ │ ├── driver.py │ │ │ ├── dsl.py │ │ │ ├── dsl_tests.py │ │ │ ├── exceptions.py │ │ │ ├── executable.py │ │ │ ├── executables │ │ │ │ ├── __init__.py │ │ │ │ └── pioa.py │ │ │ ├── fish.py │ │ │ ├── formats │ │ │ │ ├── 20150701 │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── active_probing │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── ftp_pureftpd_10.mar │ │ │ │ │ │ ├── http_apache_247.mar │ │ │ │ │ │ └── ssh_openssh_661.mar │ │ │ │ │ ├── custom │ │ │ │ │ │ ├── amazon.mar │ │ │ │ │ │ ├── cxsecurity.mar │ │ │ │ │ │ ├── ebay.mar │ │ │ │ │ │ ├── packetstorm.mar │ │ │ │ │ │ ├── tinyurl.mar │ │ │ │ │ │ └── youtube.mar │ │ │ │ │ ├── dns_request.mar │ │ │ │ │ ├── dummy.mar │ │ │ │ │ ├── ftp_pasv_transfer.mar │ │ │ │ │ ├── ftp_simple_blocking.mar │ │ │ │ │ ├── http_active_probing.mar │ │ │ │ │ ├── http_active_probing2.mar │ │ │ │ │ ├── http_probabilistic_blocking.mar │ │ │ │ │ ├── http_simple_blocking.mar │ │ │ │ │ ├── http_simple_blocking_with_msg_lens.mar │ │ │ │ │ ├── http_simple_nonblocking.mar │ │ │ │ │ ├── http_squid_blocking.mar │ │ │ │ │ ├── http_timings.mar │ │ │ │ │ ├── https_simple_blocking.mar │ │ │ │ │ ├── nmap │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── kpdyer.com.mar │ │ │ │ │ ├── smb_simple_nonblocking.mar │ │ │ │ │ ├── ssh_simple_nonblocking.mar │ │ │ │ │ ├── ta │ │ │ │ │ │ ├── amzn_conn.mar │ │ │ │ │ │ └── amzn_sess.mar │ │ │ │ │ ├── test_hex_input_strings.mar │ │ │ │ │ └── udp_test_format.mar │ │ │ │ ├── 20150702 │ │ │ │ │ └── http_simple_blocking.mar │ │ │ │ ├── README.md │ │ │ │ └── __init__.py │ │ │ ├── marionette.conf │ │ │ ├── model_swapping_tests.py │ │ │ ├── multiplexer.py │ │ │ ├── plugins │ │ │ │ ├── README.md │ │ │ │ ├── __init__.py │ │ │ │ ├── _channel.py │ │ │ │ ├── _fte.py │ │ │ │ ├── _io.py │ │ │ │ ├── _model.py │ │ │ │ └── _tg.py │ │ │ ├── probe_tests.py │ │ │ ├── record_layer.py │ │ │ ├── record_layer_tests.py │ │ │ ├── server.py │ │ │ └── updater.py │ │ ├── setup.py │ │ ├── start.txt │ │ ├── version │ │ └── whitepaper │ │ │ ├── Whitepaper_LayerProx_by_Filip_Kalebo.txt │ │ │ ├── fullyworking_all_plugins.pcapng │ │ │ └── talks │ │ │ ├── .~lock.Layerprox.pptx# │ │ │ ├── encryption_title.jpg │ │ │ ├── fish.png │ │ │ ├── fishPoC.png │ │ │ ├── model.png │ │ │ ├── sec-t2016.pptx │ │ │ └── talks.zip │ ├── Aquaman │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bin │ │ │ ├── README.md │ │ │ ├── benchmark │ │ │ ├── httpserver │ │ │ ├── marionette_client │ │ │ ├── marionette_server │ │ │ ├── simulate │ │ │ └── socksserver │ │ ├── documentation │ │ │ ├── encryption │ │ │ │ ├── _fte │ │ │ │ │ ├── base64 │ │ │ │ │ │ └── fte │ │ │ │ │ ├── base64_scrypt_gpg │ │ │ │ │ │ └── _fte.py │ │ │ │ │ ├── base64_with_gpg │ │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ │ └── _fte.py │ │ │ │ │ └── scrypt │ │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ │ └── _fte.py │ │ │ │ ├── how to add a extra layer of encryption.md │ │ │ │ └── how to add a extra layer of encryption.txt │ │ │ ├── extra code │ │ │ │ └── _fte │ │ │ │ │ ├── base64 │ │ │ │ │ └── fte │ │ │ │ │ ├── base64_scrypt_gpg │ │ │ │ │ └── _fte.py │ │ │ │ │ ├── base64_with_gpg │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ └── _fte.py │ │ │ │ │ └── scrypt │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ └── _fte.py │ │ │ ├── formats │ │ │ │ ├── amazon.mar │ │ │ │ ├── cxsecurity.mar │ │ │ │ ├── ebay.mar │ │ │ │ ├── packetstorm.mar │ │ │ │ ├── syntax.txt │ │ │ │ ├── tinyurl.mar │ │ │ │ └── youtube.mar │ │ │ ├── gen_a_quick_passwd.py │ │ │ ├── install │ │ │ │ ├── install_on_macosx.md │ │ │ │ ├── install_on_windows.md │ │ │ │ └── problems_and_fixes.md │ │ │ ├── install_on_windows.md │ │ │ ├── marionette │ │ │ │ ├── MANIFEST.in │ │ │ │ ├── README │ │ │ │ └── README.md │ │ │ ├── pgp │ │ │ │ └── gnupg │ │ │ │ │ ├── gnupg-2.0.30.tar.bz2 │ │ │ │ │ └── gnupg-2.0.30 │ │ │ │ │ ├── ABOUT-NLS │ │ │ │ │ ├── AUTHORS │ │ │ │ │ ├── COPYING │ │ │ │ │ ├── COPYING.LIB │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── INSTALL │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── NEWS │ │ │ │ │ ├── README │ │ │ │ │ ├── README.GIT │ │ │ │ │ ├── THANKS │ │ │ │ │ ├── TODO │ │ │ │ │ ├── VERSION │ │ │ │ │ ├── acinclude.m4 │ │ │ │ │ ├── aclocal.m4 │ │ │ │ │ ├── agent │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── agent.h │ │ │ │ │ ├── cache.c │ │ │ │ │ ├── call-pinentry.c │ │ │ │ │ ├── call-scd.c │ │ │ │ │ ├── command-ssh.c │ │ │ │ │ ├── command.c │ │ │ │ │ ├── divert-scd.c │ │ │ │ │ ├── findkey.c │ │ │ │ │ ├── genkey.c │ │ │ │ │ ├── gpg-agent-w32info.rc │ │ │ │ │ ├── gpg-agent.c │ │ │ │ │ ├── learncard.c │ │ │ │ │ ├── minip12.c │ │ │ │ │ ├── minip12.h │ │ │ │ │ ├── pkdecrypt.c │ │ │ │ │ ├── pksign.c │ │ │ │ │ ├── preset-passphrase.c │ │ │ │ │ ├── protect-tool.c │ │ │ │ │ ├── protect.c │ │ │ │ │ ├── t-protect.c │ │ │ │ │ ├── trans.c │ │ │ │ │ └── trustlist.c │ │ │ │ │ ├── am │ │ │ │ │ └── cmacros.am │ │ │ │ │ ├── autogen.sh │ │ │ │ │ ├── common │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── README │ │ │ │ │ ├── asshelp.c │ │ │ │ │ ├── asshelp.h │ │ │ │ │ ├── audit-events.h │ │ │ │ │ ├── audit.c │ │ │ │ │ ├── audit.h │ │ │ │ │ ├── b64dec.c │ │ │ │ │ ├── b64enc.c │ │ │ │ │ ├── common-defs.h │ │ │ │ │ ├── convert.c │ │ │ │ │ ├── dns-cert.c │ │ │ │ │ ├── dns-cert.h │ │ │ │ │ ├── estream-printf.c │ │ │ │ │ ├── estream-printf.h │ │ │ │ │ ├── estream.c │ │ │ │ │ ├── estream.h │ │ │ │ │ ├── exaudit.awk │ │ │ │ │ ├── exechelp.c │ │ │ │ │ ├── exechelp.h │ │ │ │ │ ├── exstatus.awk │ │ │ │ │ ├── gc-opt-flags.h │ │ │ │ │ ├── get-passphrase.c │ │ │ │ │ ├── get-passphrase.h │ │ │ │ │ ├── gettime.c │ │ │ │ │ ├── gnupg.ico │ │ │ │ │ ├── gpgrlhelp.c │ │ │ │ │ ├── helpfile.c │ │ │ │ │ ├── homedir.c │ │ │ │ │ ├── http.c │ │ │ │ │ ├── http.h │ │ │ │ │ ├── i18n.c │ │ │ │ │ ├── i18n.h │ │ │ │ │ ├── init.c │ │ │ │ │ ├── init.h │ │ │ │ │ ├── iobuf.c │ │ │ │ │ ├── iobuf.h │ │ │ │ │ ├── keyserver.h │ │ │ │ │ ├── localename.c │ │ │ │ │ ├── membuf.c │ │ │ │ │ ├── membuf.h │ │ │ │ │ ├── miscellaneous.c │ │ │ │ │ ├── mkstrtable.awk │ │ │ │ │ ├── openpgpdefs.h │ │ │ │ │ ├── percent.c │ │ │ │ │ ├── pka.c │ │ │ │ │ ├── pka.h │ │ │ │ │ ├── session-env.c │ │ │ │ │ ├── session-env.h │ │ │ │ │ ├── sexp-parse.h │ │ │ │ │ ├── sexputil.c │ │ │ │ │ ├── signal.c │ │ │ │ │ ├── simple-pwquery.c │ │ │ │ │ ├── simple-pwquery.h │ │ │ │ │ ├── srv.c │ │ │ │ │ ├── srv.h │ │ │ │ │ ├── ssh-utils.c │ │ │ │ │ ├── ssh-utils.h │ │ │ │ │ ├── status-codes.h │ │ │ │ │ ├── status.c │ │ │ │ │ ├── status.h │ │ │ │ │ ├── sysutils.c │ │ │ │ │ ├── sysutils.h │ │ │ │ │ ├── t-b64.c │ │ │ │ │ ├── t-convert.c │ │ │ │ │ ├── t-exechelp.c │ │ │ │ │ ├── t-gettime.c │ │ │ │ │ ├── t-helpfile.c │ │ │ │ │ ├── t-percent.c │ │ │ │ │ ├── t-session-env.c │ │ │ │ │ ├── t-sexputil.c │ │ │ │ │ ├── t-ssh-utils.c │ │ │ │ │ ├── t-sysutils.c │ │ │ │ │ ├── tlv.c │ │ │ │ │ ├── tlv.h │ │ │ │ │ ├── ttyio.c │ │ │ │ │ ├── ttyio.h │ │ │ │ │ ├── util.h │ │ │ │ │ ├── w32info-rc.h.in │ │ │ │ │ ├── xasprintf.c │ │ │ │ │ ├── xreadline.c │ │ │ │ │ ├── yesno.c │ │ │ │ │ └── zb32.c │ │ │ │ │ ├── config.h.in │ │ │ │ │ ├── configure │ │ │ │ │ ├── configure.ac │ │ │ │ │ ├── doc │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── DETAILS │ │ │ │ │ ├── FAQ │ │ │ │ │ ├── HACKING │ │ │ │ │ ├── KEYSERVER │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── OpenPGP │ │ │ │ │ ├── TRANSLATE │ │ │ │ │ ├── com-certs.pem │ │ │ │ │ ├── contrib.texi │ │ │ │ │ ├── debugging.texi │ │ │ │ │ ├── examples │ │ │ │ │ │ ├── README │ │ │ │ │ │ ├── gpgconf.conf │ │ │ │ │ │ ├── pwpattern.list │ │ │ │ │ │ ├── scd-event │ │ │ │ │ │ └── trustlist.txt │ │ │ │ │ ├── glossary.texi │ │ │ │ │ ├── gnupg-card-architecture.eps │ │ │ │ │ ├── gnupg-card-architecture.fig │ │ │ │ │ ├── gnupg-card-architecture.pdf │ │ │ │ │ ├── gnupg-card-architecture.png │ │ │ │ │ ├── gnupg-logo.eps │ │ │ │ │ ├── gnupg-logo.pdf │ │ │ │ │ ├── gnupg-logo.png │ │ │ │ │ ├── gnupg.info │ │ │ │ │ ├── gnupg.info-1 │ │ │ │ │ ├── gnupg.info-2 │ │ │ │ │ ├── gnupg.texi │ │ │ │ │ ├── gnupg7.texi │ │ │ │ │ ├── gpg-agent.texi │ │ │ │ │ ├── gpg.texi │ │ │ │ │ ├── gpgsm.texi │ │ │ │ │ ├── gpgv.texi │ │ │ │ │ ├── gpl.texi │ │ │ │ │ ├── help.be.txt │ │ │ │ │ ├── help.ca.txt │ │ │ │ │ ├── help.cs.txt │ │ │ │ │ ├── help.da.txt │ │ │ │ │ ├── help.de.txt │ │ │ │ │ ├── help.el.txt │ │ │ │ │ ├── help.eo.txt │ │ │ │ │ ├── help.es.txt │ │ │ │ │ ├── help.et.txt │ │ │ │ │ ├── help.fi.txt │ │ │ │ │ ├── help.fr.txt │ │ │ │ │ ├── help.gl.txt │ │ │ │ │ ├── help.hu.txt │ │ │ │ │ ├── help.id.txt │ │ │ │ │ ├── help.it.txt │ │ │ │ │ ├── help.ja.txt │ │ │ │ │ ├── help.nb.txt │ │ │ │ │ ├── help.pl.txt │ │ │ │ │ ├── help.pt.txt │ │ │ │ │ ├── help.pt_BR.txt │ │ │ │ │ ├── help.ro.txt │ │ │ │ │ ├── help.ru.txt │ │ │ │ │ ├── help.sk.txt │ │ │ │ │ ├── help.sv.txt │ │ │ │ │ ├── help.tr.txt │ │ │ │ │ ├── help.txt │ │ │ │ │ ├── help.zh_CN.txt │ │ │ │ │ ├── help.zh_TW.txt │ │ │ │ │ ├── howto-create-a-server-cert.texi │ │ │ │ │ ├── howtos.texi │ │ │ │ │ ├── instguide.texi │ │ │ │ │ ├── opt-homedir.texi │ │ │ │ │ ├── qualified.txt │ │ │ │ │ ├── samplekeys.asc │ │ │ │ │ ├── scdaemon.texi │ │ │ │ │ ├── see-also-note.texi │ │ │ │ │ ├── specify-user-id.texi │ │ │ │ │ ├── stamp-vti │ │ │ │ │ ├── sysnotes.texi │ │ │ │ │ ├── tools.texi │ │ │ │ │ ├── version.texi │ │ │ │ │ └── yat2m.c │ │ │ │ │ ├── g10 │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── armor.c │ │ │ │ │ ├── build-packet.c │ │ │ │ │ ├── call-agent.c │ │ │ │ │ ├── call-agent.h │ │ │ │ │ ├── card-util.c │ │ │ │ │ ├── cipher.c │ │ │ │ │ ├── compress-bz2.c │ │ │ │ │ ├── compress.c │ │ │ │ │ ├── cpr.c │ │ │ │ │ ├── dearmor.c │ │ │ │ │ ├── decrypt.c │ │ │ │ │ ├── delkey.c │ │ │ │ │ ├── encode.c │ │ │ │ │ ├── encr-data.c │ │ │ │ │ ├── exec.c │ │ │ │ │ ├── exec.h │ │ │ │ │ ├── export.c │ │ │ │ │ ├── filter.h │ │ │ │ │ ├── free-packet.c │ │ │ │ │ ├── getkey.c │ │ │ │ │ ├── gpg-w32info.rc │ │ │ │ │ ├── gpg.c │ │ │ │ │ ├── gpg.h │ │ │ │ │ ├── gpgv.c │ │ │ │ │ ├── helptext.c │ │ │ │ │ ├── import.c │ │ │ │ │ ├── kbnode.c │ │ │ │ │ ├── keydb.c │ │ │ │ │ ├── keydb.h │ │ │ │ │ ├── keyedit.c │ │ │ │ │ ├── keygen.c │ │ │ │ │ ├── keyid.c │ │ │ │ │ ├── keylist.c │ │ │ │ │ ├── keyring.c │ │ │ │ │ ├── keyring.h │ │ │ │ │ ├── keyserver-internal.h │ │ │ │ │ ├── keyserver.c │ │ │ │ │ ├── main.h │ │ │ │ │ ├── mainproc.c │ │ │ │ │ ├── mdfilter.c │ │ │ │ │ ├── misc.c │ │ │ │ │ ├── openfile.c │ │ │ │ │ ├── options.h │ │ │ │ │ ├── options.skel │ │ │ │ │ ├── packet.h │ │ │ │ │ ├── parse-packet.c │ │ │ │ │ ├── passphrase.c │ │ │ │ │ ├── photoid.c │ │ │ │ │ ├── photoid.h │ │ │ │ │ ├── pkclist.c │ │ │ │ │ ├── pkglue.c │ │ │ │ │ ├── pkglue.h │ │ │ │ │ ├── plaintext.c │ │ │ │ │ ├── progress.c │ │ │ │ │ ├── pubkey-enc.c │ │ │ │ │ ├── revoke.c │ │ │ │ │ ├── rmd160.c │ │ │ │ │ ├── rmd160.h │ │ │ │ │ ├── seckey-cert.c │ │ │ │ │ ├── server.c │ │ │ │ │ ├── seskey.c │ │ │ │ │ ├── sig-check.c │ │ │ │ │ ├── sign.c │ │ │ │ │ ├── skclist.c │ │ │ │ │ ├── t-rmd160.c │ │ │ │ │ ├── tdbdump.c │ │ │ │ │ ├── tdbio.c │ │ │ │ │ ├── tdbio.h │ │ │ │ │ ├── textfilter.c │ │ │ │ │ ├── trustdb.c │ │ │ │ │ ├── trustdb.h │ │ │ │ │ └── verify.c │ │ │ │ │ ├── gl │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── alloca_.h │ │ │ │ │ ├── allocsa.c │ │ │ │ │ ├── allocsa.h │ │ │ │ │ ├── allocsa.valgrind │ │ │ │ │ ├── m4 │ │ │ │ │ │ ├── absolute-header.m4 │ │ │ │ │ │ ├── alloca.m4 │ │ │ │ │ │ ├── allocsa.m4 │ │ │ │ │ │ ├── eealloc.m4 │ │ │ │ │ │ ├── gnulib-comp.m4 │ │ │ │ │ │ ├── gnulib-tool.m4 │ │ │ │ │ │ ├── mkdtemp.m4 │ │ │ │ │ │ ├── setenv.m4 │ │ │ │ │ │ ├── stdint.m4 │ │ │ │ │ │ ├── strpbrk.m4 │ │ │ │ │ │ └── unistd_h.m4 │ │ │ │ │ ├── mkdtemp.c │ │ │ │ │ ├── mkdtemp.h │ │ │ │ │ ├── setenv.c │ │ │ │ │ ├── setenv.h │ │ │ │ │ ├── size_max.h │ │ │ │ │ ├── stdint_.h │ │ │ │ │ ├── strpbrk.c │ │ │ │ │ ├── strpbrk.h │ │ │ │ │ ├── unsetenv.c │ │ │ │ │ └── xsize.h │ │ │ │ │ ├── include │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── _regex.h │ │ │ │ │ ├── cipher.h │ │ │ │ │ ├── host2net.h │ │ │ │ │ └── types.h │ │ │ │ │ ├── jnlib │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── README │ │ │ │ │ ├── argparse.c │ │ │ │ │ ├── argparse.h │ │ │ │ │ ├── dotlock.c │ │ │ │ │ ├── dotlock.h │ │ │ │ │ ├── dynload.h │ │ │ │ │ ├── libjnlib-config.h │ │ │ │ │ ├── logging.c │ │ │ │ │ ├── logging.h │ │ │ │ │ ├── mischelp.c │ │ │ │ │ ├── mischelp.h │ │ │ │ │ ├── stringhelp.c │ │ │ │ │ ├── stringhelp.h │ │ │ │ │ ├── strlist.c │ │ │ │ │ ├── strlist.h │ │ │ │ │ ├── t-stringhelp.c │ │ │ │ │ ├── t-support.c │ │ │ │ │ ├── t-support.h │ │ │ │ │ ├── types.h │ │ │ │ │ ├── utf8conv.c │ │ │ │ │ ├── utf8conv.h │ │ │ │ │ ├── w32-afunix.c │ │ │ │ │ ├── w32-afunix.h │ │ │ │ │ ├── w32-gettext.c │ │ │ │ │ ├── w32-reg.c │ │ │ │ │ └── w32help.h │ │ │ │ │ ├── kbx │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── kbxutil.c │ │ │ │ │ ├── keybox-blob.c │ │ │ │ │ ├── keybox-defs.h │ │ │ │ │ ├── keybox-dump.c │ │ │ │ │ ├── keybox-file.c │ │ │ │ │ ├── keybox-init.c │ │ │ │ │ ├── keybox-openpgp.c │ │ │ │ │ ├── keybox-search-desc.h │ │ │ │ │ ├── keybox-search.c │ │ │ │ │ ├── keybox-update.c │ │ │ │ │ ├── keybox-util.c │ │ │ │ │ ├── keybox.h │ │ │ │ │ └── mkerrors │ │ │ │ │ ├── keyserver │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── curl-shim.c │ │ │ │ │ ├── curl-shim.h │ │ │ │ │ ├── gpg2keys_mailto.in │ │ │ │ │ ├── gpg2keys_test.in │ │ │ │ │ ├── gpgkeys_curl.c │ │ │ │ │ ├── gpgkeys_finger.c │ │ │ │ │ ├── gpgkeys_hkp.c │ │ │ │ │ ├── gpgkeys_kdns.c │ │ │ │ │ ├── gpgkeys_ldap.c │ │ │ │ │ ├── ksutil.c │ │ │ │ │ ├── ksutil.h │ │ │ │ │ └── no-libgcrypt.c │ │ │ │ │ ├── m4 │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── autobuild.m4 │ │ │ │ │ ├── codeset.m4 │ │ │ │ │ ├── estream.m4 │ │ │ │ │ ├── gettext.m4 │ │ │ │ │ ├── glibc2.m4 │ │ │ │ │ ├── glibc21.m4 │ │ │ │ │ ├── gnupg-pth.m4 │ │ │ │ │ ├── gpg-error.m4 │ │ │ │ │ ├── iconv.m4 │ │ │ │ │ ├── intdiv0.m4 │ │ │ │ │ ├── intl.m4 │ │ │ │ │ ├── intldir.m4 │ │ │ │ │ ├── intmax.m4 │ │ │ │ │ ├── inttypes-pri.m4 │ │ │ │ │ ├── inttypes.m4 │ │ │ │ │ ├── inttypes_h.m4 │ │ │ │ │ ├── isc-posix.m4 │ │ │ │ │ ├── ksba.m4 │ │ │ │ │ ├── lcmessage.m4 │ │ │ │ │ ├── ldap.m4 │ │ │ │ │ ├── lib-ld.m4 │ │ │ │ │ ├── lib-link.m4 │ │ │ │ │ ├── lib-prefix.m4 │ │ │ │ │ ├── libassuan.m4 │ │ │ │ │ ├── libcurl.m4 │ │ │ │ │ ├── libgcrypt.m4 │ │ │ │ │ ├── libusb.m4 │ │ │ │ │ ├── lock.m4 │ │ │ │ │ ├── longdouble.m4 │ │ │ │ │ ├── nls.m4 │ │ │ │ │ ├── po.m4 │ │ │ │ │ ├── printf-posix.m4 │ │ │ │ │ ├── progtest.m4 │ │ │ │ │ ├── readline.m4 │ │ │ │ │ ├── signed.m4 │ │ │ │ │ ├── size_max.m4 │ │ │ │ │ ├── socklen.m4 │ │ │ │ │ ├── stdint_h.m4 │ │ │ │ │ ├── sys_socket_h.m4 │ │ │ │ │ ├── tar-ustar.m4 │ │ │ │ │ ├── uintmax_t.m4 │ │ │ │ │ ├── visibility.m4 │ │ │ │ │ ├── wchar_t.m4 │ │ │ │ │ ├── wint_t.m4 │ │ │ │ │ └── xsize.m4 │ │ │ │ │ ├── po │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── LINGUAS │ │ │ │ │ ├── Makefile.in.in │ │ │ │ │ ├── Makevars │ │ │ │ │ ├── POTFILES.in │ │ │ │ │ ├── Rules-quot │ │ │ │ │ ├── be.gmo │ │ │ │ │ ├── be.po │ │ │ │ │ ├── boldquot.sed │ │ │ │ │ ├── ca.gmo │ │ │ │ │ ├── ca.po │ │ │ │ │ ├── cs.gmo │ │ │ │ │ ├── cs.po │ │ │ │ │ ├── da.gmo │ │ │ │ │ ├── da.po │ │ │ │ │ ├── de.gmo │ │ │ │ │ ├── de.po │ │ │ │ │ ├── el.gmo │ │ │ │ │ ├── el.po │ │ │ │ │ ├── en@boldquot.gmo │ │ │ │ │ ├── en@boldquot.header │ │ │ │ │ ├── en@boldquot.po │ │ │ │ │ ├── en@quot.gmo │ │ │ │ │ ├── en@quot.header │ │ │ │ │ ├── en@quot.po │ │ │ │ │ ├── eo.gmo │ │ │ │ │ ├── eo.po │ │ │ │ │ ├── es.gmo │ │ │ │ │ ├── es.po │ │ │ │ │ ├── et.gmo │ │ │ │ │ ├── et.po │ │ │ │ │ ├── fi.gmo │ │ │ │ │ ├── fi.po │ │ │ │ │ ├── fr.gmo │ │ │ │ │ ├── fr.po │ │ │ │ │ ├── gl.gmo │ │ │ │ │ ├── gl.po │ │ │ │ │ ├── gnupg2.pot │ │ │ │ │ ├── hu.gmo │ │ │ │ │ ├── hu.po │ │ │ │ │ ├── id.gmo │ │ │ │ │ ├── id.po │ │ │ │ │ ├── insert-header.sin │ │ │ │ │ ├── it.gmo │ │ │ │ │ ├── it.po │ │ │ │ │ ├── ja.gmo │ │ │ │ │ ├── ja.po │ │ │ │ │ ├── nb.gmo │ │ │ │ │ ├── nb.po │ │ │ │ │ ├── nl.gmo │ │ │ │ │ ├── nl.po │ │ │ │ │ ├── pl.gmo │ │ │ │ │ ├── pl.po │ │ │ │ │ ├── pt.gmo │ │ │ │ │ ├── pt.po │ │ │ │ │ ├── pt_BR.gmo │ │ │ │ │ ├── pt_BR.po │ │ │ │ │ ├── quot.sed │ │ │ │ │ ├── remove-potcdate.sin │ │ │ │ │ ├── ro.gmo │ │ │ │ │ ├── ro.po │ │ │ │ │ ├── ru.gmo │ │ │ │ │ ├── ru.po │ │ │ │ │ ├── sk.gmo │ │ │ │ │ ├── sk.po │ │ │ │ │ ├── stamp-po │ │ │ │ │ ├── sv.gmo │ │ │ │ │ ├── sv.po │ │ │ │ │ ├── tr.gmo │ │ │ │ │ ├── tr.po │ │ │ │ │ ├── uk.gmo │ │ │ │ │ ├── uk.po │ │ │ │ │ ├── zh_CN.gmo │ │ │ │ │ ├── zh_CN.po │ │ │ │ │ ├── zh_TW.gmo │ │ │ │ │ └── zh_TW.po │ │ │ │ │ ├── scd │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── apdu.c │ │ │ │ │ ├── apdu.h │ │ │ │ │ ├── app-common.h │ │ │ │ │ ├── app-dinsig.c │ │ │ │ │ ├── app-geldkarte.c │ │ │ │ │ ├── app-help.c │ │ │ │ │ ├── app-nks.c │ │ │ │ │ ├── app-openpgp.c │ │ │ │ │ ├── app-p15.c │ │ │ │ │ ├── app.c │ │ │ │ │ ├── ccid-driver.c │ │ │ │ │ ├── ccid-driver.h │ │ │ │ │ ├── command.c │ │ │ │ │ ├── iso7816.c │ │ │ │ │ ├── iso7816.h │ │ │ │ │ ├── pcsc-wrapper.c │ │ │ │ │ ├── scdaemon-w32info.rc │ │ │ │ │ ├── scdaemon.c │ │ │ │ │ └── scdaemon.h │ │ │ │ │ ├── scripts │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── compile │ │ │ │ │ ├── config.guess │ │ │ │ │ ├── config.rpath │ │ │ │ │ ├── config.sub │ │ │ │ │ ├── depcomp │ │ │ │ │ ├── install-sh │ │ │ │ │ ├── mdate-sh │ │ │ │ │ ├── missing │ │ │ │ │ ├── mkinstalldirs │ │ │ │ │ └── texinfo.tex │ │ │ │ │ ├── sm │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── base64.c │ │ │ │ │ ├── call-agent.c │ │ │ │ │ ├── call-dirmngr.c │ │ │ │ │ ├── certchain.c │ │ │ │ │ ├── certcheck.c │ │ │ │ │ ├── certdump.c │ │ │ │ │ ├── certlist.c │ │ │ │ │ ├── certreqgen-ui.c │ │ │ │ │ ├── certreqgen.c │ │ │ │ │ ├── decrypt.c │ │ │ │ │ ├── delete.c │ │ │ │ │ ├── encrypt.c │ │ │ │ │ ├── export.c │ │ │ │ │ ├── fingerprint.c │ │ │ │ │ ├── gpgsm-w32info.rc │ │ │ │ │ ├── gpgsm.c │ │ │ │ │ ├── gpgsm.h │ │ │ │ │ ├── import.c │ │ │ │ │ ├── keydb.c │ │ │ │ │ ├── keydb.h │ │ │ │ │ ├── keylist.c │ │ │ │ │ ├── misc.c │ │ │ │ │ ├── qualified.c │ │ │ │ │ ├── server.c │ │ │ │ │ ├── sign.c │ │ │ │ │ └── verify.c │ │ │ │ │ ├── tests │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── asschk.c │ │ │ │ │ ├── inittests │ │ │ │ │ ├── openpgp │ │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ │ ├── Makefile.am │ │ │ │ │ │ ├── Makefile.in │ │ │ │ │ │ ├── armdetach.test │ │ │ │ │ │ ├── armdetachm.test │ │ │ │ │ │ ├── armencrypt.test │ │ │ │ │ │ ├── armencryptp.test │ │ │ │ │ │ ├── armor.test │ │ │ │ │ │ ├── armsignencrypt.test │ │ │ │ │ │ ├── armsigs.test │ │ │ │ │ │ ├── bug537-test.data.asc │ │ │ │ │ │ ├── bug894-test.asc │ │ │ │ │ │ ├── clearsig.test │ │ │ │ │ │ ├── conventional-mdc.test │ │ │ │ │ │ ├── conventional.test │ │ │ │ │ │ ├── decrypt-dsa.test │ │ │ │ │ │ ├── decrypt.test │ │ │ │ │ │ ├── defs.inc │ │ │ │ │ │ ├── detach.test │ │ │ │ │ │ ├── detachm.test │ │ │ │ │ │ ├── encrypt-dsa.test │ │ │ │ │ │ ├── encrypt.test │ │ │ │ │ │ ├── encryptp.test │ │ │ │ │ │ ├── genkey1024.test │ │ │ │ │ │ ├── gpg-agent.conf.tmpl │ │ │ │ │ │ ├── gpg.conf.tmpl │ │ │ │ │ │ ├── import.test │ │ │ │ │ │ ├── mds.test │ │ │ │ │ │ ├── mkdemodirs │ │ │ │ │ │ ├── multisig.test │ │ │ │ │ │ ├── plain-1-pgp.asc │ │ │ │ │ │ ├── plain-1.asc │ │ │ │ │ │ ├── plain-1o.asc │ │ │ │ │ │ ├── plain-2.asc │ │ │ │ │ │ ├── plain-2o.asc │ │ │ │ │ │ ├── plain-3.asc │ │ │ │ │ │ ├── plain-3o.asc │ │ │ │ │ │ ├── pubdemo.asc │ │ │ │ │ │ ├── pubring.asc │ │ │ │ │ │ ├── pubring.pkr.asc │ │ │ │ │ │ ├── seat.test │ │ │ │ │ │ ├── secdemo.asc │ │ │ │ │ │ ├── secring.asc │ │ │ │ │ │ ├── secring.skr.asc │ │ │ │ │ │ ├── signdemokey │ │ │ │ │ │ ├── signencrypt-dsa.test │ │ │ │ │ │ ├── signencrypt.test │ │ │ │ │ │ ├── sigs-dsa.test │ │ │ │ │ │ ├── sigs.test │ │ │ │ │ │ ├── verify.test │ │ │ │ │ │ └── version.test │ │ │ │ │ ├── pkits │ │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ │ ├── Makefile.am │ │ │ │ │ │ ├── Makefile.in │ │ │ │ │ │ ├── README │ │ │ │ │ │ ├── basic-certificate-revocation │ │ │ │ │ │ ├── certificate-policies │ │ │ │ │ │ ├── common.sh │ │ │ │ │ │ ├── delta-crls │ │ │ │ │ │ ├── distribution-points │ │ │ │ │ │ ├── import-all-certs │ │ │ │ │ │ ├── import-all-certs.data │ │ │ │ │ │ ├── inhibit-any-policy │ │ │ │ │ │ ├── inhibit-policy-mapping │ │ │ │ │ │ ├── inittests │ │ │ │ │ │ ├── key-usage │ │ │ │ │ │ ├── name-constraints │ │ │ │ │ │ ├── policy-mappings │ │ │ │ │ │ ├── private-certificate-extensions │ │ │ │ │ │ ├── require-explicit-policy │ │ │ │ │ │ ├── runtest │ │ │ │ │ │ ├── signature-verification │ │ │ │ │ │ ├── validate-all-certs │ │ │ │ │ │ ├── validity-periods │ │ │ │ │ │ ├── verifying-basic-constraints │ │ │ │ │ │ ├── verifying-name-chaining │ │ │ │ │ │ └── verifying-paths-self-issued │ │ │ │ │ ├── runtest │ │ │ │ │ ├── samplekeys │ │ │ │ │ │ ├── 32100C27173EF6E9C4E9A25D3D69F86D37A4F939.key │ │ │ │ │ │ ├── cert_g10code_pete1.pem │ │ │ │ │ │ ├── cert_g10code_test1.pem │ │ │ │ │ │ └── cert_g10code_theo1.pem │ │ │ │ │ ├── sm-sign+verify │ │ │ │ │ ├── sm-verify │ │ │ │ │ ├── text-1.dsig.pem │ │ │ │ │ ├── text-1.osig-bad.pem │ │ │ │ │ ├── text-1.osig.pem │ │ │ │ │ ├── text-1.txt │ │ │ │ │ ├── text-2.osig-bad.pem │ │ │ │ │ ├── text-2.osig.pem │ │ │ │ │ ├── text-2.txt │ │ │ │ │ └── text-3.txt │ │ │ │ │ └── tools │ │ │ │ │ ├── ChangeLog-2011 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── Manifest │ │ │ │ │ ├── addgnupghome │ │ │ │ │ ├── applygnupgdefaults │ │ │ │ │ ├── ccidmon.c │ │ │ │ │ ├── clean-sat.c │ │ │ │ │ ├── convert-from-106 │ │ │ │ │ ├── gpg-check-pattern.c │ │ │ │ │ ├── gpg-connect-agent-w32info.rc │ │ │ │ │ ├── gpg-connect-agent.c │ │ │ │ │ ├── gpg-zip.in │ │ │ │ │ ├── gpgconf-comp.c │ │ │ │ │ ├── gpgconf.c │ │ │ │ │ ├── gpgconf.h │ │ │ │ │ ├── gpgkey2ssh.c │ │ │ │ │ ├── gpgparsemail.c │ │ │ │ │ ├── gpgsm-gencert.sh │ │ │ │ │ ├── gpgsplit.c │ │ │ │ │ ├── gpgtar-create.c │ │ │ │ │ ├── gpgtar-extract.c │ │ │ │ │ ├── gpgtar-list.c │ │ │ │ │ ├── gpgtar.c │ │ │ │ │ ├── gpgtar.h │ │ │ │ │ ├── lspgpot │ │ │ │ │ ├── mail-signed-keys │ │ │ │ │ ├── make-dns-cert.c │ │ │ │ │ ├── mk-tdata.c │ │ │ │ │ ├── no-libgcrypt.c │ │ │ │ │ ├── rfc822parse.c │ │ │ │ │ ├── rfc822parse.h │ │ │ │ │ ├── sockprox.c │ │ │ │ │ ├── symcryptrun.c │ │ │ │ │ └── watchgnupg.c │ │ │ └── proxy_programs_through_it.txt │ │ ├── marionette_tg │ │ │ ├── README.md │ │ │ ├── __init__.py │ │ │ ├── action.py │ │ │ ├── channel.py │ │ │ ├── channel_test.py │ │ │ ├── cli_tests.py │ │ │ ├── client.py │ │ │ ├── conf.py │ │ │ ├── driver.py │ │ │ ├── dsl.py │ │ │ ├── dsl_tests.py │ │ │ ├── exceptions.py │ │ │ ├── executable.py │ │ │ ├── executables │ │ │ │ ├── __init__.py │ │ │ │ └── pioa.py │ │ │ ├── fish.py │ │ │ ├── formats │ │ │ │ ├── 20150701 │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── active_probing │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── ftp_pureftpd_10.mar │ │ │ │ │ │ ├── http_apache_247.mar │ │ │ │ │ │ └── ssh_openssh_661.mar │ │ │ │ │ ├── custom │ │ │ │ │ │ ├── amazon.mar │ │ │ │ │ │ ├── cxsecurity.mar │ │ │ │ │ │ ├── ebay.mar │ │ │ │ │ │ ├── packetstorm.mar │ │ │ │ │ │ ├── tinyurl.mar │ │ │ │ │ │ └── youtube.mar │ │ │ │ │ ├── dns_request.mar │ │ │ │ │ ├── dummy.mar │ │ │ │ │ ├── ftp_pasv_transfer.mar │ │ │ │ │ ├── ftp_simple_blocking.mar │ │ │ │ │ ├── http_active_probing.mar │ │ │ │ │ ├── http_active_probing2.mar │ │ │ │ │ ├── http_probabilistic_blocking.mar │ │ │ │ │ ├── http_simple_blocking.mar │ │ │ │ │ ├── http_simple_blocking_with_msg_lens.mar │ │ │ │ │ ├── http_simple_nonblocking.mar │ │ │ │ │ ├── http_squid_blocking.mar │ │ │ │ │ ├── http_timings.mar │ │ │ │ │ ├── https_simple_blocking.mar │ │ │ │ │ ├── nmap │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── kpdyer.com.mar │ │ │ │ │ ├── smb_simple_nonblocking.mar │ │ │ │ │ ├── ssh_simple_nonblocking.mar │ │ │ │ │ ├── ta │ │ │ │ │ │ ├── amzn_conn.mar │ │ │ │ │ │ └── amzn_sess.mar │ │ │ │ │ ├── test_hex_input_strings.mar │ │ │ │ │ └── udp_test_format.mar │ │ │ │ ├── 20150702 │ │ │ │ │ └── http_simple_blocking.mar │ │ │ │ ├── README.md │ │ │ │ └── __init__.py │ │ │ ├── marionette.conf │ │ │ ├── model_swapping_tests.py │ │ │ ├── multiplexer.py │ │ │ ├── plugins │ │ │ │ ├── README.md │ │ │ │ ├── __init__.py │ │ │ │ ├── _channel.py │ │ │ │ ├── _fte.py │ │ │ │ ├── _io.py │ │ │ │ ├── _model.py │ │ │ │ └── _tg.py │ │ │ ├── probe_tests.py │ │ │ ├── record_layer.py │ │ │ ├── record_layer_tests.py │ │ │ ├── server.py │ │ │ └── updater.py │ │ ├── setup.py │ │ ├── start.txt │ │ ├── version │ │ └── whitepaper │ │ │ ├── Whitepaper_LayerProx_by_Filip_Kalebo.txt │ │ │ ├── fullyworking_all_plugins.pcapng │ │ │ └── talks │ │ │ ├── .~lock.Layerprox.pptx# │ │ │ ├── encryption_title.jpg │ │ │ ├── fish.png │ │ │ ├── fishPoC.png │ │ │ ├── model.png │ │ │ ├── sec-t2016.pptx │ │ │ └── talks.zip │ └── dsl │ │ ├── _fte.py │ │ ├── _tg.py │ │ ├── channel.py │ │ ├── dsl.py │ │ └── readme.md ├── offthewire_version │ ├── LICENSE │ ├── LayerProx_canary.txt │ ├── README.md │ ├── bin │ │ ├── README.md │ │ ├── benchmark │ │ ├── httpserver │ │ ├── marionette_client │ │ ├── marionette_server │ │ ├── simulate │ │ ├── sock5-server.py │ │ ├── socks1.py │ │ └── socksserver │ ├── debian_installer │ ├── debian_installer.sh │ ├── documentation │ │ ├── ascii_how_to.txt │ │ ├── encryption │ │ │ ├── _fte │ │ │ │ ├── base64 │ │ │ │ │ └── fte │ │ │ │ ├── base64_scrypt_gpg │ │ │ │ │ └── _fte.py │ │ │ │ ├── base64_with_gpg │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ └── _fte.py │ │ │ │ └── scrypt │ │ │ │ │ ├── ._fte.py.swp │ │ │ │ │ └── _fte.py │ │ │ ├── extra-stream │ │ │ ├── how to add a extra layer of encryption.md │ │ │ └── how to add a extra layer of encryption.txt │ │ ├── extra code │ │ │ └── _fte │ │ │ │ ├── base64 │ │ │ │ └── fte │ │ │ │ ├── base64_scrypt_gpg │ │ │ │ └── _fte.py │ │ │ │ ├── base64_with_gpg │ │ │ │ ├── ._fte.py.swp │ │ │ │ └── _fte.py │ │ │ │ └── scrypt │ │ │ │ ├── ._fte.py.swp │ │ │ │ └── _fte.py │ │ ├── formats │ │ │ ├── amazon.mar │ │ │ ├── cxsecurity.mar │ │ │ ├── ebay.mar │ │ │ ├── packetstorm.mar │ │ │ ├── syntax.txt │ │ │ ├── tinyurl.mar │ │ │ └── youtube.mar │ │ ├── gen_a_quick_passwd.py │ │ ├── install │ │ │ ├── cffi-1.7.0.tar.gz │ │ │ ├── install_on_macosx.md │ │ │ ├── install_on_windows.md │ │ │ └── problems_and_fixes.md │ │ ├── install_on_windows.md │ │ ├── keygen.txt │ │ ├── marionette │ │ │ ├── MANIFEST.in │ │ │ ├── README │ │ │ └── README.md │ │ ├── proxy_programs_through_it.txt │ │ └── server_deploy │ │ │ ├── README.md │ │ │ └── dns.txt │ ├── gui │ │ ├── setupwizard.py │ │ └── textconf.py │ ├── index.html │ ├── marionette_tg │ │ ├── README.md │ │ ├── __init__.py │ │ ├── action.py │ │ ├── channel.py │ │ ├── channel_test.py │ │ ├── cli_tests.py │ │ ├── client.py │ │ ├── conf.py │ │ ├── driver.py │ │ ├── dsl.py │ │ ├── dsl_tests.py │ │ ├── exceptions.py │ │ ├── executable.py │ │ ├── executables │ │ │ ├── __init__.py │ │ │ └── pioa.py │ │ ├── formats │ │ │ ├── 20150701 │ │ │ │ ├── __init__.py │ │ │ │ ├── active_probing │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── ftp_pureftpd_10.mar │ │ │ │ │ ├── http_apache_247.mar │ │ │ │ │ └── ssh_openssh_661.mar │ │ │ │ ├── custom │ │ │ │ │ ├── amazon.mar │ │ │ │ │ ├── cxsecurity.mar │ │ │ │ │ ├── ebay.mar │ │ │ │ │ ├── packetstorm.mar │ │ │ │ │ ├── tinyurl.mar │ │ │ │ │ └── youtube.mar │ │ │ │ ├── dns_request.mar │ │ │ │ ├── dummy.mar │ │ │ │ ├── ftp_pasv_transfer.mar │ │ │ │ ├── ftp_simple_blocking.mar │ │ │ │ ├── http_active_probing.mar │ │ │ │ ├── http_active_probing2.mar │ │ │ │ ├── http_probabilistic_blocking.mar │ │ │ │ ├── http_simple_blocking.mar │ │ │ │ ├── http_simple_blocking_with_msg_lens.mar │ │ │ │ ├── http_simple_nonblocking.mar │ │ │ │ ├── http_squid_blocking.mar │ │ │ │ ├── http_timings.mar │ │ │ │ ├── https_simple_blocking.mar │ │ │ │ ├── nmap │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── kpdyer.com.mar │ │ │ │ ├── owasp.mar │ │ │ │ ├── sec-t.mar │ │ │ │ ├── smb_simple_nonblocking.mar │ │ │ │ ├── ssh_simple_nonblocking.mar │ │ │ │ ├── ta │ │ │ │ │ ├── amzn_conn.mar │ │ │ │ │ └── amzn_sess.mar │ │ │ │ ├── test_hex_input_strings.mar │ │ │ │ └── udp_test_format.mar │ │ │ ├── 20150702 │ │ │ │ └── http_simple_blocking.mar │ │ │ ├── README.md │ │ │ ├── __init__.py │ │ │ └── youtubetest.mar │ │ ├── marionette.conf │ │ ├── model_swapping_tests.py │ │ ├── multiplexer.py │ │ ├── otw.py │ │ ├── plugins │ │ │ ├── README.md │ │ │ ├── __init__.py │ │ │ ├── _channel.py │ │ │ ├── _fte.py │ │ │ ├── _io.py │ │ │ ├── _model.py │ │ │ ├── _tg.py │ │ │ └── otw.py │ │ ├── probe_tests.py │ │ ├── record_layer.py │ │ ├── record_layer_tests.py │ │ ├── server.py │ │ └── updater.py │ ├── params.json │ ├── setup.py │ ├── start.txt │ ├── ubuntu_installer.sh │ ├── webui │ │ ├── Readme.md │ │ └── webui.py │ └── whitepaper │ │ ├── Whitepaper_LayerProx_by_Filip_Kalebo.txt │ │ ├── fullyworking_all_plugins.pcapng │ │ └── torrent_obfusication.txt └── version1.5 │ ├── readme.md │ └── tor-strong ├── webui ├── Readme.md ├── logo.txt ├── otw.py └── webui.py └── whitepaper ├── Whitepaper_LayerProx_by_Filip_Kalebo.txt ├── fullyworking_all_plugins.pcapng └── torrent_obfusication.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/LICENSE -------------------------------------------------------------------------------- /LayerProx_canary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/LayerProx_canary.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/README.md -------------------------------------------------------------------------------- /bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/bin/README.md -------------------------------------------------------------------------------- /bin/benchmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/bin/benchmark -------------------------------------------------------------------------------- /bin/httpserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/bin/httpserver -------------------------------------------------------------------------------- /bin/marionette_client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/bin/marionette_client -------------------------------------------------------------------------------- /bin/marionette_server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/bin/marionette_server -------------------------------------------------------------------------------- /bin/otw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/bin/otw.py -------------------------------------------------------------------------------- /bin/simulate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/bin/simulate -------------------------------------------------------------------------------- /bin/sock5-server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/bin/sock5-server.py -------------------------------------------------------------------------------- /bin/socks1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/bin/socks1.py -------------------------------------------------------------------------------- /bin/socksserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/bin/socksserver -------------------------------------------------------------------------------- /bin/webui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/bin/webui -------------------------------------------------------------------------------- /debian_installer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/debian_installer -------------------------------------------------------------------------------- /debian_installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/debian_installer.sh -------------------------------------------------------------------------------- /documentation/ascii_how_to.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/ascii_how_to.txt -------------------------------------------------------------------------------- /documentation/docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/docker/Dockerfile -------------------------------------------------------------------------------- /documentation/docker/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/docker/Readme.md -------------------------------------------------------------------------------- /documentation/encryption/_fte/base64/fte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/encryption/_fte/base64/fte -------------------------------------------------------------------------------- /documentation/encryption/_fte/base64_scrypt_gpg/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/encryption/_fte/base64_scrypt_gpg/_fte.py -------------------------------------------------------------------------------- /documentation/encryption/_fte/base64_with_gpg/._fte.py.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/encryption/_fte/base64_with_gpg/._fte.py.swp -------------------------------------------------------------------------------- /documentation/encryption/_fte/base64_with_gpg/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/encryption/_fte/base64_with_gpg/_fte.py -------------------------------------------------------------------------------- /documentation/encryption/_fte/scrypt/._fte.py.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/encryption/_fte/scrypt/._fte.py.swp -------------------------------------------------------------------------------- /documentation/encryption/_fte/scrypt/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/encryption/_fte/scrypt/_fte.py -------------------------------------------------------------------------------- /documentation/encryption/extra-stream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/encryption/extra-stream -------------------------------------------------------------------------------- /documentation/encryption/how to add a extra layer of encryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/encryption/how to add a extra layer of encryption.md -------------------------------------------------------------------------------- /documentation/encryption/how to add a extra layer of encryption.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/encryption/how to add a extra layer of encryption.txt -------------------------------------------------------------------------------- /documentation/extra code/_fte/base64/fte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/extra code/_fte/base64/fte -------------------------------------------------------------------------------- /documentation/extra code/_fte/base64_scrypt_gpg/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/extra code/_fte/base64_scrypt_gpg/_fte.py -------------------------------------------------------------------------------- /documentation/extra code/_fte/base64_with_gpg/._fte.py.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/extra code/_fte/base64_with_gpg/._fte.py.swp -------------------------------------------------------------------------------- /documentation/extra code/_fte/base64_with_gpg/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/extra code/_fte/base64_with_gpg/_fte.py -------------------------------------------------------------------------------- /documentation/extra code/_fte/scrypt/._fte.py.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/extra code/_fte/scrypt/._fte.py.swp -------------------------------------------------------------------------------- /documentation/extra code/_fte/scrypt/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/extra code/_fte/scrypt/_fte.py -------------------------------------------------------------------------------- /documentation/extra_power_point_for_days.odp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/extra_power_point_for_days.odp -------------------------------------------------------------------------------- /documentation/extra_powerpoint.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/extra_powerpoint.pptx -------------------------------------------------------------------------------- /documentation/formats/amazon.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/formats/amazon.mar -------------------------------------------------------------------------------- /documentation/formats/cxsecurity.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/formats/cxsecurity.mar -------------------------------------------------------------------------------- /documentation/formats/ebay.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/formats/ebay.mar -------------------------------------------------------------------------------- /documentation/formats/packetstorm.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/formats/packetstorm.mar -------------------------------------------------------------------------------- /documentation/formats/syntax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/formats/syntax.txt -------------------------------------------------------------------------------- /documentation/formats/tinyurl.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/formats/tinyurl.mar -------------------------------------------------------------------------------- /documentation/formats/youtube.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/formats/youtube.mar -------------------------------------------------------------------------------- /documentation/gen_a_quick_passwd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/gen_a_quick_passwd.py -------------------------------------------------------------------------------- /documentation/install/cffi-1.7.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/install/cffi-1.7.0.tar.gz -------------------------------------------------------------------------------- /documentation/install/install_on_macosx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/install/install_on_macosx.md -------------------------------------------------------------------------------- /documentation/install/install_on_windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/install/install_on_windows.md -------------------------------------------------------------------------------- /documentation/install/problems_and_fixes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/install/problems_and_fixes.md -------------------------------------------------------------------------------- /documentation/install_on_windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/install_on_windows.md -------------------------------------------------------------------------------- /documentation/keygen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/keygen.txt -------------------------------------------------------------------------------- /documentation/marionette/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/marionette/MANIFEST.in -------------------------------------------------------------------------------- /documentation/marionette/README: -------------------------------------------------------------------------------- 1 | README.md -------------------------------------------------------------------------------- /documentation/marionette/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/marionette/README.md -------------------------------------------------------------------------------- /documentation/proxy_programs_through_it.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/proxy_programs_through_it.txt -------------------------------------------------------------------------------- /documentation/server_deploy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/server_deploy/README.md -------------------------------------------------------------------------------- /documentation/server_deploy/dns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/server_deploy/dns.txt -------------------------------------------------------------------------------- /documentation/service/layerprox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/service/layerprox -------------------------------------------------------------------------------- /documentation/service/layerprox.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/service/layerprox.service -------------------------------------------------------------------------------- /documentation/service/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/service/readme.md -------------------------------------------------------------------------------- /documentation/test_configuration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/test_configuration.txt -------------------------------------------------------------------------------- /documentation/web_anti_finger/README.md: -------------------------------------------------------------------------------- 1 | anti webserver finger print 2 | -------------------------------------------------------------------------------- /documentation/web_anti_finger/webui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/documentation/web_anti_finger/webui.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/LICENSE -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/README.md -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/bin/README.md -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/bin/benchmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/bin/benchmark -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/bin/httpserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/bin/httpserver -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/bin/marionette_client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/bin/marionette_client -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/bin/marionette_server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/bin/marionette_server -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/bin/simulate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/bin/simulate -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/bin/socksserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/bin/socksserver -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/formats/amazon.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/documentation/formats/amazon.mar -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/formats/cxsecurity.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/documentation/formats/cxsecurity.mar -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/formats/ebay.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/documentation/formats/ebay.mar -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/formats/packetstorm.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/documentation/formats/packetstorm.mar -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/formats/syntax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/documentation/formats/syntax.txt -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/formats/tinyurl.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/documentation/formats/tinyurl.mar -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/formats/youtube.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/documentation/formats/youtube.mar -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/gen_a_quick_passwd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/documentation/gen_a_quick_passwd.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/install_on_windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/documentation/install_on_windows.md -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/marionette/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/documentation/marionette/MANIFEST.in -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/marionette/README: -------------------------------------------------------------------------------- 1 | README.md -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/marionette/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/documentation/marionette/README.md -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/pgp/gnupg/gnupg-2.0.30/VERSION: -------------------------------------------------------------------------------- 1 | 2.0.30 2 | -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/pgp/gnupg/gnupg-2.0.30/po/stamp-po: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/documentation/pgp/gnupg/gnupg-2.0.30/tests/openpgp/gpg-agent.conf.tmpl: -------------------------------------------------------------------------------- 1 | no-use-standard-socket 2 | 3 | -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/README.md -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/__init__.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/action.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/action.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/channel.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/channel_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/channel_test.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/cli_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/cli_tests.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/client.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/conf.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/driver.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/dsl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/dsl.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/dsl_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/dsl_tests.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/exceptions.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/executable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/executable.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/executables/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/executables/pioa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/executables/pioa.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/fish.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/fish.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/formats/20150701/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/formats/20150701/active_probing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/formats/20150701/nmap/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/formats/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/formats/README.md -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/formats/__init__.py: -------------------------------------------------------------------------------- 1 | ### marionette formats dir ### 2 | -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/marionette.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/marionette.conf -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/model_swapping_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/model_swapping_tests.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/multiplexer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/multiplexer.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/plugins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/plugins/README.md -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/plugins/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/plugins/_channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/plugins/_channel.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/plugins/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/plugins/_fte.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/plugins/_io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/plugins/_io.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/plugins/_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/plugins/_model.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/plugins/_tg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/plugins/_tg.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/probe_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/probe_tests.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/record_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/record_layer.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/record_layer_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/record_layer_tests.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/server.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/marionette_tg/updater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/marionette_tg/updater.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/setup.py -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/start.txt -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/version: -------------------------------------------------------------------------------- 1 | This is the "AquaMan" version of LayerProx -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/whitepaper/talks/.~lock.Layerprox.pptx#: -------------------------------------------------------------------------------- 1 | ,root,PH1K3,02.09.2016 15:34,file:///root/.config/libreoffice/4; -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/whitepaper/talks/encryption_title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/whitepaper/talks/encryption_title.jpg -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/whitepaper/talks/fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/whitepaper/talks/fish.png -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/whitepaper/talks/fishPoC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/whitepaper/talks/fishPoC.png -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/whitepaper/talks/model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/whitepaper/talks/model.png -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/whitepaper/talks/sec-t2016.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/whitepaper/talks/sec-t2016.pptx -------------------------------------------------------------------------------- /extra_editions/2600-hacker-edition/whitepaper/talks/talks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/2600-hacker-edition/whitepaper/talks/talks.zip -------------------------------------------------------------------------------- /extra_editions/Aquaman/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/LICENSE -------------------------------------------------------------------------------- /extra_editions/Aquaman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/README.md -------------------------------------------------------------------------------- /extra_editions/Aquaman/bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/bin/README.md -------------------------------------------------------------------------------- /extra_editions/Aquaman/bin/benchmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/bin/benchmark -------------------------------------------------------------------------------- /extra_editions/Aquaman/bin/httpserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/bin/httpserver -------------------------------------------------------------------------------- /extra_editions/Aquaman/bin/marionette_client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/bin/marionette_client -------------------------------------------------------------------------------- /extra_editions/Aquaman/bin/marionette_server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/bin/marionette_server -------------------------------------------------------------------------------- /extra_editions/Aquaman/bin/simulate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/bin/simulate -------------------------------------------------------------------------------- /extra_editions/Aquaman/bin/socksserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/bin/socksserver -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/encryption/_fte/base64/fte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/encryption/_fte/base64/fte -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/encryption/_fte/scrypt/._fte.py.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/encryption/_fte/scrypt/._fte.py.swp -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/encryption/_fte/scrypt/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/encryption/_fte/scrypt/_fte.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/extra code/_fte/base64/fte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/extra code/_fte/base64/fte -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/extra code/_fte/scrypt/._fte.py.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/extra code/_fte/scrypt/._fte.py.swp -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/extra code/_fte/scrypt/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/extra code/_fte/scrypt/_fte.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/formats/amazon.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/formats/amazon.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/formats/cxsecurity.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/formats/cxsecurity.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/formats/ebay.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/formats/ebay.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/formats/packetstorm.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/formats/packetstorm.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/formats/syntax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/formats/syntax.txt -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/formats/tinyurl.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/formats/tinyurl.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/formats/youtube.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/formats/youtube.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/gen_a_quick_passwd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/gen_a_quick_passwd.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/install/install_on_macosx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/install/install_on_macosx.md -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/install/install_on_windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/install/install_on_windows.md -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/install/problems_and_fixes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/install/problems_and_fixes.md -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/install_on_windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/install_on_windows.md -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/marionette/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/marionette/MANIFEST.in -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/marionette/README: -------------------------------------------------------------------------------- 1 | README.md -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/marionette/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/marionette/README.md -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30.tar.bz2 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/ABOUT-NLS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/ABOUT-NLS -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/AUTHORS -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/COPYING -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/COPYING.LIB -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/ChangeLog -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/INSTALL -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/Makefile.am -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/Makefile.in -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/NEWS -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/README -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/README.GIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/README.GIT -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/THANKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/THANKS -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/TODO -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/VERSION: -------------------------------------------------------------------------------- 1 | 2.0.30 2 | -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/acinclude.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/acinclude.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/aclocal.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/autogen.sh -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/common/pka.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/common/pka.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/common/pka.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/common/pka.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/common/srv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/common/srv.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/common/srv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/common/srv.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/common/tlv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/common/tlv.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/common/tlv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/common/tlv.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/config.h.in -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/configure -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/configure.ac -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/DETAILS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/DETAILS -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/FAQ -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/HACKING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/HACKING -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/OpenPGP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/OpenPGP -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/gpg.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/gpg.texi -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/gpl.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/gpl.texi -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/help.txt -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/yat2m.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/doc/yat2m.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/armor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/armor.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/cipher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/cipher.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/cpr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/cpr.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/delkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/delkey.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/encode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/encode.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/exec.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/exec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/exec.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/export.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/export.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/filter.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/getkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/getkey.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/gpg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/gpg.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/gpg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/gpg.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/gpgv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/gpgv.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/import.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/import.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/kbnode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/kbnode.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/keydb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/keydb.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/keydb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/keydb.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/keygen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/keygen.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/keyid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/keyid.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/main.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/misc.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/packet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/packet.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/pkglue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/pkglue.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/pkglue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/pkglue.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/revoke.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/revoke.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/rmd160.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/rmd160.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/rmd160.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/rmd160.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/server.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/seskey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/seskey.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/sign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/sign.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/tdbio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/tdbio.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/tdbio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/tdbio.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/verify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/g10/verify.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/alloca_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/alloca_.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/allocsa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/allocsa.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/allocsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/allocsa.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/mkdtemp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/mkdtemp.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/mkdtemp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/mkdtemp.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/setenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/setenv.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/setenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/setenv.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/stdint_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/stdint_.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/strpbrk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/strpbrk.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/strpbrk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/strpbrk.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/xsize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/gl/xsize.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/jnlib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/jnlib/README -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/kbx/keybox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/kbx/keybox.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/kbx/mkerrors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/kbx/mkerrors -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/glibc2.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/glibc2.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/iconv.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/iconv.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/intl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/intl.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/intmax.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/intmax.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/ksba.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/ksba.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/ldap.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/ldap.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/lib-ld.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/lib-ld.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/libusb.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/libusb.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/lock.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/lock.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/nls.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/nls.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/po.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/po.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/signed.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/signed.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/wint_t.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/wint_t.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/xsize.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/m4/xsize.m4 -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/LINGUAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/LINGUAS -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/Makevars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/Makevars -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/be.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/be.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/be.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/be.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ca.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ca.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ca.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ca.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/cs.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/cs.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/cs.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/cs.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/da.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/da.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/da.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/da.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/de.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/de.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/de.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/el.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/el.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/el.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/el.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/eo.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/eo.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/eo.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/eo.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/es.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/es.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/es.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/es.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/et.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/et.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/et.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/et.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/fi.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/fi.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/fi.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/fi.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/fr.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/fr.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/fr.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/gl.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/gl.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/gl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/gl.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/hu.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/hu.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/hu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/hu.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/id.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/id.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/id.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/id.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/it.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/it.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/it.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/it.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ja.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ja.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ja.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ja.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/nb.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/nb.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/nb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/nb.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/nl.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/nl.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/nl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/nl.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/pl.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/pl.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/pl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/pl.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/pt.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/pt.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/pt.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/pt.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/pt_BR.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/pt_BR.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/pt_BR.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/pt_BR.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/quot.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/quot.sed -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ro.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ro.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ro.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ro.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ru.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ru.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/ru.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/sk.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/sk.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/sk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/sk.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/stamp-po: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/sv.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/sv.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/sv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/sv.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/tr.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/tr.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/tr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/tr.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/uk.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/uk.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/uk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/uk.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/zh_CN.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/zh_CN.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/zh_CN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/zh_CN.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/zh_TW.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/zh_TW.gmo -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/zh_TW.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/zh_TW.po -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/scd/apdu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/scd/apdu.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/scd/apdu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/scd/apdu.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/scd/app.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/scd/app.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/base64.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/decrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/decrypt.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/delete.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/delete.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/encrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/encrypt.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/export.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/export.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/gpgsm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/gpgsm.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/gpgsm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/gpgsm.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/import.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/import.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/keydb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/keydb.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/keydb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/keydb.h -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/keylist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/keylist.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/misc.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/server.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/sign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/sign.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/verify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/sm/verify.c -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/tests/openpgp/gpg-agent.conf.tmpl: -------------------------------------------------------------------------------- 1 | no-use-standard-socket 2 | 3 | -------------------------------------------------------------------------------- /extra_editions/Aquaman/documentation/proxy_programs_through_it.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/documentation/proxy_programs_through_it.txt -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/README.md -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/__init__.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/action.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/action.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/channel.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/channel_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/channel_test.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/cli_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/cli_tests.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/client.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/conf.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/driver.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/dsl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/dsl.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/dsl_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/dsl_tests.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/exceptions.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/executable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/executable.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/executables/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/executables/pioa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/executables/pioa.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/fish.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/fish.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/20150701/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/20150701/active_probing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/20150701/custom/amazon.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/formats/20150701/custom/amazon.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/20150701/custom/ebay.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/formats/20150701/custom/ebay.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/20150701/custom/tinyurl.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/formats/20150701/custom/tinyurl.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/20150701/custom/youtube.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/formats/20150701/custom/youtube.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/20150701/dns_request.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/formats/20150701/dns_request.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/20150701/dummy.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/formats/20150701/dummy.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/20150701/http_timings.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/formats/20150701/http_timings.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/20150701/nmap/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/20150701/ta/amzn_conn.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/formats/20150701/ta/amzn_conn.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/20150701/ta/amzn_sess.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/formats/20150701/ta/amzn_sess.mar -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/formats/README.md -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/formats/__init__.py: -------------------------------------------------------------------------------- 1 | ### marionette formats dir ### 2 | -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/marionette.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/marionette.conf -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/model_swapping_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/model_swapping_tests.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/multiplexer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/multiplexer.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/plugins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/plugins/README.md -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/plugins/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/plugins/_channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/plugins/_channel.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/plugins/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/plugins/_fte.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/plugins/_io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/plugins/_io.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/plugins/_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/plugins/_model.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/plugins/_tg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/plugins/_tg.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/probe_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/probe_tests.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/record_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/record_layer.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/record_layer_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/record_layer_tests.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/server.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/marionette_tg/updater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/marionette_tg/updater.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/setup.py -------------------------------------------------------------------------------- /extra_editions/Aquaman/start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/start.txt -------------------------------------------------------------------------------- /extra_editions/Aquaman/version: -------------------------------------------------------------------------------- 1 | This is the "AquaMan" version of LayerProx -------------------------------------------------------------------------------- /extra_editions/Aquaman/whitepaper/fullyworking_all_plugins.pcapng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/whitepaper/fullyworking_all_plugins.pcapng -------------------------------------------------------------------------------- /extra_editions/Aquaman/whitepaper/talks/.~lock.Layerprox.pptx#: -------------------------------------------------------------------------------- 1 | ,root,PH1K3,02.09.2016 15:34,file:///root/.config/libreoffice/4; -------------------------------------------------------------------------------- /extra_editions/Aquaman/whitepaper/talks/encryption_title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/whitepaper/talks/encryption_title.jpg -------------------------------------------------------------------------------- /extra_editions/Aquaman/whitepaper/talks/fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/whitepaper/talks/fish.png -------------------------------------------------------------------------------- /extra_editions/Aquaman/whitepaper/talks/fishPoC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/whitepaper/talks/fishPoC.png -------------------------------------------------------------------------------- /extra_editions/Aquaman/whitepaper/talks/model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/whitepaper/talks/model.png -------------------------------------------------------------------------------- /extra_editions/Aquaman/whitepaper/talks/sec-t2016.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/whitepaper/talks/sec-t2016.pptx -------------------------------------------------------------------------------- /extra_editions/Aquaman/whitepaper/talks/talks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/Aquaman/whitepaper/talks/talks.zip -------------------------------------------------------------------------------- /extra_editions/dsl/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/dsl/_fte.py -------------------------------------------------------------------------------- /extra_editions/dsl/_tg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/dsl/_tg.py -------------------------------------------------------------------------------- /extra_editions/dsl/channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/dsl/channel.py -------------------------------------------------------------------------------- /extra_editions/dsl/dsl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/dsl/dsl.py -------------------------------------------------------------------------------- /extra_editions/dsl/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/dsl/readme.md -------------------------------------------------------------------------------- /extra_editions/lp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/lp.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/bin/README.md -------------------------------------------------------------------------------- /extra_editions/pgp-version/bin/benchmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/bin/benchmark -------------------------------------------------------------------------------- /extra_editions/pgp-version/bin/httpserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/bin/httpserver -------------------------------------------------------------------------------- /extra_editions/pgp-version/bin/marionette_client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/bin/marionette_client -------------------------------------------------------------------------------- /extra_editions/pgp-version/bin/marionette_server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/bin/marionette_server -------------------------------------------------------------------------------- /extra_editions/pgp-version/bin/otw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/bin/otw.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/bin/simulate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/bin/simulate -------------------------------------------------------------------------------- /extra_editions/pgp-version/bin/sock5-server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/bin/sock5-server.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/bin/socks1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/bin/socks1.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/bin/socksserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/bin/socksserver -------------------------------------------------------------------------------- /extra_editions/pgp-version/bin/webui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/bin/webui -------------------------------------------------------------------------------- /extra_editions/pgp-version/debian_installer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/debian_installer -------------------------------------------------------------------------------- /extra_editions/pgp-version/debian_installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/debian_installer.sh -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/README.md -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/__init__.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/action.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/action.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/channel.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/channel_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/channel_test.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/cli_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/cli_tests.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/client.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/conf.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/driver.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/dsl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/dsl.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/dsl_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/dsl_tests.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/exceptions.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/executable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/executable.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/executables/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/executables/pioa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/executables/pioa.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/formats/20150701/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/formats/20150701/active_probing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/formats/20150701/dummy.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/formats/20150701/dummy.mar -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/formats/20150701/nmap/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/formats/20150701/owasp.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/formats/20150701/owasp.mar -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/formats/20150701/sec-t.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/formats/20150701/sec-t.mar -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/formats/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/formats/README.md -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/formats/__init__.py: -------------------------------------------------------------------------------- 1 | ### marionette formats dir ### 2 | -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/formats/youtubetest.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/formats/youtubetest.mar -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/marionette.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/marionette.conf -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/model_swapping_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/model_swapping_tests.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/multiplexer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/multiplexer.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/otw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/otw.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/plugins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/plugins/README.md -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/plugins/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/plugins/_channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/plugins/_channel.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/plugins/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/plugins/_fte.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/plugins/_io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/plugins/_io.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/plugins/_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/plugins/_model.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/plugins/_tg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/plugins/_tg.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/plugins/_webui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/plugins/_webui.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/probe_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/probe_tests.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/record_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/record_layer.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/record_layer_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/record_layer_tests.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/server.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/marionette_tg/updater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/marionette_tg/updater.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/setup.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/ubuntu_installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/ubuntu_installer.sh -------------------------------------------------------------------------------- /extra_editions/pgp-version/webui/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/webui/Readme.md -------------------------------------------------------------------------------- /extra_editions/pgp-version/webui/logo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/webui/logo.txt -------------------------------------------------------------------------------- /extra_editions/pgp-version/webui/otw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/webui/otw.py -------------------------------------------------------------------------------- /extra_editions/pgp-version/webui/otw.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/webui/otw.pyc -------------------------------------------------------------------------------- /extra_editions/pgp-version/webui/webui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/extra_editions/pgp-version/webui/webui.py -------------------------------------------------------------------------------- /gui/setupwizard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/gui/setupwizard.py -------------------------------------------------------------------------------- /gui/textconf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/gui/textconf.py -------------------------------------------------------------------------------- /images/body-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/images/body-bg.jpg -------------------------------------------------------------------------------- /images/download-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/images/download-button.png -------------------------------------------------------------------------------- /images/github-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/images/github-button.png -------------------------------------------------------------------------------- /images/header-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/images/header-bg.jpg -------------------------------------------------------------------------------- /images/highlight-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/images/highlight-bg.jpg -------------------------------------------------------------------------------- /images/sidebar-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/images/sidebar-bg.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/index.html -------------------------------------------------------------------------------- /javascripts/main.js: -------------------------------------------------------------------------------- 1 | console.log('This would be the main JS file.'); 2 | -------------------------------------------------------------------------------- /marionette_tg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/README.md -------------------------------------------------------------------------------- /marionette_tg/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/__init__.py -------------------------------------------------------------------------------- /marionette_tg/action.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/action.py -------------------------------------------------------------------------------- /marionette_tg/channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/channel.py -------------------------------------------------------------------------------- /marionette_tg/channel_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/channel_test.py -------------------------------------------------------------------------------- /marionette_tg/cli_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/cli_tests.py -------------------------------------------------------------------------------- /marionette_tg/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/client.py -------------------------------------------------------------------------------- /marionette_tg/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/conf.py -------------------------------------------------------------------------------- /marionette_tg/driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/driver.py -------------------------------------------------------------------------------- /marionette_tg/dsl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/dsl.py -------------------------------------------------------------------------------- /marionette_tg/dsl_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/dsl_tests.py -------------------------------------------------------------------------------- /marionette_tg/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/exceptions.py -------------------------------------------------------------------------------- /marionette_tg/executable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/executable.py -------------------------------------------------------------------------------- /marionette_tg/executables/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /marionette_tg/executables/pioa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/executables/pioa.py -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/active_probing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/active_probing/ftp_pureftpd_10.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/active_probing/ftp_pureftpd_10.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/active_probing/http_apache_247.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/active_probing/http_apache_247.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/active_probing/ssh_openssh_661.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/active_probing/ssh_openssh_661.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/custom/amazon.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/custom/amazon.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/custom/cxsecurity.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/custom/cxsecurity.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/custom/ebay.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/custom/ebay.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/custom/packetstorm.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/custom/packetstorm.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/custom/tinyurl.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/custom/tinyurl.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/custom/youtube.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/custom/youtube.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/dns_request.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/dns_request.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/dummy.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/dummy.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/ftp_pasv_transfer.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/ftp_pasv_transfer.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/ftp_simple_blocking.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/ftp_simple_blocking.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/http_active_probing.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/http_active_probing.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/http_active_probing2.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/http_active_probing2.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/http_probabilistic_blocking.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/http_probabilistic_blocking.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/http_simple_blocking.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/http_simple_blocking.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/http_simple_blocking_with_msg_lens.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/http_simple_blocking_with_msg_lens.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/http_simple_nonblocking.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/http_simple_nonblocking.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/http_squid_blocking.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/http_squid_blocking.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/http_timings.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/http_timings.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/https_simple_blocking.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/https_simple_blocking.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/nmap/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/nmap/kpdyer.com.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/nmap/kpdyer.com.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/owasp.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/owasp.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/sec-t.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/sec-t.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/smb_simple_nonblocking.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/smb_simple_nonblocking.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/ssh_simple_nonblocking.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/ssh_simple_nonblocking.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/ta/amzn_conn.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/ta/amzn_conn.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/ta/amzn_sess.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/ta/amzn_sess.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/test_hex_input_strings.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/test_hex_input_strings.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150701/udp_test_format.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150701/udp_test_format.mar -------------------------------------------------------------------------------- /marionette_tg/formats/20150702/http_simple_blocking.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/20150702/http_simple_blocking.mar -------------------------------------------------------------------------------- /marionette_tg/formats/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/README.md -------------------------------------------------------------------------------- /marionette_tg/formats/__init__.py: -------------------------------------------------------------------------------- 1 | ### marionette formats dir ### 2 | -------------------------------------------------------------------------------- /marionette_tg/formats/youtubetest.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/formats/youtubetest.mar -------------------------------------------------------------------------------- /marionette_tg/marionette.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/marionette.conf -------------------------------------------------------------------------------- /marionette_tg/model_swapping_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/model_swapping_tests.py -------------------------------------------------------------------------------- /marionette_tg/multiplexer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/multiplexer.py -------------------------------------------------------------------------------- /marionette_tg/otw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/otw.py -------------------------------------------------------------------------------- /marionette_tg/otw.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/otw.pyc -------------------------------------------------------------------------------- /marionette_tg/plugins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/plugins/README.md -------------------------------------------------------------------------------- /marionette_tg/plugins/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /marionette_tg/plugins/_channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/plugins/_channel.py -------------------------------------------------------------------------------- /marionette_tg/plugins/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/plugins/_fte.py -------------------------------------------------------------------------------- /marionette_tg/plugins/_io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/plugins/_io.py -------------------------------------------------------------------------------- /marionette_tg/plugins/_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/plugins/_model.py -------------------------------------------------------------------------------- /marionette_tg/plugins/_tg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/plugins/_tg.py -------------------------------------------------------------------------------- /marionette_tg/plugins/_webui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/plugins/_webui.py -------------------------------------------------------------------------------- /marionette_tg/probe_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/probe_tests.py -------------------------------------------------------------------------------- /marionette_tg/record_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/record_layer.py -------------------------------------------------------------------------------- /marionette_tg/record_layer_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/record_layer_tests.py -------------------------------------------------------------------------------- /marionette_tg/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/server.py -------------------------------------------------------------------------------- /marionette_tg/updater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/marionette_tg/updater.py -------------------------------------------------------------------------------- /openbsd_installer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/openbsd_installer -------------------------------------------------------------------------------- /params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/params.json -------------------------------------------------------------------------------- /setup.openbsd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/setup.openbsd.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/setup.py -------------------------------------------------------------------------------- /start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/start.txt -------------------------------------------------------------------------------- /stylesheets/github-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/stylesheets/github-light.css -------------------------------------------------------------------------------- /stylesheets/print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/stylesheets/print.css -------------------------------------------------------------------------------- /stylesheets/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/stylesheets/stylesheet.css -------------------------------------------------------------------------------- /ubuntu_installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/ubuntu_installer.sh -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/LICENSE -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/README.md -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/bin/README.md -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/bin/benchmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/bin/benchmark -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/bin/httpserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/bin/httpserver -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/bin/marionette_client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/bin/marionette_client -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/bin/marionette_server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/bin/marionette_server -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/bin/simulate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/bin/simulate -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/bin/socksserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/bin/socksserver -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/documentation/marionette/README: -------------------------------------------------------------------------------- 1 | README.md -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/documentation/pgp/gnupg/gnupg-2.0.30/VERSION: -------------------------------------------------------------------------------- 1 | 2.0.30 2 | -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/documentation/pgp/gnupg/gnupg-2.0.30/po/stamp-po: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/documentation/pgp/gnupg/gnupg-2.0.30/tests/openpgp/gpg-agent.conf.tmpl: -------------------------------------------------------------------------------- 1 | no-use-standard-socket 2 | 3 | -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/marionette_tg/README.md -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/marionette_tg/__init__.py -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/action.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/marionette_tg/action.py -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/marionette_tg/channel.py -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/cli_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/marionette_tg/cli_tests.py -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/marionette_tg/client.py -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/marionette_tg/conf.py -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/marionette_tg/driver.py -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/dsl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/marionette_tg/dsl.py -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/dsl_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/marionette_tg/dsl_tests.py -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/executables/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/fish.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/marionette_tg/fish.py -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/formats/20150701/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/formats/20150701/active_probing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/formats/20150701/nmap/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/formats/__init__.py: -------------------------------------------------------------------------------- 1 | ### marionette formats dir ### 2 | -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/plugins/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/marionette_tg/server.py -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/marionette_tg/updater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/marionette_tg/updater.py -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/setup.py -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/start.txt -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/version: -------------------------------------------------------------------------------- 1 | This is the "AquaMan" version of LayerProx -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/whitepaper/talks/.~lock.Layerprox.pptx#: -------------------------------------------------------------------------------- 1 | ,root,PH1K3,02.09.2016 15:34,file:///root/.config/libreoffice/4; -------------------------------------------------------------------------------- /versions/extra_editions/2600-hacker-edition/whitepaper/talks/fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/2600-hacker-edition/whitepaper/talks/fish.png -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/LICENSE -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/README.md -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/bin/README.md -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/bin/benchmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/bin/benchmark -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/bin/httpserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/bin/httpserver -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/bin/marionette_client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/bin/marionette_client -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/bin/marionette_server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/bin/marionette_server -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/bin/simulate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/bin/simulate -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/bin/socksserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/bin/socksserver -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/formats/amazon.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/documentation/formats/amazon.mar -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/formats/cxsecurity.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/documentation/formats/cxsecurity.mar -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/formats/ebay.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/documentation/formats/ebay.mar -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/formats/packetstorm.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/documentation/formats/packetstorm.mar -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/formats/syntax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/documentation/formats/syntax.txt -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/formats/tinyurl.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/documentation/formats/tinyurl.mar -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/formats/youtube.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/documentation/formats/youtube.mar -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/gen_a_quick_passwd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/documentation/gen_a_quick_passwd.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/install_on_windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/documentation/install_on_windows.md -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/marionette/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/documentation/marionette/MANIFEST.in -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/marionette/README: -------------------------------------------------------------------------------- 1 | README.md -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/marionette/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/documentation/marionette/README.md -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/VERSION: -------------------------------------------------------------------------------- 1 | 2.0.30 2 | -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/po/stamp-po: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/documentation/pgp/gnupg/gnupg-2.0.30/tests/openpgp/gpg-agent.conf.tmpl: -------------------------------------------------------------------------------- 1 | no-use-standard-socket 2 | 3 | -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/README.md -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/__init__.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/action.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/action.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/channel.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/channel_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/channel_test.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/cli_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/cli_tests.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/client.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/conf.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/driver.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/dsl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/dsl.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/dsl_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/dsl_tests.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/exceptions.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/executable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/executable.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/executables/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/executables/pioa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/executables/pioa.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/fish.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/fish.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/formats/20150701/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/formats/20150701/active_probing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/formats/20150701/nmap/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/formats/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/formats/README.md -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/formats/__init__.py: -------------------------------------------------------------------------------- 1 | ### marionette formats dir ### 2 | -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/marionette.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/marionette.conf -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/model_swapping_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/model_swapping_tests.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/multiplexer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/multiplexer.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/plugins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/plugins/README.md -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/plugins/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/plugins/_channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/plugins/_channel.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/plugins/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/plugins/_fte.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/plugins/_io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/plugins/_io.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/plugins/_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/plugins/_model.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/plugins/_tg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/plugins/_tg.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/probe_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/probe_tests.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/record_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/record_layer.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/record_layer_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/record_layer_tests.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/server.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/marionette_tg/updater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/marionette_tg/updater.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/setup.py -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/start.txt -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/version: -------------------------------------------------------------------------------- 1 | This is the "AquaMan" version of LayerProx -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/whitepaper/talks/.~lock.Layerprox.pptx#: -------------------------------------------------------------------------------- 1 | ,root,PH1K3,02.09.2016 15:34,file:///root/.config/libreoffice/4; -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/whitepaper/talks/encryption_title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/whitepaper/talks/encryption_title.jpg -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/whitepaper/talks/fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/whitepaper/talks/fish.png -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/whitepaper/talks/fishPoC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/whitepaper/talks/fishPoC.png -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/whitepaper/talks/model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/whitepaper/talks/model.png -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/whitepaper/talks/sec-t2016.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/whitepaper/talks/sec-t2016.pptx -------------------------------------------------------------------------------- /versions/extra_editions/Aquaman/whitepaper/talks/talks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/Aquaman/whitepaper/talks/talks.zip -------------------------------------------------------------------------------- /versions/extra_editions/dsl/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/dsl/_fte.py -------------------------------------------------------------------------------- /versions/extra_editions/dsl/_tg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/dsl/_tg.py -------------------------------------------------------------------------------- /versions/extra_editions/dsl/channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/dsl/channel.py -------------------------------------------------------------------------------- /versions/extra_editions/dsl/dsl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/dsl/dsl.py -------------------------------------------------------------------------------- /versions/extra_editions/dsl/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/extra_editions/dsl/readme.md -------------------------------------------------------------------------------- /versions/offthewire_version/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/LICENSE -------------------------------------------------------------------------------- /versions/offthewire_version/LayerProx_canary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/LayerProx_canary.txt -------------------------------------------------------------------------------- /versions/offthewire_version/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/README.md -------------------------------------------------------------------------------- /versions/offthewire_version/bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/bin/README.md -------------------------------------------------------------------------------- /versions/offthewire_version/bin/benchmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/bin/benchmark -------------------------------------------------------------------------------- /versions/offthewire_version/bin/httpserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/bin/httpserver -------------------------------------------------------------------------------- /versions/offthewire_version/bin/marionette_client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/bin/marionette_client -------------------------------------------------------------------------------- /versions/offthewire_version/bin/marionette_server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/bin/marionette_server -------------------------------------------------------------------------------- /versions/offthewire_version/bin/simulate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/bin/simulate -------------------------------------------------------------------------------- /versions/offthewire_version/bin/sock5-server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/bin/sock5-server.py -------------------------------------------------------------------------------- /versions/offthewire_version/bin/socks1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/bin/socks1.py -------------------------------------------------------------------------------- /versions/offthewire_version/bin/socksserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/bin/socksserver -------------------------------------------------------------------------------- /versions/offthewire_version/debian_installer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/debian_installer -------------------------------------------------------------------------------- /versions/offthewire_version/debian_installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/debian_installer.sh -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/ascii_how_to.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/ascii_how_to.txt -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/encryption/_fte/base64/fte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/encryption/_fte/base64/fte -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/encryption/extra-stream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/encryption/extra-stream -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/extra code/_fte/base64/fte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/extra code/_fte/base64/fte -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/formats/amazon.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/formats/amazon.mar -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/formats/cxsecurity.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/formats/cxsecurity.mar -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/formats/ebay.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/formats/ebay.mar -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/formats/packetstorm.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/formats/packetstorm.mar -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/formats/syntax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/formats/syntax.txt -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/formats/tinyurl.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/formats/tinyurl.mar -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/formats/youtube.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/formats/youtube.mar -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/gen_a_quick_passwd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/gen_a_quick_passwd.py -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/install/cffi-1.7.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/install/cffi-1.7.0.tar.gz -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/install_on_windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/install_on_windows.md -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/keygen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/keygen.txt -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/marionette/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/marionette/MANIFEST.in -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/marionette/README: -------------------------------------------------------------------------------- 1 | README.md -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/marionette/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/marionette/README.md -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/server_deploy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/server_deploy/README.md -------------------------------------------------------------------------------- /versions/offthewire_version/documentation/server_deploy/dns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/documentation/server_deploy/dns.txt -------------------------------------------------------------------------------- /versions/offthewire_version/gui/setupwizard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/gui/setupwizard.py -------------------------------------------------------------------------------- /versions/offthewire_version/gui/textconf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/gui/textconf.py -------------------------------------------------------------------------------- /versions/offthewire_version/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/index.html -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/README.md -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/__init__.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/action.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/action.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/channel.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/channel_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/channel_test.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/cli_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/cli_tests.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/client.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/conf.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/driver.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/dsl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/dsl.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/dsl_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/dsl_tests.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/exceptions.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/executable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/executable.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/executables/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/executables/pioa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/executables/pioa.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/formats/20150701/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/formats/20150701/active_probing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/formats/20150701/dummy.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/formats/20150701/dummy.mar -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/formats/20150701/nmap/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/formats/20150701/owasp.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/formats/20150701/owasp.mar -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/formats/20150701/sec-t.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/formats/20150701/sec-t.mar -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/formats/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/formats/README.md -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/formats/__init__.py: -------------------------------------------------------------------------------- 1 | ### marionette formats dir ### 2 | -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/formats/youtubetest.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/formats/youtubetest.mar -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/marionette.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/marionette.conf -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/model_swapping_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/model_swapping_tests.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/multiplexer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/multiplexer.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/otw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/otw.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/plugins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/plugins/README.md -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/plugins/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/plugins/_channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/plugins/_channel.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/plugins/_fte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/plugins/_fte.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/plugins/_io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/plugins/_io.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/plugins/_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/plugins/_model.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/plugins/_tg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/plugins/_tg.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/plugins/otw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/plugins/otw.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/probe_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/probe_tests.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/record_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/record_layer.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/record_layer_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/record_layer_tests.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/server.py -------------------------------------------------------------------------------- /versions/offthewire_version/marionette_tg/updater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/marionette_tg/updater.py -------------------------------------------------------------------------------- /versions/offthewire_version/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/params.json -------------------------------------------------------------------------------- /versions/offthewire_version/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/setup.py -------------------------------------------------------------------------------- /versions/offthewire_version/start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/start.txt -------------------------------------------------------------------------------- /versions/offthewire_version/ubuntu_installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/ubuntu_installer.sh -------------------------------------------------------------------------------- /versions/offthewire_version/webui/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/webui/Readme.md -------------------------------------------------------------------------------- /versions/offthewire_version/webui/webui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/webui/webui.py -------------------------------------------------------------------------------- /versions/offthewire_version/whitepaper/torrent_obfusication.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/offthewire_version/whitepaper/torrent_obfusication.txt -------------------------------------------------------------------------------- /versions/version1.5/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/version1.5/readme.md -------------------------------------------------------------------------------- /versions/version1.5/tor-strong: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/versions/version1.5/tor-strong -------------------------------------------------------------------------------- /webui/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/webui/Readme.md -------------------------------------------------------------------------------- /webui/logo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/webui/logo.txt -------------------------------------------------------------------------------- /webui/otw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/webui/otw.py -------------------------------------------------------------------------------- /webui/webui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/webui/webui.py -------------------------------------------------------------------------------- /whitepaper/Whitepaper_LayerProx_by_Filip_Kalebo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/whitepaper/Whitepaper_LayerProx_by_Filip_Kalebo.txt -------------------------------------------------------------------------------- /whitepaper/fullyworking_all_plugins.pcapng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/whitepaper/fullyworking_all_plugins.pcapng -------------------------------------------------------------------------------- /whitepaper/torrent_obfusication.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipchan/LayerProx/HEAD/whitepaper/torrent_obfusication.txt --------------------------------------------------------------------------------