diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..2aed6bb --- /dev/null +++ b/examples/README.md @@ -0,0 +1 @@ +Example Nerve tasklets, check the individual READMEs for specific information. \ No newline at end of file diff --git a/examples/ai_news/README.md b/examples/ai_news/README.md new file mode 100644 index 0000000..a399ae1 --- /dev/null +++ b/examples/ai_news/README.md @@ -0,0 +1 @@ +Fetches the latest AI news and provides a few bullet-points summary. \ No newline at end of file diff --git a/examples/code_auditor/README.md b/examples/code_auditor/README.md new file mode 100644 index 0000000..0741a71 --- /dev/null +++ b/examples/code_auditor/README.md @@ -0,0 +1 @@ +Looks for vulnerabilities in the specified code folder. \ No newline at end of file diff --git a/examples/fs_explorer/README.md b/examples/fs_explorer/README.md new file mode 100644 index 0000000..a70e493 --- /dev/null +++ b/examples/fs_explorer/README.md @@ -0,0 +1 @@ +Performs a simple task by accessing the filesystem. \ No newline at end of file diff --git a/examples/fuzzer/README.md b/examples/fuzzer/README.md new file mode 100644 index 0000000..ee06c5d --- /dev/null +++ b/examples/fuzzer/README.md @@ -0,0 +1 @@ +Fuzzes a test binary in order to find a crash. \ No newline at end of file diff --git a/examples/kali_pentester/README.md b/examples/kali_pentester/README.md new file mode 100644 index 0000000..a8747df --- /dev/null +++ b/examples/kali_pentester/README.md @@ -0,0 +1 @@ +Uses access to a Kali computer (default nerve@kali.local, can be set via KALI_VM_CONNECTION_STRING). \ No newline at end of file diff --git a/examples/models/README.md b/examples/models/README.md new file mode 100644 index 0000000..7111c16 --- /dev/null +++ b/examples/models/README.md @@ -0,0 +1 @@ +Example model files for ollama. \ No newline at end of file diff --git a/examples/ssh_agent/README.md b/examples/ssh_agent/README.md new file mode 100644 index 0000000..abe972e --- /dev/null +++ b/examples/ssh_agent/README.md @@ -0,0 +1 @@ +Executes tasks on a remote computer by executing bash commands on it via ssh. \ No newline at end of file diff --git a/examples/web_vulnerability_scanner/README.md b/examples/web_vulnerability_scanner/README.md new file mode 100644 index 0000000..36674df --- /dev/null +++ b/examples/web_vulnerability_scanner/README.md @@ -0,0 +1 @@ +Performs simple HTTP requests to find vulnerabilities in a target website. \ No newline at end of file diff --git a/examples/weird_chat/README.md b/examples/weird_chat/README.md new file mode 100644 index 0000000..7688837 --- /dev/null +++ b/examples/weird_chat/README.md @@ -0,0 +1 @@ +Uses one LLM to simulate a two people chat between Bob and Alice. \ No newline at end of file