# Paratrooper

{% embed url="<https://github.com/thebriandurham/MiscTools>" %}

## About

* Network enumeration script that is meant to be ran from a Raspberry Pi drop-box on a client's internal network.
* Stores the output of standard enumeration commands (such as ifconfig, netstat, etc.) and then uses scp to copy the enumerated data back to a listening host.
* Designed to be set up on a Kali instance and ran via Crontab to allow the script to execute on a set interval to ensure the data gets returned once a network connection is established.

## Postmortem

Oh the early, innocent days of my infosec obsessions. At least I was trying, right?


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bdurham.dev/old-projects/paratrooper.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
