This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
param ( | |
[Parameter(Position = 1, Mandatory = $True)] | |
[ValidateScript({ Test-Path $_ })] | |
[String]$Path, | |
[Int64]$Offset = 0 | |
) | |
$ErrorActionPreference = "Stop" | |
$Colors = @( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
strComputer = "." | |
Dim objShell, objWMIService | |
Set objShell = WScript.CreateObject("WScript.Shell") | |
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2") | |
Dim colItems, NumS, MemorySize, CPU1, CPU2, ProcessId, strProcess, strProcessKill, MemorySize1, MemorySize2, AverageCPU | |
Wscript.Sleep 10000 | |
strProcessKill = "'TASKMGR.EXE'" | |
Set colItems = objWMIService.ExecQuery("Select * From Win32_Process Where Name = " & strProcessKill) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author mrdoob / http://mrdoob.com/ | |
*/ | |
function WebAudio( context ) { | |
if ( context === undefined ) { | |
context = WebAudio.context; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<title>pfiles process port finder</title> | |
<!--<meta http-equiv="x-ua-compatible" content="ie=11"/>--> | |
<!--<meta http-equiv="x-ua-compatible" content="ie=edge" />--> | |
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta charset="UTF-8"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name | URL | Description | |
---|---|---|---|
Dehashed | https://www.dehashed.com/ | View leaked credentials | |
SecurityTrails | https://securitytrails.com/ | Extensive DNS data | |
DorkSearch—Really | https://dorksearch.com/ | Really fast Google dorking | |
ExploitDB | https://www.exploit-db.com/ | Archive of various exploits | |
ZoomEye | https://www.zoomeye.org/project?id=firewall | Gather information about targets | |
Pulsedive—Search | https://pulsedive.com/ | Search for threat intelligence | |
GrayHatWarefare | https://buckets.grayhatwarfare.com/ | Search public S3 buckets | |
PolySwarm | https://polyswarm.io/ | Scan files and URLs for threats | |
Fofa | https://github.com/wgpsec/fofa_viewer | Search for various threat intelligence |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adorable | |
adventurous | |
aggressive | |
agreeable | |
alert | |
alive | |
amused | |
angry | |
annoyed | |
annoying |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Top 1000 values of process.executable","Top 1000 values of process.command_line","Top 1000 values of process.working_directory","Count of records" | |
"C:\Windows\System32\rundll32.exe","""C:\Windows\System32\rundll32.exe"" Shell32.dll,ShellExec_RunDLL ""RÊCYCLÊR\ .com"" ""Program Files (x86)""","C:\Users\user\Desktop\",6 | |
"C:\Windows\System32\rundll32.exe","""C:\Windows\System32\rundll32.exe"" Shell32.dll,ShellExec_RunDLL ""RÊCYCLÊR\ .com"" ""Windows""","C:\Users\user\Desktop\",8 | |
"C:\Windows\System32\rundll32.exe","""C:\Windows\System32\rundll32.exe"" Shell32.dll,ShellExec_RunDLL ""RÊCYCLÊR\ .com"" ""ProgramData""","C:\Users\user\Desktop\",6 | |
"C:\Windows\System32\rundll32.exe","""C:\Windows\System32\rundll32.exe"" Shell32.dll,ShellExec_RunDLL ""RÊCYCLÊR\ .com"" ""Recovery""","C:\Users\user\Desktop\",7 | |
"C:\Windows\System32\rundll32.exe","""C:\Windows\System32\rundll32.exe"" Shell32.dll,ShellExec_RunDLL ""RÊCYCLÊR\ .com"" ""Documents and Settings""","C:\Users\user\Desktop\",11 | |
"C:\Windows\System32\rundll32.exe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* License under GPLv3 by gholk | |
* | |
* share for reference if anyone need to deal with excel object model in jscript/vbscript and other stuff. | |
*/ | |
// import JSON | |
// # lookup code | |
var debugFlag = '' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Apply this code to the path pointed to by the $PROFILE variable. | |
# Introduction | |
# This code includes asdf and oh-my-posh support in addition to brew. | |
# Requirements | |
# You must have the latest version of the PSReadLine module installed. Use the Install-Module -Name PSReadLine -AllowClobber -Force command. | |
# Also, you need to go to Nerd Font (https://www.nerdfonts.com/) and change the font to display the oh-my-posh prompt normally. | |
# Troubleshooting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#-------------------------------------------------------------# | |
#----Initial Declarations-------------------------------------# | |
#-------------------------------------------------------------# | |
Add-Type -AssemblyName PresentationCore, PresentationFramework, System.Windows.Forms | |
$Xaml = @" | |
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Width="900" Height="500"> | |
<Grid> | |
<Grid.ColumnDefinitions> |