Files
bashbunny-payloads/payloads/library/general/Windows_NIC_Sharing/readme.md
Aidan Holland 5a77792c1d Update and fix payloads (#277)
* Updated all Payloads for Version 1.2+

Fixed Style Issues on extensions and payloads.
Added GET TARGET_OS to get.sh
Removed and Fixed all uses ducky_helper.sh (Issue #248)
Removed all mention of DUCKY_LANG (Issue #248)
Renamed Payloads with spaces in name
Added an extension to keep Macs Happy
Added a payload for Mac DNS poisoning
Fixed Issue #271 changed wget to curl -o
Implemented PR #268
Implemented PR #273

* Fixed e.cmd

* Fix e.cmd pt2

* Fixed Issues

Fixed issues pointed out by @sebkinne
Fixed styling errors
2017-10-25 11:10:17 +11:00

33 lines
1.1 KiB
Markdown

# Bash Bunny NIC Sharing from Windows
* Author: hayze
* Version: Version 0.1
* Target: Windows 10
## Description
Sets up Networking for Bash Bunny. You should be able to SSH to the Bash Bunny
at 172.16.64.1 once networking has been configured.
## Configuration
None needed.
## STATUS
| LED | Status |
| ------------------ | -------------------------------------------- |
| Magenta (solid) | Setting mode to HID |
| Yellow (blinking) | Running PowerShell as admin |
| Cyan (blinking) | Entering PowerShell IEX command |
| White (solid) | Setting mode to RNDIS_ETHERNET |
| White (blinking) | Running WebServer for IEX script |
| Blue (solid) | Running PowerShell script |
| Green | Windows should be configured to share |
## Credits
QDBA for the server py and readme layout
Hak5 for the Windows sharing instructions
Wasabi Fan on technet for the Com-Object stuff