This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| List of usernames for which the passwords got a hit: | |
| 14102015 | |
| 14102017 | |
| 14102024 | |
| 14102025 | |
| 14102036 | |
| 14102044 | |
| 14102046 | |
| 14102057 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| List of usernames for which we got a hit: | |
| 14102015 | |
| 14102017 | |
| 14102024 | |
| 14102025 | |
| 14102036 | |
| 14102044 | |
| 14102046 | |
| 14102057 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://developer.mozilla.org/en-US/docs/Web/API | |
| https://developer.mozilla.org/en-US/demos/tag/tech:css3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| passphrase: 526avijit (import settings on any device using this passphrase) | |
| Useful !bangs: | |
| 1. !a - Amazon | |
| 2. !w - Wikipedia | |
| 3. !g - Google | |
| 4. !q - Quora | |
| 5. !so - StackOverflow | |
| 6. !v - Youtube | |
| 7. !di - Dictionary (with pronunciation) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # MOZDEF run script | |
| sudo invoke-rc.d rabbitmq-server start | |
| sudo service elasticsearch start | |
| sudo service nginx start | |
| cd /opt/MozDef/loginput && sudo uwsgi --socket loginput.socket --wsgi-file index.py --buffer-size 32768 --master --listen 100 --uid root --pp /opt/MozDef/loginput --chmod-socket --logto /var/log/mozdef/uwsgi.loginput.log | |
| cd /opt/MozDef/rest && sudo uwsgi --socket rest.socket --wsgi-file index.py --buffer-size 32768 --master --listen 100 --uid root --pp /opt/MozDef/rest --chmod-socket --logto /var/log/mozdef/uwsgi.rest.log | |
| cd /opt/MozDef/mq && sudo uwsgi --socket /opt/MozDef/esworker.socket --mule=esworker.py --mule=esworker.py --buffer-size 32768 --master --listen 100 --uid root --pp /opt/MozDef/mq --stats 127.0.0.1:9192 --logto /var/log/mozdef/uwsgi.esworker.log --master-fifo /run/uwsgi/apps/esworker.fifo | |
| cd /opt/MozDef/meteor && meteor run | |
| cd /opt/MozDef/alerts && sudo celery -A celeryconfig worker --loglevel=info --beat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .attackercallout { | |
| width: 120px; | |
| height: 160px; | |
| box-shadow: 0px 0px 12px rgba(0,255,255,0.5); | |
| border: 1px solid rgba(127,255,255,0.25); | |
| text-align: center; | |
| cursor: default; | |
| z-index: 99; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Works with bootstrap 2.x , not with bootstrap 3.x | |
| <div class="container"> | |
| <div class="container-fluid attackercallout"> | |
| <div class="row-fluid"> | |
| <span class="id">Rank #1</span> | |
| </div> | |
| <div class="row-fluid"> | |
| <span class="id">Region</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $scope.$on('$ionicView.beforeEnter', function() { | |
| elem = angular.element(document.querySelectorAll('ion-nav-bar ion-header-bar')); | |
| elem.removeClass('bar-energized'); | |
| elem.addClass('bar-dark'); | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ref_list: | |
| [GitRef(local_ref='refs/heads/logged-in-replace-splash', local_sha1='34c88250c1253a68b6bf84ef26d19291a06fdb90', remote_ref='refs/heads/logged-in-replace-splash', remote_sha1='0000000000000000000000000000000000000000')] | |
| Modified files in logged-in-replace-splash: | |
| [FileDiff(status='A', name='.gitignore'), | |
| FileDiff(status='A', name='.jscsrc'), | |
| FileDiff(status='A', name='.pylintrc'), | |
| FileDiff(status='A', name='.travis.yml'), | |
| FileDiff(status='A', name='AUTHORS'), | |
| FileDiff(status='A', name='CHANGELOG'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---------------------------------------- | |
| ---------------------------------------- | |
| Tasks still running: | |
| core.controllers.reader_test (started 12:58:33) | |
| core.domain.stats_jobs_continuous_test (started 12:58:11) | |
| core.domain.exp_services_test (started 12:58:11) | |
| core.domain.user_jobs_one_off_test (started 12:57:53) | |
| core.domain.feedback_jobs_continuous_test (started 12:57:53) | |
| core.domain.user_jobs_continuous_test (started 12:57:33) | |
| core.domain.stats_services_test (started 12:57:32) |
OlderNewer