87 skills found · Page 3 of 3
psr7-sessions / Storageless Native Handler:alien: Supports JWT session as native handler
balintbrews / Session FlyViews Site ProfileDemo material for Session #FlyViews. Drupal installation profile that presents how to implement a Views query backend plugin, Views handlers and CTools plugins to display external content on-the-fly.
juanperi / JquerySessionTimeoutHandlerNo description available
dmitry-suffi / Redis Session HandlerRedisSessionHandler
kafene / PdoSqliteSessionHandlerPHP Session Handler using a SQLite Database
woocommerce / Wc Php Session HandlerReplaces the core WooCommerce session handler with one which uses php sessions.
middlebury / Lazy SessionsThe lazy_sessions.php file registers session save handlers so that sessions are not created if no data has been added to the $_SESSION array.
pematon / Mysql Session HandlerCustom PHP session handler for Nette Framework that uses MySQL database for storage.
Echosong / Redis Session Handlerphp a simple Redis session handler
bolt / SessionPHP session storage for Symfony's HTTP layer
luohengheng / Tornado Projecttornado创建的一个web项目,实现了cookie,session,连接mysql和redis数据库,对主handler进行抽取,模拟登陆,图形化验证等一些功能业务
WilliamsEnabulele / Ngx Jwt Handlerngx-jwt-handler is an Angular library that provides services for managing JSON Web Tokens (JWT) and handling sessions in Angular applications. It includes a JWT handler service for decoding and managing JWT tokens, a session handler service for managing browser sessions, and an interceptor for adding JWT tokens to HTTP requests.
TriDEntApollO / FishShellFIshShell is a multi-session handler and Windows & Linux backdoor payload generator. It allows users\targets to connect to the server (other machines running the multi-handler) after which the server admin/attacker can join sessions and also get a non-interactive reverse shell.
altmetric / Mongo Session HandlerA PHP session handler backed by MongoDB
Dynom / SessionHandlerA session handler for PHP, with multiple drivers and fallback on different drivers.
tomwalder / Php Gds SessionDatastore Session Handler for PHP on Google AppEngine
ojhaujjwal / Psr7 SessionAlternative to PHP's native session handler for PSR-7.
madepeople / Made CouchdbSessionMagento Couchdb Session Handler
Kinyas-tr / VENOM 1.0.16 Metasploit Shellcode Generator CompillerVersion release : v1.0.16 Author : pedro ubuntu [ r00t-3xp10it ] Codename: Aconite (Aconitum napellus) Distros Supported : Linux Ubuntu, Kali, Mint, Parrot OS Suspicious-Shell-Activity (SSA) RedTeam develop @2019 banner LEGAL DISCLAMER The author does not hold any responsibility for the bad use of this tool, remember that attacking targets without prior consent is illegal and punished by law. So use this tool responsibly. FRAMEWORK DESCRIPTION The script will use msfvenom (metasploit) to generate shellcode in diferent formats ( C# | python | ruby dll | msi | hta-psh | docm | apk | macho | elf | deb | mp4 | etc ) injects the shellcode generated into one template (example: python) "the python funtion will execute the shellcode into ram" and uses compilers like gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file. It also starts a multi-handler to recive the remote connection (shell or meterpreter session). 'venom generator' reproduces some of the technics used by Veil-Evasion.py, unicorn.py, powersploit.py, etc.. HOW DO I DELIVER MY PAYLOADS TO TARGET HOST ? venom 1.0.11 (malicious_server) was build to take advantage of apache2 webserver to deliver payloads (LAN) using a fake webpage writen in html that takes advantage of <iframe> <meta-http-equiv> or <form> tags to be hable to trigger payload downloads, the user just needs to send the link provided to target host. "Apache2 (malicious url) will copy all files needed to your webroot, and starts apache for you." venom shellcode v1.0.16 DEPENDENCIES Zenity | Metasploit | GCC (compiler) | Pyinstaller (compiler) | mingw32 (compiler) | pyherion.py (crypter) wine (emulator) | PEScrambler.exe (PE obfuscator) | apache2 (webserver)| winrar (wine) | shellter (KyRecon) vbs-obfuscator (obfuscator) | avet (Daniel Sauder) | ettercap (MitM + DNS_Spoofing) | icmpsh (ICMP shell) openssl (build SSL certs) | CarbonCopy (sign exe binarys) | ResourceHacker (wine) | NXcrypt (python crypter) "venom.sh will download/install all dependencies as they are needed". Adicionally was build the script venom-main/aux/setup.sh to help you install all framework dependencies fast and easy. we just need to install first the most importante dependencies before trigger setup.sh = zenity, metasploit, ettercap .. DOWNLOAD/INSTALL 1º - Download framework from github git clone https://github.com/r00t-3xp10it/venom.git 2º - Set execution permitions cd venom-main sudo find ./ -name "*.sh" -exec chmod +x {} \; sudo find ./ -name "*.py" -exec chmod +x {} \; 3º - Install all dependencies cd aux && sudo ./setup.sh 4º - Run main tool sudo ./venom.sh Update venom instalation (compare local version againts github oficial version) sudo ./venom.sh -u Framework Main Menu banner venom shellcode v1.0.16 venom shellcode v1.0.16 Detailed info about release 1.0.16: https://github.com/r00t-3xp10it/venom/releases
thecodingmachine / Utils.session.optimistic Session HandlerSession handler that releases session lock quickly. Usefull for multiple ajax calls on the same page