pastebin - collaborative debugging tool
kpaste.kpaste.net RSS


Untitled
Posted by Anonymous on Sun 17th Jan 2021 03:33
raw | new post

  1. echo "kernel.randomize_va_space = 0" > /etc/sysctl.d/01-disable-aslr.conf
  2.  
  3. console=tty2 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 vt.global_cursor_default=0
  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=false
  40.  
  41. /etc/hosts
  42. 127.0.0.1       firefox.settings.services.mozilla.com
  43.  
  44. #!/bin/sh
  45. PREREQ=''
  46. prereqs() {
  47.   echo "$PREREQ"
  48. }
  49. case $1 in
  50. prereqs)
  51.   prereqs
  52.   exit 0
  53.   ;;
  54. esac
  55. . /usr/share/initramfs-tools/hook-functions
  56. manual_add_modules aufs
  57. manual_add_modules tmpfs
  58. copy_exec /bin/chmod /bin
  59.  
  60. #!/bin/sh
  61. PREREQ=''
  62. prereqs() {
  63.   echo "$PREREQ"
  64. }
  65. case $1 in
  66. prereqs)
  67.   prereqs
  68.   exit 0
  69.   ;;
  70. esac
  71. if grep single /proc/cmdline >/dev/null; then
  72.   exit 0
  73. fi
  74. ro_mount_point="${rootmnt%/}.ro"
  75. rw_mount_point="${rootmnt%/}.rw"
  76. mkdir "${ro_mount_point}" "${rw_mount_point}"
  77. mount --move "${rootmnt}" "${ro_mount_point}"
  78. mount -t tmpfs -o "noatime,nodiratime" root.rw "${rw_mount_point}"
  79. mount -t aufs -o "dirs=${rw_mount_point}=rw:${ro_mount_point}=ro,noatime,nodiratime" root.union "${rootmnt}"
  80. chmod 755 "${rootmnt}"
  81. mkdir "${rootmnt}/ro" "${rootmnt}/rw"
  82. mount --move "${ro_mount_point}" "${rootmnt}/ro"
  83. mount --move "${rw_mount_point}" "${rootmnt}/rw"
  84. rm -f "${rootmnt}/etc/rcS.d"/S[0-9][0-9]checkroot.sh
  85.  
  86. mega.nz/file/xE82mZ4B#V9kbyO82-VFm834gC62-M9w1_R_WdxZR3_EHIMCCd3Y
  87.  
  88. /opt/firefox/distribution/policies.json
  89. {
  90.     "policies": {
  91.         "DisableAppUpdate": true
  92.     }
  93. }
  94.  
  95. app.normandy.enabled
  96. browser.bookmarks.max_backups
  97. browser.newtabpage.activity-stream.feeds.asrouterfeed
  98. browser.sessionstore.max_tabs_undo
  99. browser.sessionstore.max_windows_undo
  100. datareporting.policy.dataSubmissionEnabled
  101. extensions.blocklist.enabled
  102. extensions.getAddons.cache.enabled
  103. extensions.systemAddon.update.enabled
  104. extensions.update.enabled
  105. media.gmp-gmpopenh264.enabled
  106. media.gmp-gmpopenh264.visible
  107. media.gmp-provider.enabled
  108. media.peerconnection.enabled
  109. messaging-system.rsexperimentloader.enabled
  110. mousewheel.default.delta_multiplier_x
  111. mousewheel.default.delta_multiplier_y
  112. mousewheel.default.delta_multiplier_z
  113. network.captive-portal-service.enabled
  114. network.dns.disablePrefetch
  115. network.http.speculative-parallel-limit
  116. network.prefetch-next
  117. permissions.memory_only
  118. reader.parse-on-load.enabled
  119. security.nocertdb
  120. toolkit.telemetry.unified
  121.  
  122. safebrowsing
  123. urlclassifier
  124.  
  125. // ==UserScript==
  126. // @name         OGARio
  127. // @grant        GM_xmlhttpRequest
  128. // @run-at       document-start
  129. // @match        *://agar.io/*
  130. // ==/UserScript==
  131. if(location.host === 'agar.io' && location.pathname === '/'){
  132.     location.href = `https://agar.io/ogario${location.hash}`
  133.     return
  134. }
  135. function modifyHTML(html){
  136.     return html
  137.         .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>')
  138.         .replace('https://cdn.ogario.ovh/v4/beta/ogario.v4.js', 'https://reogario.yolasite.com/ws/media-library/e0d576d70d2f4e759449c20f07e6d5b2/reogario.js')
  139. }
  140. GM_xmlhttpRequest({
  141.     method: 'GET',
  142.     url: 'https://cdn.ogario.ovh/v4/beta',
  143.     onload(res2){
  144.         document.open()
  145.         document.write(modifyHTML(res2.responseText))
  146.         document.close()
  147.     }
  148. })

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