Friday, January 15, 2021

tools i use on windows

 Yes.  These are things I use or have used in Microsoft Windows.

Local Debugging and Tracing

  • ProcessHacker: A powerful task manager. Shares much of the functionality of Process Monitor from Sysinternals, but has some interesting differences and is (other than the Sysinternals Suite) entirely Open Source.

Debugging HTTP & REST APIs

  • Insomnia: a graphical HTTP client/debugger

Improve your Terminal

  • ConEmu: A powerful Windows Terminal Emulator. The better “console window” for cmd.exe and powershell.

Windows Installer

  • Orca: Table viewer/editor for MSI installer files

Active Directory

  • LDAPAdmin: graphical LDAP Directory browser. Like the Active Directory User & Computers console, but supports non-AD LDAP directories as well.

Working with Windows interfaces

  • SubInACL: cmdline tool to query/edit Windows ACLs (permissions for filesystem, registry, services)

Network Analysis

  • smsniff: TCP packet capture. Way less powerful then Wireshark, but can perform capturing without having to install the winpcap driver.

Hardware troubleshooting

  • usbdeview: USB Device Viewer

Managing Switches & Routers

  • MIBBrowser: A graphical SNMP client (the freeware version is only restricted in the number of MIBS that can be simultaneously loaded). Also provides snmp command line tools for Windows, such as snmpget .

Developer tools

  • TDM-GCC: A convenient way to get the gcc compiler suite on Windows

For more convenience

  • Ditto: Clipboard Manager