<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>groupInfo</key>
	<dict>
		<key>expandAfterMode</key>
		<integer>0</integer>
		<key>groupName</key>
		<string>Thought Asylum - Shell Commands</string>
		<key>notes</key>
		<string></string>
	</dict>
	<key>snippetsTE2</key>
	<array>
		<dict>
			<key>abbreviation</key>
			<string>calc+</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Calculate Alternative (JS)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>%filltop%
%filltext:name=Calculation:width=60%;</string>
			<key>snippetType</key>
			<integer>4</integer>
			<key>uuidString</key>
			<string>7A4836E1-1337-4221-87C2-324AD4A696C5</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>.defineword</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Lookup Definition of Word (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/bash

curl dict://dict.org/d:%filltext:name=Lookup%:foldoc
curl dict://dict.org/d:%filltext:name=Lookup%

%filltop%</string>
			<key>snippetType</key>
			<integer>3</integer>
			<key>uuidString</key>
			<string>97E34E92-1D5A-4394-9B90-70B314889E69</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>.runipx</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Run Get IP Address (External) (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/bash
curl ipecho.net/plain; echo</string>
			<key>snippetType</key>
			<integer>3</integer>
			<key>uuidString</key>
			<string>60CF0E2F-7C8F-4287-8E72-2A22B0795830</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>.runipe</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Run Get IP Address (Wired) (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/bash
ipconfig getifaddr en0</string>
			<key>snippetType</key>
			<integer>3</integer>
			<key>uuidString</key>
			<string>C212D87C-09D9-40D4-984C-BAFA6CBCD6F3</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>.runipw</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Run Get IP Address (WiFi) (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/bash
ipconfig getifaddr en1</string>
			<key>snippetType</key>
			<integer>3</integer>
			<key>uuidString</key>
			<string>26484294-AF63-4841-B9BC-AFBF57D91C2D</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>.runwhois</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Run WhoIs (Manual Domain Entry) (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/bash

#The hackertarget API is designed to be used in an ad-hoc fashion not for bulk queries and is limited to 50 (total) requests from a single IP Address per day.

curl http://api.hackertarget.com/whois/?q=%filltext:name=Domain%

%filltop%</string>
			<key>snippetType</key>
			<integer>3</integer>
			<key>uuidString</key>
			<string>84DF70C1-FE42-4B03-9F07-BA8DC06573A2</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>.runcbwhois</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Run WhoIs (Domain on Clipboard) (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/bash

#The hackertarget API is designed to be used in an ad-hoc fashion not for bulk queries and is limited to 50 (total) requests from a single IP Address per day.

curl http://api.hackertarget.com/whois/?q=%clipboard</string>
			<key>snippetType</key>
			<integer>0</integer>
			<key>uuidString</key>
			<string>5263E75C-B36A-494C-8973-3C51999A363A</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>.runtrace</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Run TraceRoute (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/bash
traceroute %filltext:name=Address%

%filltop%</string>
			<key>snippetType</key>
			<integer>3</integer>
			<key>uuidString</key>
			<string>48C83F0F-B19A-4687-884F-15C5CC374608</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>bccc</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Calculate (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/bash

#Enter calculation
tecalc=$(echo "%filltext:name=Calculation:width=50%" | bc -l)

#Format for 12 characters &amp; decimals and remove spaces
tecalc=$(printf %12.12f $tecalc  | tr -d ' ')

#Remove trailing zeros after the decimal point
tecalc=$(echo $tecalc | sed 's/\(\.[0-9]*[1-9]\)0*$/\1/;s/\.0*$//')

#Output without a newline
echo -n $tecalc

%filltop%</string>
			<key>snippetType</key>
			<integer>3</integer>
			<key>uuidString</key>
			<string>ACC2A177-1D80-42A8-8967-BC5E150D9A23</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>.runping</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Run Ping (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/bash
PingAddress=%filltext:name=Address%
NumberOfPings=%filltext:name=Count:default=5%
ping -c $NumberOfPings PingAddress

%filltop%</string>
			<key>snippetType</key>
			<integer>3</integer>
			<key>uuidString</key>
			<string>D5B82D3C-660E-4474-8167-DF10FA11143C</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>.runlist</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Run Listing (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/bash
ls -al %filltext:name=DirectoryPath%

%filltop%</string>
			<key>snippetType</key>
			<integer>3</integer>
			<key>uuidString</key>
			<string>75C82CBA-5667-488B-9F5A-FC33E9929398</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>.runcommand</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Run Command (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/%fillpopup:name=Shell:default=bash:csh:ksh:tcsh:zsh%
%filltext:name=Command%</string>
			<key>snippetType</key>
			<integer>3</integer>
			<key>uuidString</key>
			<string>4A4AAD2F-3451-46AB-AFB4-CEF9CB591C2C</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>.runcat</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Run Cat (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/bash
cat %filltext:name=FilePath%</string>
			<key>snippetType</key>
			<integer>3</integer>
			<key>uuidString</key>
			<string>F932BEA3-B54F-42A2-84F4-AD91DA1D66B3</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>.runcblist</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Run Listing [Clipboard] (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/bash
ls -al %clipboard</string>
			<key>snippetType</key>
			<integer>3</integer>
			<key>uuidString</key>
			<string>81334CCE-3F45-4CAD-B4B7-B0D1932363DB</string>
		</dict>
		<dict>
			<key>abbreviation</key>
			<string>.runcbcat</string>
			<key>abbreviationMode</key>
			<integer>0</integer>
			<key>creationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>label</key>
			<string>Run Cat [Clipboard] (BASH)</string>
			<key>modificationDate</key>
			<date>2022-09-15T05:03:00Z</date>
			<key>plainText</key>
			<string>#!/bin/bash
cat %clipboard</string>
			<key>snippetType</key>
			<integer>3</integer>
			<key>uuidString</key>
			<string>350DD7D9-1C4E-4094-8473-EA58169F028E</string>
		</dict>
	</array>
</dict>
</plist>
