mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 06:49:09 +01:00
First stab at CONTRIBUTING. Addresses #3.
This commit is contained in:
parent
fa0807ca03
commit
de9638d48b
7
CONTRIBUTING.md
Normal file
7
CONTRIBUTING.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Contributing
|
||||
|
||||
First, thank you for contributing!
|
||||
|
||||
When submitting new LOLs, please submit a `yml` sourcefile (`yml/`) as these are used to generate everything else. Next, review `README.md` and ensure that your LOL meets the criteria--interesting or unexpected functionality that would be useful to an attacker.
|
||||
|
||||
There's nothing special about the format. Just base your entry off an existing one and modify as required. Please ensure that you do not add or remove any of the fields; all are required.
|
@ -1,36 +0,0 @@
|
||||
Use this a Template for new binaries and scripts.
|
||||
If you think it is hard to make a pull request using github, don't hasitate
|
||||
to send me a tweet and I will add the contribution for you.
|
||||
|
||||
## Binary.exe
|
||||
|
||||
* Functions: Execute, Download, Copy, Read ADS, Write ADS, UACBypass, Search, Compile, Credentials, Surveillance
|
||||
|
||||
```
|
||||
Example
|
||||
```
|
||||
|
||||
Acknowledgements:
|
||||
* Name of guy - @twitterhandle
|
||||
|
||||
Code sample:
|
||||
* [NameOfLink](Payload/NameOfPayload)
|
||||
|
||||
Resources:
|
||||
* https://linktosomethingusefull.com
|
||||
|
||||
Full path:
|
||||
```
|
||||
c:\windows\system32\binary.exe
|
||||
c:\windows\sysWOW64\binary.exe
|
||||
```
|
||||
|
||||
Notes:
|
||||
Some specific details about the binary file.
|
||||
|
||||
|
||||
Detection:
|
||||
Details about detection.
|
||||
IOC, Behaviour , User Agents etc
|
||||
|
||||
|
@ -43,10 +43,6 @@ Interesting functionality can include:
|
||||
* Log evasion/modification
|
||||
* DLL side-loading/hijacking without being relocated elsewhere in the filesystem.
|
||||
|
||||
## YML
|
||||
|
||||
All things LOLBAS are stored under the `yml` folder. These files are then converted to markdown for your viewing pleasure. If you're submitting a PR, make your changes to the `yml` version of the file and we'll do the necessary conversions.
|
||||
|
||||
## The History of the LOLBin
|
||||
|
||||
The phrase "Living off the land" was coined by Christopher Campbell (@obscuresec) & Matt Graeber (@mattifestation) at [DerbyCon 3](https://www.youtube.com/watch?v=j-r6UonEkUw).
|
||||
|
Loading…
Reference in New Issue
Block a user