Skip to content

Commit

Permalink
docs: added README files for the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jun 24, 2024
1 parent 277eca4 commit b64a1b6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Example Nerve tasklets, check the individual READMEs for specific information.
1 change: 1 addition & 0 deletions examples/ai_news/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fetches the latest AI news and provides a few bullet-points summary.
1 change: 1 addition & 0 deletions examples/code_auditor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Looks for vulnerabilities in the specified code folder.
1 change: 1 addition & 0 deletions examples/fs_explorer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Performs a simple task by accessing the filesystem.
1 change: 1 addition & 0 deletions examples/fuzzer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fuzzes a test binary in order to find a crash.
1 change: 1 addition & 0 deletions examples/kali_pentester/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Uses access to a Kali computer (default nerve@kali.local, can be set via KALI_VM_CONNECTION_STRING).
1 change: 1 addition & 0 deletions examples/models/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Example model files for ollama.
1 change: 1 addition & 0 deletions examples/ssh_agent/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Executes tasks on a remote computer by executing bash commands on it via ssh.
1 change: 1 addition & 0 deletions examples/web_vulnerability_scanner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Performs simple HTTP requests to find vulnerabilities in a target website.
1 change: 1 addition & 0 deletions examples/weird_chat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Uses one LLM to simulate a two people chat between Bob and Alice.

0 comments on commit b64a1b6

Please sign in to comment.