{"id":64,"date":"2014-01-28T13:15:02","date_gmt":"2014-01-28T13:15:02","guid":{"rendered":"http:\/\/www.fax.squaredisc.com\/?p=64"},"modified":"2014-01-28T22:40:09","modified_gmt":"2014-01-28T22:40:09","slug":"mrburns-bat","status":"publish","type":"post","link":"http:\/\/www.fax.squaredisc.com\/?p=64","title":{"rendered":"MrBurns.bat"},"content":{"rendered":"<p>After finishing <strong>Homer.bat<\/strong> I decided to make a useful tool, this time I wanted an easy way to list numerous details of a computer, local area network and internet routing.<\/p>\n<p>Yes the information gathered from this script can be used for evil purposes but it can also be very helpful to discover problems you might not know about.<\/p>\n<span class=\"collapseomatic \" id=\"id7737\"  title=\"<strong>MrBurns.bat<\/strong>\"><strong>MrBurns.bat<\/strong><\/span><div id=\"target-id7737\" class=\"collapseomatic_content \"><\/p>\n<pre>@echo off\r\nmode con cols=40 lines=26\r\ncolor 06\r\ntitle MrBurns\r\ngoto mrburns1\r\n:mrburns1\r\ncls\r\necho             MMRYVMRY WMYt#WM          \r\necho          X::;:::::;::;R;;=====W       \r\necho       #+::::::::::::::::i===#i;Y      \r\necho      #;::::::::::::::::::#V======     \r\necho    ##:::::::::::::::::::::I======R    \r\necho    V::::::::::::::::::::::MWW+====Y   \r\necho    #:::::::::::::::::::;::M====M==X   \r\necho    t::::::::::::::::::::::======V=W   \r\necho    ;:::::::::::::::::::::==B=====#    \r\necho    t::::::::::::::::::::===W:=M==M    \r\necho    #:::::::::::::::::::X==#:WW:R#     \r\necho    W;:::::::::::::::::::==V::=:#      \r\necho     W:::::::::::::#:::::M==W::+#      \r\necho     M RWt:::=B#;#  ::::::;=t:#        \r\necho     R   .:;#      #;:::::+:::=        \r\necho      RRi,:::++  X:::::::::::#         \r\necho      t:;:::::::::::::::::::;          \r\necho      X::::::::::::::::::::::          \r\necho     B:;Vi#:::::::::::::i#i::#         \r\necho    M:::::I::::::::::::# R;:::W\r\necho    =::::R:::::::::::R R:::::::#\r\necho   Y:::W ::::::;:=R M#;:::::::::+\r\necho   M;:X  X::;B#. . V;I:::::::::::I\r\necho   #W                 #V:::::::::.\r\necho                       WXi::::::#\r\ngoto mrburns2\r\n:mrburns2\r\necho ===================================================================================== > mrburns_%COMPUTERNAME%.txt\r\necho. >> mrburns_%COMPUTERNAME%.txt\r\necho System Variables >> mrburns_%COMPUTERNAME%.txt\r\necho. >> mrburns_%COMPUTERNAME%.txt\r\necho \tALLUSERSPROFILE\t\t\t%ALLUSERSPROFILE% >> mrburns_%COMPUTERNAME%.txt\r\necho \tAPPDATA\t\t\t\t%APPDATA% >> mrburns_%COMPUTERNAME%.txt\r\necho \tCommonProgramFiles\t\t%CommonProgramFiles% >> mrburns_%COMPUTERNAME%.txt\r\necho \tCOMMONPROGRAMFILES(x86)\t\t%COMMONPROGRAMFILES(x86)% >> mrburns_%COMPUTERNAME%.txt\r\necho \tCOMPUTERNAME\t\t\t%COMPUTERNAME% >> mrburns_%COMPUTERNAME%.txt\r\necho \tCOMSPEC\t\t\t\t%COMSPEC% >> mrburns_%COMPUTERNAME%.txt\r\necho \tHOMEDRIVE\t\t\t%HOMEDRIVE% >> mrburns_%COMPUTERNAME%.txt\r\necho \tHOMEPATH\t\t\t%HOMEPATH% >> mrburns_%COMPUTERNAME%.txt\r\necho \tLOCALAPPDATA\t\t\t%LOCALAPPDATA% >> mrburns_%COMPUTERNAME%.txt\r\necho \tProgramData\t\t\t%ProgramData% >> mrburns_%COMPUTERNAME%.txt\r\necho \tProgramFiles\t\t\t%ProgramFiles% >> mrburns_%COMPUTERNAME%.txt\r\necho \tProgramFiles(x86)\t\t%ProgramFiles(x86)% >> mrburns_%COMPUTERNAME%.txt\r\necho \tPROMPT\t\t\t\t%PROMPT% >> mrburns_%COMPUTERNAME%.txt\r\necho \tSYSTEMDRIVE\t\t\t%SYSTEMDRIVE% >> mrburns_%COMPUTERNAME%.txt\r\necho \tSYSTEMROOT\t\t\t%SYSTEMROOT% >> mrburns_%COMPUTERNAME%.txt\r\necho \tTEMP\t\t\t\t%TEMP% >> mrburns_%COMPUTERNAME%.txt\r\necho \tTMP\t\t\t\t%TMP% >> mrburns_%COMPUTERNAME%.txt\r\necho \tUSERDOMAIN\t\t\t%USERDOMAIN% >> mrburns_%COMPUTERNAME%.txt\r\necho \tUSERNAME\t\t\t%USERNAME% >> mrburns_%COMPUTERNAME%.txt\r\necho \tUSERPROFILE\t\t\t%USERPROFILE% >> mrburns_%COMPUTERNAME%.txt\r\necho \tWINDIR\t\t\t\t%WINDIR% >> mrburns_%COMPUTERNAME%.txt\r\necho ===================================================================================== >> mrburns_%COMPUTERNAME%.txt\r\necho. >> mrburns_%COMPUTERNAME%.txt\r\necho Processes >> mrburns_%COMPUTERNAME%.txt\r\necho. >> mrburns_%COMPUTERNAME%.txt\r\ntasklist >> mrburns_%COMPUTERNAME%.txt\r\necho ===================================================================================== >> mrburns_%COMPUTERNAME%.txt\r\necho. >> mrburns_%COMPUTERNAME%.txt\r\necho Drives >> mrburns_%COMPUTERNAME%.txt\r\necho. >> mrburns_%COMPUTERNAME%.txt\r\nnet use >> mrburns_%COMPUTERNAME%.txt\r\necho ===================================================================================== >> mrburns_%COMPUTERNAME%.txt\r\nnetstat -a >> mrburns_%COMPUTERNAME%.txt\r\necho ===================================================================================== >> mrburns_%COMPUTERNAME%.txt\r\nnetstat -b >> mrburns_%COMPUTERNAME%.txt\r\necho ===================================================================================== >> mrburns_%COMPUTERNAME%.txt\r\nnetstat -r >> mrburns_%COMPUTERNAME%.txt\r\necho ===================================================================================== >> mrburns_%COMPUTERNAME%.txt\r\necho. >> mrburns_%COMPUTERNAME%.txt\r\nnet view >> mrburns_%COMPUTERNAME%.txt\r\necho ===================================================================================== >> mrburns_%COMPUTERNAME%.txt\r\nnet statistics server >> mrburns_%COMPUTERNAME%.txt\r\necho ===================================================================================== >> mrburns_%COMPUTERNAME%.txt\r\nnet statistics workstation >> mrburns_%COMPUTERNAME%.txt\r\necho ===================================================================================== >> mrburns_%COMPUTERNAME%.txt\r\nipconfig \/all >> mrburns_%COMPUTERNAME%.txt\r\necho ===================================================================================== >> mrburns_%COMPUTERNAME%.txt\r\nnslookup 127.0.0.1 >> mrburns_%COMPUTERNAME%.txt\r\necho ===================================================================================== >> mrburns_%COMPUTERNAME%.txt\r\ntracert -h 20 -w 10 8.8.8.8 >> mrburns_%COMPUTERNAME%.txt\r\necho ===================================================================================== >> mrburns_%COMPUTERNAME%.txt\r\necho ##################################################################################### >> mrburns_%COMPUTERNAME%.txt\r\nexit<\/pre>\n<p><\/div>\n<p><a href=\"http:\/\/www.fax.squaredisc.com\/wp-content\/uploads\/2014\/01\/MrBurns.png\"><img loading=\"lazy\" class=\"alignnone size-medium wp-image-68\" alt=\"MrBurns\" src=\"http:\/\/www.fax.squaredisc.com\/wp-content\/uploads\/2014\/01\/MrBurns-290x300.png\" width=\"290\" height=\"300\" srcset=\"http:\/\/www.fax.squaredisc.com\/wp-content\/uploads\/2014\/01\/MrBurns-290x300.png 290w, http:\/\/www.fax.squaredisc.com\/wp-content\/uploads\/2014\/01\/MrBurns.png 332w\" sizes=\"(max-width: 290px) 100vw, 290px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>After finishing Homer.bat I decided to make a useful tool, this time I wanted an easy way to list numerous details of a computer, local area network and internet routing. Yes the information gathered from this script can be used for evil purposes but it can also be very helpful to discover problems you might <a class=\"read-more\" href=\"http:\/\/www.fax.squaredisc.com\/?p=64\">[&hellip;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[6],"tags":[8],"_links":{"self":[{"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=\/wp\/v2\/posts\/64"}],"collection":[{"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=64"}],"version-history":[{"count":10,"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=\/wp\/v2\/posts\/64\/revisions"}],"predecessor-version":[{"id":83,"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=\/wp\/v2\/posts\/64\/revisions\/83"}],"wp:attachment":[{"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=64"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=64"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=64"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}