mirror of
https://github.com/oXis/pwnwiki.github.io.git
synced 2025-10-29 16:56:59 +00:00
Fix formatting for previous PR
Sorry, the formatting for the previous PR was just totally borked. This fixes it. My bad. Apologies.
This commit is contained in:
parent
9fdee9e9b0
commit
a5eaaa0ee3
@ -234,36 +234,28 @@ For more information: http://technet.microsoft.com/en-us/library/bb490939.aspx
|
|||||||
### Network Services
|
### Network Services
|
||||||
* **Command with arguments**: `netsh diag show all`
|
* **Command with arguments**: `netsh diag show all`
|
||||||
* **Description**: Shows information on network services and adapters.
|
* **Description**: Shows information on network services and adapters.
|
||||||
* **Note**: Windows XP only.
|
|
||||||
|
Note: Windows XP only.
|
||||||
|
|
||||||
* **Output**:
|
* **Output**:
|
||||||
* <div class="slide" style="cursor: pointer;"> **Windows XP SP3:** Show/Hide </div><div class="view"><code>C:\Users\johndoe>netsh diag show all
|
* <div class="slide" style="cursor: pointer;"> **Windows XP SP3:** Show/Hide </div><div class="view"><code>C:\Users\johndoe>netsh diag show all<br/>
|
||||||
|
Default Outlook Express Mail (Not Configured)<br/>
|
||||||
Default Outlook Express Mail (Not Configured)
|
Default Outlook Express News (Not Configured)<br/>
|
||||||
|
Internet Explorer Web Proxy (Not Configured)<br/>
|
||||||
Default Outlook Express News (Not Configured)
|
Loopback (127.0.0.1)<br/>
|
||||||
|
Computer System (OJ-75E3B8CC9475)<br/>
|
||||||
Internet Explorer Web Proxy (Not Configured)
|
Operating System (Microsoft Windows XP Professional)<br/>
|
||||||
|
Version (5.1.2600)<br/>
|
||||||
Loopback (127.0.0.1)
|
Modems<br/>
|
||||||
|
|
||||||
Computer System (OJ-75E3B8CC9475)
|
|
||||||
|
|
||||||
Operating System (Microsoft Windows XP Professional)
|
|
||||||
|
|
||||||
Version (5.1.2600)
|
|
||||||
|
|
||||||
Modems
|
|
||||||
|
|
||||||
Network Adapters
|
Network Adapters
|
||||||
1. [00000001] VMware Accelerated AMD PCNet Adapter
|
1. [00000001] VMware Accelerated AMD PCNet Adapter
|
||||||
2. [00000010] VMware Accelerated AMD PCNet Adapter
|
2. [00000010] VMware Accelerated AMD PCNet Adapter<br/>
|
||||||
|
|
||||||
Network Clients
|
Network Clients
|
||||||
1. VMware Shared Folders
|
1. VMware Shared Folders
|
||||||
2. Microsoft Terminal Services
|
2. Microsoft Terminal Services
|
||||||
3. Microsoft Windows Network
|
3. Microsoft Windows Network
|
||||||
4. Web Client Network</code></div>
|
4. Web Client Network
|
||||||
|
</code></div>
|
||||||
|
|
||||||
### Firewall Control
|
### Firewall Control
|
||||||
* **Command with arguments**: `netsh firewall set opmode [disable|enable]`
|
* **Command with arguments**: `netsh firewall set opmode [disable|enable]`
|
||||||
@ -271,30 +263,24 @@ Network Clients
|
|||||||
* **Minimum required version**: Windows Vista.
|
* **Minimum required version**: Windows Vista.
|
||||||
* **Output**:
|
* **Output**:
|
||||||
* <div class="slide" style="cursor: pointer;"> **Windows Vista:** Show/Hide </div><div class="view"><code>C:\Users\johndoe>netsh firewall set opmode enable
|
* <div class="slide" style="cursor: pointer;"> **Windows Vista:** Show/Hide </div><div class="view"><code>C:\Users\johndoe>netsh firewall set opmode enable
|
||||||
Ok.
|
Ok.<br/>
|
||||||
|
|
||||||
C:\Users\johndoe>netsh firewall set opmode disable
|
C:\Users\johndoe>netsh firewall set opmode disable
|
||||||
Ok.</code></div>
|
Ok.</code></div>
|
||||||
* <div class="slide" style="cursor: pointer;"> **Windows 7:** Show/Hide </div><div class="view"><code>C:\Users\johndoe>netsh firewall set opmode enable
|
* <div class="slide" style="cursor: pointer;"> **Windows 7:** Show/Hide </div><div class="view"><code>C:\Users\johndoe>netsh firewall set opmode enable<br/>
|
||||||
|
|
||||||
IMPORTANT: Command executed successfully.
|
IMPORTANT: Command executed successfully.
|
||||||
However, "netsh firewall" is deprecated;
|
However, "netsh firewall" is deprecated;
|
||||||
use "netsh advfirewall firewall" instead.
|
use "netsh advfirewall firewall" instead.
|
||||||
For more information on using "netsh advfirewall firewall" commands
|
For more information on using "netsh advfirewall firewall" commands
|
||||||
instead of "netsh firewall", see KB article 947709
|
instead of "netsh firewall", see KB article 947709
|
||||||
at http://go.microsoft.com/fwlink/?linkid=121488 .
|
at http://go.microsoft.com/fwlink/?linkid=121488 .<br/>
|
||||||
|
Ok.<br/>
|
||||||
Ok.
|
C:\Users\johndoe>netsh firewall set opmode disable<br/>
|
||||||
|
|
||||||
C:\Users\johndoe>netsh firewall set opmode disable
|
|
||||||
|
|
||||||
IMPORTANT: Command executed successfully.
|
IMPORTANT: Command executed successfully.
|
||||||
However, "netsh firewall" is deprecated;
|
However, "netsh firewall" is deprecated;
|
||||||
use "netsh advfirewall firewall" instead.
|
use "netsh advfirewall firewall" instead.
|
||||||
For more information on using "netsh advfirewall firewall" commands
|
For more information on using "netsh advfirewall firewall" commands
|
||||||
instead of "netsh firewall", see KB article 947709
|
instead of "netsh firewall", see KB article 947709
|
||||||
at http://go.microsoft.com/fwlink/?linkid=121488 .
|
at http://go.microsoft.com/fwlink/?linkid=121488 .<br/>
|
||||||
|
|
||||||
Ok.</code></div>
|
Ok.</code></div>
|
||||||
|
|
||||||
### Wireless Backdoor Creation
|
### Wireless Backdoor Creation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user