Skip to content

Commit cde3fc7

Browse files
committedApr 18, 2018
Adjustments
1 parent 88a2f34 commit cde3fc7

File tree

6 files changed

+97
-3
lines changed

6 files changed

+97
-3
lines changed
 

‎LOLBins.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ If you are missing from the acknowledgement, please let me know (I did not forge
88
[Atbroker.exe](OSBinaries/Atbroker.md)
99
[Cmstp.exe](OSBinaries/Cmstp.md)
1010
[Control.exe](OSBinaries/Control.md)
11+
[Dfsvc.exe](OSBinaries/Dfsvc.md)
1112
[Forfiles.exe](OSBinaries/Forfiles.md)
1213
[Ieexec.exe](OSBinaries/Ieexec.md)
1314
[Ie4unit.exe](OSBinaries/Ie4unit.md)

‎LOLScripts.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ If you are missing from the acknowledgement, please let me know (I did not forge
55

66
# OS SCRIPTS
77

8-
[Cl_invocation.ps1](OSScripts/Cl_invocation.md)
9-
[Pubprn.vbs](OSScripts/Pubprn.md)
10-
[Slmgr.vbs](OSScripts/Slmgr.md)
8+
[Cl_invocation.ps1](OSScripts/Cl_invocation.md)
9+
[Manage-bde.vbs](OSScripts/Manage-bde.md)
10+
[Slmgr.vbs](OSScripts/Slmgr.md)
11+
[Pubprn.vbs](OSScripts/Pubprn.md)
12+
[Winrm.vbs](OSScripts/Winrm.md)

‎OSBinaries/Dfsvc.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Dfsvc.exe
2+
3+
* Functions: Execute
4+
5+
```
6+
Missing Example
7+
```
8+
9+
Acknowledgements:
10+
* Casey Smith - @subtee
11+
12+
Code sample:
13+
*
14+
15+
Resources:
16+
* https://github.com/api0cradle/ShmooCon-2015/blob/master/ShmooCon-2015-Simple-WLEvasion.pdf
17+
18+
Full path:
19+
```
20+
C:\Windows\Microsoft.NET\Framework\v2.0.50727\Dfsvc.exe
21+
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Dfsvc.exe
22+
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Dfsvc.exe
23+
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Dfsvc.exe
24+
```
25+
26+
Notes:
27+
28+
29+
30+

‎OSScripts/Manage-bde.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Manage-bde.wsf
2+
3+
* Functions: Execute
4+
5+
```
6+
set comspec=C:\windows\system32\calc.exe
7+
cscript C:\windows\system32\manage-bde.wsf
8+
```
9+
10+
Acknowledgements:
11+
* Jimmy - @bophops
12+
13+
Code sample:
14+
*
15+
16+
Resources:
17+
* https://gist.github.com/bohops/735edb7494fe1bd1010d67823842b712
18+
* https://twitter.com/bohops/status/980659399495741441
19+
20+
Full path:
21+
```
22+
c:\windows\system32\manage-bde.wsf
23+
```
24+
25+
Notes:
26+
27+
28+
29+

‎OSScripts/Pubprn.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Code sample:
1515
Resources:
1616
* https://enigma0x3.net/2017/08/03/wsh-injection-a-case-study/
1717
* https://www.slideshare.net/enigma0x3/windows-operating-system-archaeology
18+
* https://github.com/enigma0x3/windows-operating-system-archaeology
1819

1920
Full path:
2021
```

‎OSScripts/Winrm.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Winrm.vbs
2+
3+
* Functions: Execute
4+
5+
```
6+
winrm quickconfig
7+
```
8+
9+
Acknowledgements:
10+
* Matt Nelson - @enigma0x3
11+
* Casey Smith - @subtee
12+
13+
Code sample:
14+
* Missing Code sample
15+
16+
Resources:
17+
* https://www.slideshare.net/enigma0x3/windows-operating-system-archaeology
18+
* https://www.youtube.com/watch?v=3gz1QmiMhss
19+
* https://github.com/enigma0x3/windows-operating-system-archaeology
20+
21+
Full path:
22+
```
23+
C:\windows\system32\winrm.vbs
24+
C:\windows\SysWOW64\winrm.vbs
25+
```
26+
27+
Notes:
28+
Some specific details about the binary file.
29+
30+
31+

0 commit comments

Comments
 (0)