pastebin - collaborative debugging tool
kpaste.kpaste.net RSS


Untitled
Posted by Anonymous on Thu 19th Nov 2020 11:29
raw | new post

  1. echo "kernel.randomize_va_space = 0" > /etc/sysctl.d/01-disable-aslr.conf
  2.  
  3. ipv6.disable=1 l1tf=off mds=off mitigations=off no_stf_barrier noexec=off noexec32=off noibpb noibrs nopti nospec_store_bypass_disable nospectre_v1 nospectre_v2 quiet spec_store_bypass_disable=off spectre_v2_user=off
  4.  
  5. passwd -d root
  6.  
  7. /etc/pam.d/common-auth
  8. nullok
  9.  
  10. /sbin/rmmod pcspkr
  11.  
  12. /usr/bin/compton --backend glx --paint-on-overlay --vsync opengl-swc
  13.  
  14. /usr/bin/xinput --set-prop 9 'libinput Accel Profile Enabled' 0, 1
  15. /usr/bin/xinput --set-prop 9 'libinput Accel Speed' 0.5
  16.  
  17. /etc/pam.d/lightdm-autologin
  18. #auth      required pam_succeed_if.so user != root quiet_success
  19.  
  20. /usr/share/lightdm/lightdm.conf.d/01_debian.conf
  21. [SeatDefaults]
  22. autologin-user=root
  23.  
  24. /usr/share/bleachbit/cleaners/clean_logs.xml
  25. <?xml version="1.0" encoding="UTF-8"?>
  26. <cleaner id="custom">
  27.   <label>Custom</label>
  28.   <description>Custom Rules</description>
  29.   <option id="cleanlogs">
  30.     <label>Clean Logs</label>
  31.     <description>Delete all files under /var/log/</description>
  32.     <action search="walk.all" command="delete" path="/var/log/"/>
  33.   </option>
  34. </cleaner>
  35.  
  36. /etc/gtk-3.0/settings.ini
  37. [Settings]
  38. gtk-enable-animations = false
  39. gtk-recent-files-enabled=0
  40.  
  41. /opt/firefox/distribution/policies.json
  42. {
  43.     "policies": {
  44.         "DisableAppUpdate": true
  45.     }
  46. }
  47.  
  48. browser.bookmarks.max_backups
  49. browser.sessionstore.max_tabs_undo
  50. browser.sessionstore.max_windows_undo
  51. datareporting.policy.dataSubmissionEnabled
  52. extensions.blocklist.enabled
  53. extensions.getAddons.cache.enabled
  54. extensions.systemAddon.update.enabled
  55. extensions.update.enabled
  56. media.gmp-gmpopenh264.enabled
  57. media.gmp-gmpopenh264.visible
  58. media.gmp-provider.enabled
  59. mousewheel.default.delta_multiplier_x
  60. mousewheel.default.delta_multiplier_y
  61. mousewheel.default.delta_multiplier_z
  62. network.captive-portal-service.enabled
  63. network.dns.disablePrefetch
  64. network.prefetch-next
  65. permissions.memory_only
  66. reader.parse-on-load.enabled
  67. security.nocertdb
  68. toolkit.telemetry.unified
  69.  
  70. safebrowsing
  71. urlclassifier
  72.  
  73. // ==UserScript==
  74. // @name         OGARio
  75. // @grant        GM_xmlhttpRequest
  76. // @run-at       document-start
  77. // @match        *://agar.io/*
  78. // ==/UserScript==
  79. if(location.host === 'agar.io' && location.pathname === '/'){
  80.     location.href = `https://agar.io/ogario${location.hash}`
  81.     return
  82. }
  83. function modifyHTML(html){
  84.     return html
  85.         .replace('<head>', '<head><script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit async"></script><script src="https://bundle.run/buffer@5.2.1"></script><script src="https://reogario.yolasite.com/ws/media-library/9f716c648aad434aa505ab2e9543198e/reogario"></script>')
  86.         .replace('https://cdn.ogario.ovh/v4/beta/ogario.v4.js', 'https://reogario.yolasite.com/ws/media-library/e0d576d70d2f4e759449c20f07e6d5b2/reogario.js')
  87. }
  88. GM_xmlhttpRequest({
  89.     method: 'GET',
  90.     url: 'https://cdn.ogario.ovh/v4/beta',
  91.     onload(res2){
  92.         document.open()
  93.         document.write(modifyHTML(res2.responseText))
  94.         document.close()
  95.     }
  96. })

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at