Repository navigation

#

runas

Python
1421
7 年前

snippets for power users

Batchfile
346
6 个月前

This module allows you to run a process (defaulting to PowerShell) as a different user by providing a known username and password. By default, the standard output (stdout), standard error (stderr), and standard input (stdin) are attached to the current console of the caller.

PowerShell
97
6 个月前

The tool to run command under a specified user account on Windows.

C++
78
6 年前

RunAsAttached is a program to run a console as another user and keep new console attached to caller console. Support reverse shell mode (Ex: Netcat)

Pascal
76
3 年前

RunAsAttached is a program to locally run a new terminal as another user without spawning a new console window.

Pascal
47
4 年前

A runas implementation with extra features in Rust

Rust
46
2 个月前

Simple RunAs program for Windows.

Pascal
33
5 年前

The teamcity-runas plugin to run TeamCity build steps under a specified user account on Windows or Linux.

Java
24
1 年前

Command line utility that executes a command (plaintext or encryted) as another user account or under specified user session

C++
18
6 年前

sudo for Windows (learning project)

C++
15
8 年前

A tool to start programs with admin rights.

C#
14
9 个月前
Batchfile
10
7 年前

Sudo command for Windows. Supports both x86 and x86_64 arch.

Assembly
10
3 年前

This Windows batch script provisions (copies) new folders with exact permissions and content from a specified existing folder (template) based on the information (first name and last name) inputted by a user via its command-line interface.

Batchfile
5
5 年前

A PowerShell module that can also function as a standalone script, enabling users to spawn either a bind or reverse shell. Additionally, it includes the capability to authenticate the shell session as a different Windows user.

PowerShell
5
6 个月前

A Windows Tool to help run apps with alternate credentials without having to re-enter the credentials over and over again.

PowerShell
4
3 年前

微信多开,win系统下创建不同账户,以不同账户运行微信。实现数据隔离,自动登录

Batchfile
4
8 个月前