mirror of
https://github.com/trustedsec/SysmonCommunityGuide/
synced 2026-06-06 19:46:57 +00:00
5ed21e128b
Build files use for PDF crestion
114 lines
4.0 KiB
TeX
114 lines
4.0 KiB
TeX
\lstset{
|
|
basicstyle=\ttfamily,
|
|
numbers=left,
|
|
numberstyle=\footnotesize,
|
|
stepnumber=1,
|
|
numbersep=5pt,
|
|
backgroundcolor=\color[RGB]{248,248,248},
|
|
showspaces=false,
|
|
showstringspaces=false,
|
|
showtabs=false,
|
|
tabsize=2,
|
|
captionpos=b,
|
|
breaklines=true,
|
|
breakatwhitespace=true,
|
|
breakautoindent=true,
|
|
escapeinside={\%*}{*)},
|
|
linewidth=\textwidth,
|
|
basewidth=0.5em,
|
|
postbreak=\mbox{\textcolor{red}{$\hookrightarrow$}\space},
|
|
}
|
|
|
|
\definecolor{maroon}{rgb}{0.5,0,0}
|
|
\definecolor{darkgreen}{rgb}{0,0.5,0}
|
|
|
|
\lstdefinelanguage{XML}
|
|
{
|
|
basicstyle=\ttfamily,
|
|
morestring=[s]{"}{"},
|
|
morecomment=[s]{?}{?},
|
|
morecomment=[s]{!--}{--},
|
|
commentstyle=\color{darkgreen},
|
|
moredelim=[s][\color{black}]{>}{<},
|
|
moredelim=[s][\color{red}]{\ }{=},
|
|
stringstyle=\color{blue},
|
|
identifierstyle=\color{maroon}
|
|
}
|
|
|
|
\definecolor{dkgreen}{rgb}{0,0.6,0}
|
|
\definecolor{ltgray}{rgb}{0.5,0.5,0.5}
|
|
|
|
\usepackage{listings}
|
|
\lstset{%
|
|
backgroundcolor=\color{white},
|
|
basicstyle=\footnotesize,
|
|
breakatwhitespace=false,
|
|
breaklines=true,
|
|
captionpos=b,
|
|
commentstyle=\color{dkgreen},
|
|
deletekeywords={...},
|
|
escapeinside={\%*}{*)},
|
|
extendedchars=true,
|
|
frame=single,
|
|
keepspaces=true,
|
|
keywordstyle=\color{blue},
|
|
language=SQL,
|
|
morekeywords={*,modify,MODIFY,...},
|
|
numbers=left,
|
|
numbersep=15pt,
|
|
numberstyle=\tiny,
|
|
rulecolor=\color{ltgray},
|
|
showspaces=false,
|
|
showstringspaces=false,
|
|
showtabs=false,
|
|
stepnumber=1,
|
|
tabsize=4,
|
|
title=\lstname
|
|
}
|
|
|
|
\lstdefinelanguage{powershell}{
|
|
morekeywords={Add-Content,Add-PSSnapin,Clear-Content,%
|
|
Clear-History,Clear-Host,Clear-Item,%
|
|
Clear-ItemProperty,Clear-Variable,%
|
|
Compare-Object,Connect-PSSession,ConvertFrom-String,%
|
|
Convert-Path,Copy-Item,Copy-ItemProperty,%
|
|
Disable-PSBreakpoint,Disconnect-PSSession,%
|
|
Enable-PSBreakpoint,Enter-PSSession,Exit-PSSession,%
|
|
Export-Alias,Export-Csv,Export-PSSession,ForEach-Object,%
|
|
Format-Custom,Format-Hex,Format-List,Format-Table,%
|
|
Format-Wide,Get-Alias,Get-ChildItem,Get-Clipboard,%
|
|
Get-Command,Get-ComputerInfo,Get-Content,Get-History,%
|
|
Get-Item,Get-ItemProperty,Get-ItemPropertyValue,Get-Job,%
|
|
Get-Location,Get-Member,Get-Module,Get-Process,%
|
|
Get-PSBreakpoint,Get-PSCallStack,Get-PSDrive,Get-PSSession,%
|
|
Get-PSSnapin,Get-Service,Get-TimeZone,Get-Unique,Get-Variable,%
|
|
Get-WmiObject,Group-Object,help,Import-Alias,Import-Csv,%
|
|
Import-Module,Import-PSSession,Invoke-Command,Invoke-Expression,%
|
|
Invoke-History,Invoke-Item,Invoke-RestMethod,Invoke-WebRequest,%
|
|
Invoke-WmiMethod,Measure-Object,mkdir,Move-Item,Move-ItemProperty,%
|
|
New-object,New-Alias,New-Item,New-Module,New-PSDrive,New-PSSession,%
|
|
New-PSSessionConfigurationFile,New-Variable,Out-GridView,%
|
|
Out-Host,Out-Printer,Pop-Location,powershell_ise.exe,%
|
|
Push-Location,Receive-Job,Receive-PSSession,Remove-Item,%
|
|
Remove-ItemProperty,Remove-Job,Remove-Module,Remove-PSBreakpoint,%
|
|
Remove-PSDrive,Remove-PSSession,Remove-PSSnapin,Remove-Variable,%
|
|
Remove-WmiObject,Rename-Item,Rename-ItemProperty,Resolve-Path,%
|
|
Resume-Job,Select-Object,Select-String,Set-Alias,Set-Clipboard,%
|
|
Set-Content,Set-Item,Set-ItemProperty,Set-Location,%
|
|
Set-PSBreakpoint,Set-TimeZone,Set-Variable,Set-WmiInstance,%
|
|
Show-Command,Sort-Object,Start-Job,Start-Process,Start-Service,%
|
|
Start-Sleep,Stop-Job,Stop-Process,Stop-Service,Suspend-Job,%
|
|
Tee-Object,Trace-Command,Wait-Job,Where-Object,Write-Output%
|
|
},
|
|
morekeywords={Do,Else,For,ForEach,Function,If,In,Until,While},
|
|
alsodigit={-},
|
|
sensitive=false,
|
|
morecomment=[l]{\#},
|
|
morecomment=[n]{<\#}{\#>},
|
|
morestring=[b]{"},
|
|
morestring=[b]{'},
|
|
morestring=[s]{@'}{'@},
|
|
morestring=[s]{@"}{"@}
|
|
}
|
|
|