inovve

Malware VPS

Nov 14th, 2024
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. find / -iname kdevtmpfsi* -exec rm -fv {} \;
  2. find / -iname kinsing* -exec rm -fv {} \;
  3.  
  4. check crons
  5.  
  6. touch /tmp/kdevtmpfsi && touch /tmp/kinsing
  7. echo "kdevtmpfsi is fine now" > /tmp/kdevtmpfsi
  8. echo "kinsing is fine now" > /tmp/kinsing
  9. chmod 0444 /tmp/kdevtmpfsi
  10. chmod 0444 /tmp/kinsing
  11.  
Advertisement
Add Comment
Please, Sign In to add comment