A compilation of PowerShell scripts to assist me in my pentesting activities.
Comprises of:
- Edit-Routes.ps1: Add/Delete networking routes. Takes a text file containing a list of targets, information about the operation to perform (add/delete) and the type of engagement (external/internal) as input to edit the system networking routes. Particularly useful to route pentesting traffic via corporate VPNs.
Copyright 2018 Alexandre Teyar
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.