mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-17 10:39:17 +00:00
add diagnostic script
This commit is contained in:
parent
9c5feb81aa
commit
28d357f52c
10
diagnostic-tools/binary-leak-checker.sh
Executable file
10
diagnostic-tools/binary-leak-checker.sh
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
if [ "$#" -ne 2 ]; then
|
||||||
|
echo "Usage: binary-leak-checker.sh <nodename> <erlang cookie>"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "The command you want to run is:
|
||||||
|
:recon.bin_leak(10)
|
||||||
|
"
|
||||||
|
|
||||||
|
iex --sname debug --remsh $1 --erl "-setcookie $2"
|
Loading…
Reference in a new issue