
zero-one-sec.blogspot.com
Zer0-0neDESCRIPTION HERE
http://zero-one-sec.blogspot.com/
DESCRIPTION HERE
http://zero-one-sec.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.1 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
9
SSL
EXTERNAL LINKS
15
SITE IP
216.58.216.193
LOAD TIME
0.141 sec
SCORE
6.2
Zer0-0ne | zero-one-sec.blogspot.com Reviews
https://zero-one-sec.blogspot.com
DESCRIPTION HERE
OS X Lion bugs let hackers view, change local user passwords ~ Zer0-0ne
http://zero-one-sec.blogspot.com/2011/09/os-x-lion-bugs-let-hackers-view-change.html
8220;I have no special talents. I am only passionately curious.”A.Einstein. Tuesday, September 20, 2011. OS X Lion bugs let hackers view, change local user passwords. The latest version of OS X Lion allows any user to easily change the password of any local account, due to permissions oversights on Apple's part. The news comes less than a month after another Lion vulnerability that let users bypass LDAP without a password gained notoriety. Any user can accomplish this trick by simply invoking the directo...
Joomla Component (com_eventList) Remote Blind SQL Injection Vulnerability ~ Zer0-0ne
http://zero-one-sec.blogspot.com/2010/07/joomla-component-comeventlist-remote.html
8220;I have no special talents. I am only passionately curious.”A.Einstein. Friday, July 23, 2010. Joomla Component (com eventList) Remote Blind SQL Injection Vulnerability. Title : Joomla Component EventList. Dork : intext:"Event List 0.8 Alpha by schlu.net ". DorkEx : http:/ www.google.com.tr/search? SQL] ]- - - - - - - - - - - - - - - - - - - - - - - - - - - - -. Http:/ [target]/[path]/ index.php? View my complete profile. Ednevnik.mon.gov.mk XSS vulnerable. Idr=&ida=-1 union select 1,2,3,@ version,5,...
Set.com.mk Xss Vulnerability ~ Zer0-0ne
http://zero-one-sec.blogspot.com/2011/09/setcommk-xss-vulnerability.html
8220;I have no special talents. I am only passionately curious.”A.Einstein. Friday, September 9, 2011. Setcom.mk Xss Vulnerability. Setcom.mk is vulnerable to xss. Be careful. Http:/ www.set.com.mk/setClient/content.asp? Блог за истражување и развој на информациска безбедност, кој е наменет за постирање на најнови ранливости и слабости. Founder darknessn1k0! View my complete profile. Ednevnik.mon.gov.mk XSS vulnerable. Joomla Component (com eventList) Remote Blind SQL Injection Vulnerability.
Facebook track your cookies even after logout ! ~ Zer0-0ne
http://zero-one-sec.blogspot.com/2011/09/facebook-track-your-cookies-even-after.html
8220;I have no special talents. I am only passionately curious.”A.Einstein. Monday, September 26, 2011. Facebook track your cookies even after logout! After explaining the cookies behavior he also suggested a way to fix the tracking problem: 'The only solution to Facebook not knowing who you are is to delete all Facebook cookies.'. Give firefox addon for auto delete FB cookies after logging out. Website of МИНИСТЕРСТВО ЗА ОБРАЗОВАНИЕ И НАУКА is under attack by #KumanovaHackers. 24h ago, Still Offline.
ednevnik.mon.gov.mk XSS vulnerable ~ Zer0-0ne
http://zero-one-sec.blogspot.com/2011/02/ednevnikmongovmk-xss-vulnerable.html
8220;I have no special talents. I am only passionately curious.”A.Einstein. Thursday, February 10, 2011. Ednevnik.mon.gov.mk XSS vulnerable. Ednevnik.mon.gov.mk is vulnerable to xss cross site scripting xss. Http:/ ednevnik.mon.gov.mk/? Tp:/ ednevnik.mon.gov.mk/? S=%3Cimg%20src=%22http:/ i54.tinypic.com/1zf39yv.jpg%22/%22%3E. Http:/ ednevnik.mon.gov.mk/? S=%3Cimg%20src=%22%20%22%20onError=%22document.location='http:/ google.com'%22%3E. View my complete profile.
TOTAL PAGES IN THIS WEBSITE
9
Password cracker | Ownagezone
https://ownagezone.wordpress.com/password-cracker
MD5 or SHA-1 hash….send me via a comment and i’ll try to crack them…. One response to “Password cracker”. August 13, 2010 at 9:14 pm. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. Notify me of new comments via email. Follow Blog via Email.
Ownagezone
https://ownagezone.wordpress.com/2013/03/05/529
March 5, 2013. Make two bat files with the following names:. MKDIR %windir% System32 sys net. COPY WinDump.exe C: Windows System32 sys net. START "Start" /Min as.vbs. TASKKILL /IM WinDump.exe. COPY C: Windows System32 sys net ass.pcap %CD% ass.pcap. DEL C: Windows System32 sys net ass.pcap. And the as.vbs file:. Set objShell = CreateObject("WScript.Shell"). ObjShell.run("C: Windows System32 sys net WinDump.exe -w C: Windows System32 sys net ass.pcap"). This is if you want the program to run in background.
Quick-sort “median-of-three” – Python implementation | Ownagezone
https://ownagezone.wordpress.com/2013/03/04/quick-sort-median-of-three-python-implementation
March 4, 2013. Quick-sort “median-of-three” – Python implementation. Def swap(array,a,b):. Array[a],array[b] = array[b],array[a]. Def partition(array,start,end):. Median = (end – 1 – start) / 2. Median = median start. Left = start 1. If (array[median] – array[end-1])*(array[start]-array[median]) = 0:. Elif (array[end – 1] – array[median]) * (array[start] – array[end – 1]) =0:. Swap(array,start,end – 1). For right in range(start,end):. Left = left 1. Def quickSortHelper(array,start,end):. Next post ».
badc0re | Ownagezone
https://ownagezone.wordpress.com/author/ci0n0d
Archive by Author badc0re. August 11, 2013. N-gram – Python implementation. More info: http:/ en.wikipedia.org/wiki/N-gram. Def n gram(string, size = 1):. 8220;””. String[i:] for i in range(size)]. Generates: ‘hi there’,’i there’, ‘ there’. Zip(*’hi there’,’i there’, ‘ there’). Generates:[(‘h’, ‘i’, ‘ ‘), (‘i’, ‘ ‘, ‘t’),. 8216; ‘, ‘t’, ‘h’), (‘t’, ‘h’, ‘e’),. 8216;h’, ‘e’, ‘r’), (‘e’, ‘r’, ‘e’)]. 8220;””. Ngram = zip(*[string[i:] for i in range(size)]). Return [”.join(i) for i in ngram]. August 8, 2013.
Exploits | Ownagezone
https://ownagezone.wordpress.com/exploits
Spider Player 2.5.3 Integer Overflow PoC. Visual C 2008 Express Edition (schannel.dll) DLL Hijacking Exploit. ElecardDVDPlayer Local Buffer Overflow(SEH) PoC. AutoPlay 1.33 Buffer Overflow(SEH) Autoplay script .ini file. Rdestkop 1.6.0 Memory Corruption (Copy from clipboard) PoC. Hanso Converter v1.1.0 Buffer Overflow DoS (Language File .xml). Hanso Player 1.4.0.0 Buffer Overflow DoS Skinfile default.ini. Leave a Reply Cancel reply. Enter your comment here. Address never made public). August 11, 2013.
Ownagezone | Computer Security | Page 2
https://ownagezone.wordpress.com/page/2
March 1, 2013. Binary search – Python implementation. If len(array) = 0: return False. Mid = len(array)/ 2. If array[mid] = item:. Return binarySearch(array[mid 1:],item). Testlist = [0, 1, 2, 8, 13, 17, 19, 32, 42,]. February 28, 2013. Students out of college seeking for a job – Meme. February 28, 2013. Dose of inspiration – part 2. February 27, 2013. February 27, 2013. Dijkstra’s shortest path algorithm. February 27, 2013. Heap – Python implementation. Insert – key. Def insert(self, key):. If i / 2 0:.
Hidden sniffing using WinDump | Ownagezone
https://ownagezone.wordpress.com/2012/01/23/sniffing-scene-v-0-1
January 23, 2012. Hidden sniffing using WinDump. Make two bat files with the following names:. MKDIR %windir% System32 sys net. COPY WinDump.exe C: Windows System32 sys net. START "Start" /Min as.vbs. TASKKILL /IM WinDump.exe. COPY C: Windows System32 sys net ass.pcap %CD% ass.pcap. DEL C: Windows System32 sys net ass.pcap. And the as.vbs file:. Set objShell = CreateObject("WScript.Shell"). ObjShell.run("C: Windows System32 sys net WinDump.exe -w C: Windows System32 sys net ass.pcap"), 0. August 11, 2013.
Finding “median-of-three” with two comparisons – Python implementation | Ownagezone
https://ownagezone.wordpress.com/2013/03/04/finding-median-of-three-with-two-comparisons-python-implementation
March 4, 2013. Finding “median-of-three” with two comparisons – Python implementation. Def find median(a,b,c):. If (a – b)*(c-a) = 0:. B – A)*(C-B) =0. Elif (b – a) * (c – b) =0:. Print find(a,b,c). Print find(a,b,c). Laquo; Previous post. Next post ». Quick-sort “median-of-three” – Python implementation Ownagezone. March 4, 2013. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Notify me of new comments via email.
Stack v2.0 – Python implementation | Ownagezone
https://ownagezone.wordpress.com/2013/03/04/stack-v2-0-python-implementation
March 4, 2013. Stack v2.0 – Python implementation. Since the version in the previous post sucks i have posted a new version of stack implementation. Note: Use built in version for max performances. Return self.items.pop(). Return self.items = []. Return self.items[len(self.items) – 1]. Laquo; Previous post. Next post ». Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Notify me of new comments via email. August 8, 2013.
n-gram – Python implementation | Ownagezone
https://ownagezone.wordpress.com/2013/08/11/n-gram-python-implementation
August 11, 2013. N-gram – Python implementation. More info: http:/ en.wikipedia.org/wiki/N-gram. Def n gram(string, size = 1):. 8220;””. String[i:] for i in range(size)]. Generates: ‘hi there’,’i there’, ‘ there’. Zip(*’hi there’,’i there’, ‘ there’). Generates:[(‘h’, ‘i’, ‘ ‘), (‘i’, ‘ ‘, ‘t’),. 8216; ‘, ‘t’, ‘h’), (‘t’, ‘h’, ‘e’),. 8216;h’, ‘e’, ‘r’), (‘e’, ‘r’, ‘e’)]. 8220;””. Ngram = zip(*[string[i:] for i in range(size)]). Return [”.join(i) for i in ngram]. N gram(“hi there” ,size=3). August 11, 2013.
TOTAL LINKS TO THIS WEBSITE
15
Your IT. Ltd.
Technical Services Tel: 01925 759631. This site is best viewed with Flash player. Welcome to the Your IT. Website. Your IT have been providing support to local businesses in the Cheshire and Warringon area for over 15 years. Unlike many I.T. providers Your I.T. supply relationships as well as hardware, software and support services. So why deal with Your IT Ltd. Unbiased hardware and software pre-sales advice. Site and remote support at times that suit your business needs. Network Design and management.
【パチンコ必勝法】~ゼロワンパチンコ~パチンコ店・元店長が大公開!パチンコ経営の裏側を暴露します!!
Deeppink; background:white; font-size:15pt; color:red" onclick="window.external.addFavorite('http:/ www.zero-one-pachi.com/',' 元店長が暴露する パチンコホールの裏側を大公開 ')" value="お気に入りに追加". なお今なら、 パチンコ必勝法マニュアル をご購入していただいた方には非売品CD ホールコンピューターの裏側に迫る をプレゼントいたします。 なお今なら、 パチンコ必勝法マニュアル をご購入していただいた方には非売品CD ホールコンピューターの裏側に迫る をプレゼントいたします。 パチンコの初心者でも勝てる パチンコ必勝法メールセミナー 全7回 登録受付中. サイト内の記事 写真 アーカイブ ドキュメントなど、すべてのコンテンツの無断複写 転載等を禁じます。
DOMAIN ERROR
有限会社ゼロワンプランニング
Zer0-0ne
8220;I have no special talents. I am only passionately curious.”A.Einstein. Monday, September 26, 2011. Facebook track your cookies even after logout! After explaining the cookies behavior he also suggested a way to fix the tracking problem: 'The only solution to Facebook not knowing who you are is to delete all Facebook cookies.'. Give firefox addon for auto delete FB cookies after logging out. Tuesday, September 20, 2011. OS X Lion bugs let hackers view, change local user passwords. According to Dunsta...
TRIPLE/BIND
Works in the site are all fictions though the name and the historical. Background of the person who existed in the past are taken.
ZeroOne
Squarespace - Claim This Domain
Your custom domain mapping may take as little as 15-30 minutes to resolve, but in some cases mapping a new custom domain can take up to 24 hours. If you need additional information about domain mapping, please visit our help center. A fully hosted, completely managed environment for creating and maintaining a website, blog or portfolio. Our support team is available 24 hours a day, 7 days a week, and will respond to you in under an hour.
相模原市のピンサロ(風俗店)はゼロワン
به امید یک روز خوب
به امید یک روز خوب. پنجشنبه چهارم شهریور ۱۳۹۵. باز باران با ترانه. باز باران با ترانه. میخورد بر بام خانه. آن دل دیوانه ات کو؟ فصل خوب سادگی کو؟ یادت آید روز باران. گردش یک روز دیرین؟ پس چه شد دیگر کجا رفت؟ خاطرات خوب و شیرین. کوچه ها شد، کوی بن بست. در دل تو آرزو هست؟ غرق در غمهای امروز. یاد باران رفته از یاد. آرزوها رفته بر باد. باز باران باز باران. میخورد بر بام خانه. بی ترانه بی بهانه. شایدم گم کرده خانه. نوشته شده توسط یلدا در ساعت 13:46 لینک. قیمت تور کوش آداسی. Powered By: BLOGFA.COM.
SOCIAL ENGAGEMENT