Zephyr is a powerful and feature-rich command-line shell for Windows systems designed with versatility, security, and extensibility in mind. With advanced HTTP capabilities, deep system inspection tools, robust file and user management, and networking diagnostics — Zephyr is your all-in-one terminal toolbox.
Send and analyze various HTTP requests directly from your shell:
http get http get <URL> [header1|header2|...] [--cookie-jar file]— Send a GET requesthttp post <url> <headers|body>— Send a POST requesthttp put <url> <headers|body>— Send a PUT requesthttp patch [-H "Header"] [-d "body"] <url>— Send a PATCH requesthttp patchform [-H "Header"] [-d "body"] <url>— Send a PATCH request with form datahttp delete [-H "Header"] <url>— Send a DELETE requesthttp head [-H "Header"] <url>— Send a HEAD requesthttp options [-H "Header"] <url>— Send an OPTIONS requesthttp trace [-H "Header"] <url>— Send a TRACE requesthttp link [-H "Header"] <url>— Send a LINK requesthttp unlink [-H "Header"] <url>— Send an UNLINK requesthttp propfind [-H "Header"] <url>— Send a PROPFIND requesthttp proppatch [-H "Header"] [--depth 0|1|infinity] -d "<xml>" <url>— Send a PROPPATCH requesthttp bind [-H "Header"] <url> [body]— Send a BIND requesthttp rebind [-H "Header"] <url> [body]— Send a REBIND requesthttp unbind [-H "Header"] <url>— Send an UNBIND requesthttp connect <proxyHost:port> <targetHost:port> [-H "Header"]— Proxy tunnelhttp download <url> <output filename>— Download a filehttp purge <URL> [header1|header2|...] [|payload]- Send an PURGE requesthttp report [-H \"Header: value\"] [-D depth] <url> [body]— Send an HTTP REPORT requesthttp mkcol [-H \"Header: value\"] <URL> [body]— Send an HTTP MKCOL requesthttp hug [-H \"Header: value\"] <URL> [body]— Send an HTTP HUG requesthttp upnp— Send a UPnP discovery request.http help— HTTP usage reference
Inspect and manage user accounts, groups, and active sessions:
usermgmt listusers,usermgmt listlocalusers,usermgmt listadmins,usermgmt listprofilesusermgmt listgroups,usermgmt listlocalgroups,usermgmt listgroupmembers [groupname]usermgmt listloggedin,usermgmt listremotesessions [-all|-active|-user <name>]usermgmt listuserdetails [username],usermgmt listnetworkusersusermgmt listdomains,usermgmt listprocessusers,usermgmt listprivileges
Get detailed insights into your OS, files, processes, memory, and more:
inspect file <path>— File size, timestamps, hashesinspect proc <pid>— Process infoinspect user <username>— User account detailsinspect mem,inspect net,inspect env,inspect wininspect boot— Boot time, uptime, shutdown reason
Powerful diagnostic tools for system integrity and security:
diagnostics integrity [--json|--count|--hotfixid=ID|--after=YYYY-MM-DD]— Check system file integritydiagnostics drivers [--unsigned|--all|--json]— List loaded driversdiagnostics defender [--json]— Check Windows Defender statusdiagnostics tasks [--json|--last-run|--enabled|--disabled]— List scheduled tasks
Efficiently manage files, directories, and navigation:
list,tree,look,hop,whereamisend <src> <dst>,shift <src> <dst>— Copy/Movezap,fzap— Delete and secure deletefhash <file>- Calculate and display the hash of a filefmeta <file>— View file metadatafsize <file>— Get file sizeread,peek,head,tail,wc— Read fileswrite <file> <text>— Append to filemkplace <dir>,mirror <src> <dst>,renametouch,find,radar,stat,smlink [-s/-h] <target> <link>
Explore and control system components:
sysinfo,version,echoe,ctitlecpuinfo,gpuinfo,raminfo,biosinfo,motherbinfo,meminfo,userinfo,whoami [-ext],uptimebattery,diskinfo,du,drives,smartprocmon,killtree <pid>,endproc <name>sconfig <start|stop> <service>,mconfig <device> <enable|disable>checkadmin,dnsflush,firewall,env,refreshenv,date,shadowcopiesbgjob,fgjob,startjob <command>,stopjob <jobid>,jobs
Network diagnostics and monitoring built-in:
linkup,ntwkadp,netstatpingtest <host>,scan <host>
run <program>— Execute an external programbye,exit,clear— Exit or refresh shellclipcopy,clipclear- Copy text to clipboard or clear clipboardhelp,?— View all available commands
Zephyr supports running various script files directly from the shell, including:
.bat.exe.ps1.py.js.cpp.vbsIt also reads from PATH and PATHEXT.
Some features (like service control, firewall, or privilege enumeration) may require Administrator rights. Use checkadmin to verify current elevation status.
Zephyr is not just a shell — it's a diagnostic, automation, and inspection powerhouse. Whether you're a sysadmin, power user, or just need precise control over your system, Zephyr has your back.
Created with care by Muerte. More updates to come.
"WE AINT PLAYING NO GAMES HERE 🗣🗣🗣"
To get started with Zephyr, you need to have:
After you install that, just run "buildandrun" from the directory Zephyr is in. Make sure to have all the files installed, or just the EXE, it doesn't really matter.
You can also do:
git clone https://github.com/MuerteSeguraZ/Zephyr.git
cd Zephyr
buildandrun.bat