Download the windows image you want.
AWS vmimport supported versions: Microsoft Windows 10 (Professional, Enterprise, Education) (US English) (64-bit only)
So Home wont work.
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave] | |
| "MetricsReportingEnabled"=dword:00000000 | |
| "SafeBrowsingExtendedReportingEnabled"=dword:00000000 | |
| "UrlKeyedAnonymizedDataCollectionEnabled"=dword:00000000 | |
| "FeedbackSurveysEnabled"=dword:00000000 | |
| "AutofillAddressEnabled"=dword:00000000 | |
| "AutofillCreditCardEnabled"=dword:00000000 | |
| "EnableDoNotTrack"=dword:00000001 |
Pentesting-Exploitation Programs and Commands , Protocols Network / Ports
| shift+F10 after boot | |
| start ms-cxh:localonly |
| " VIM Configuration File | |
| " Description: Optimized for C/C++ development, but useful also for other things. | |
| " Author: Gerhard Gappmeier | |
| " | |
| " set UTF-8 encoding | |
| set enc=utf-8 | |
| set fenc=utf-8 | |
| set termencoding=utf-8 | |
| " disable vi compatibility (emulation of old bugs) |
| curl --resolve www.google.com:443:74.125.239.116:443 https://www.google.com |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000