|
|
|
|
|
by patcheudor
4202 days ago
|
|
Our philosophy in the office is that alt-tab is for suckers. While my setup is the most over the top we have three other people with five monitors or more. We are all security researchers and find the configuration saves a bunch of time in reviews. As an example, I can associate a MitM proxy like the Burpsuite or Fiddler 2 with the server side application which might communicate to web clients as well as to additional web services behind the scenes. That takes up one monitor, typically the one at the far top left. Under that monitor I can then associate another MitM proxy with the client. I can then run the client from my laptop display. If I'm working on a fat client, on the 30" I'll then run Wireshark which will effectively be watching the client. On another monitor I can run sysinternal tools. What remains I use for writing code necessary for the review, running additional tools like Metasploit, e-mail, chat, and research. I arrange my workspace for the task at hand. On a daily basis do I use all nine? No. Interestingly enough, with this sort of setup it's pretty easy to visually see what's happening when going after an application. Before going to the monitor extreme I'd constantly alt-tab between my monitoring & exploit tools with every action. Now I can run an action and see the results within one workspace. Of course there is a massive downside. It makes competing in CTFs a pain in the butt as I can't drag that setup with me to physical events. |
|