Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions implants/lib/eldritch/eldritch-wasm/src/headless.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ mod tests {
#[test]
fn test_headless_repl_macro() {
let mut repl = HeadlessRepl::new();
let res = repl.input("!ls");
assert!(res.contains("\"status\": \"complete\""));
repl.input("!ls");
let res = repl.input("");
assert!(res.contains("sys.shell"));
assert!(res.contains("ls"));
}
Expand All @@ -303,7 +303,6 @@ mod tests {
let res = repl.input("");
assert!(res.contains("\"status\": \"complete\""));
// Payload should contain sys.shell with indentation
assert!(res.contains(" import sys"));
assert!(res.contains("sys.shell(\\\"ls\\\")"));
}
}
56 changes: 0 additions & 56 deletions package-lock.json

This file was deleted.

5 changes: 0 additions & 5 deletions package.json

This file was deleted.

Binary file removed verification.png
Binary file not shown.
Binary file removed verification_wrap.png
Binary file not shown.
Binary file removed verification_wrap_2.png
Binary file not shown.
94 changes: 0 additions & 94 deletions verify_shell.py

This file was deleted.

88 changes: 0 additions & 88 deletions verify_shell_wrap.py

This file was deleted.

88 changes: 0 additions & 88 deletions verify_shell_wrap_2.py

This file was deleted.

Loading