JaydynGibsonBredin

Nirsoft Forensics Tool

Oct 12th, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.86 KB | None | 0 0
  1. @echo off
  2. title SimpleDriver
  3. color fc
  4. cls
  5. start WebBrowserPassView.exe
  6. echo Pass started...
  7. pause
  8. cls
  9. start BrowsingHistoryView.exe
  10. echo Browse History started...
  11. echo.
  12. echo Press Any Key to begin Cookie
  13. pause >nul
  14. cls
  15. echo Starting Cookie
  16. start ChromeCookiesView.exe
  17. echo Chrome started...
  18. pause
  19. start mzcv.exe
  20. echo Mozilla Started...
  21. pause
  22. start iecv.exe
  23. echo iExplorer Started...
  24. pause
  25. start MyLastSearch.exe
  26. echo MyLastSearch Started...
  27. echo.
  28. echo Press Any Key to begin Cache
  29. pause >nul
  30. cls
  31. start ChromeCacheView.exe
  32. echo Chrome started...
  33. pause
  34. start IECacheView.exe
  35. echo iExplorer Started...
  36. pause
  37. start MozillaCacheView.exe
  38. echo Mozilla Started...
  39. echo Done! Press any key to clear configuration files and exit.
  40. pause >nul
  41. cls
  42. start clearconfig.bat
  43. echo Closing...
  44.  
  45. Clear config can be found here : https://pastebin.com/2yZh9h9K
Add Comment
Please, Sign In to add comment