Commit Graph
34 Commits
Author SHA1 Message Date
root 4a6e4cdb0b Fixed a whitespace issue in version manager
Former-commit-id: 4d9556cbe8
2018-06-03 09:57:28 +05:30
root 6f68edce40 Incremented version
Former-commit-id: 0510adb591
2018-06-03 09:49:11 +05:30
root dd224a49c4 Fixed version manager and text alignment
Former-commit-id: 1576854372
2018-06-03 09:47:47 +05:30
root 0c7493f557 Fixed version manager and text alignment
Former-commit-id: 00bdc609bc
2018-06-03 09:44:53 +05:30
thewhiteh4tandGitHub f7f7da7675 Update version.txt
Incremented version

Former-commit-id: 9c757b8bed
2018-06-03 09:26:32 +05:30
thewhiteh4tandGitHub df4523db73 Update pwnedornot.py
Incremented version

Former-commit-id: d05c9e0f16
2018-06-03 09:26:01 +05:30
thewhiteh4tandGitHub cacce0a3b3 Merge pull request #5 from JpUsefRye/master
Added version manager

Former-commit-id: 45fe4929e8
2018-06-03 09:08:48 +05:30
JpUsefRye 5f1d4d2f0a Add version manager
Former-commit-id: 06bc6a2c44
2018-06-02 19:24:29 +03:00
root 8bcbd744aa Updated README
Former-commit-id: 83d3c5c349
2018-06-01 16:46:52 +05:30
root 04ed73a2ea Update README
Former-commit-id: dc2c327e1c
2018-05-31 11:33:30 +05:30
root fdfc1fd311 Added commandline arguments and version info
Former-commit-id: 6d085dd1e2
2018-05-31 11:27:28 +05:30
root 49fcd945e0 Updated README
Former-commit-id: 7b068d15ef
2018-05-30 15:35:41 +05:30
root 227886cc0b Fixed encoding for Python 3
Former-commit-id: 6caa82ae36
2018-05-30 15:23:24 +05:30
thewhiteh4tandGitHub 99ca3df021 Merge pull request #4 from cclauss/patch-1
Define raw_input() and unicode() for Python 3

Former-commit-id: 1c6d59c039
2018-05-30 15:18:21 +05:30
cclaussandGitHub 16680d494a Define raw_input() and unicode() for Python 3
https://pythonclock.org One Year, Seven Months...

flake8 testing of https://github.com/thewhiteh4t/pwnedOrNot on Python 3.6.3

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./pwnedornot.py:35:9: F821 undefined name 'raw_input'
	addr = raw_input(G + '[+]' + C + ' Enter Email Address : ' + W)
        ^
./pwnedornot.py:61:47: F821 undefined name 'unicode'
				+ G + '[+]' + C + ' Breach      : ' + W + unicode(item['Title']) + '\n' 
                                              ^
./pwnedornot.py:62:47: F821 undefined name 'unicode'
				+ G + '[+]' + C + ' Domain      : ' + W + unicode(item['Domain']) + '\n' 
                                              ^
./pwnedornot.py:63:47: F821 undefined name 'unicode'
				+ G + '[+]' + C + ' Date        : ' + W + unicode(item['BreachDate']) + '\n'
                                              ^
./pwnedornot.py:64:47: F821 undefined name 'unicode'
				+ G + '[+]' + C + ' Fabricated  : ' + W + unicode(item['IsFabricated']) + '\n'
                                              ^
./pwnedornot.py:65:47: F821 undefined name 'unicode'
				+ G + '[+]' + C + ' Verified    : ' + W + unicode(item['IsVerified']) + '\n'
                                              ^
./pwnedornot.py:66:47: F821 undefined name 'unicode'
				+ G + '[+]' + C + ' Retired     : ' + W + unicode(item['IsRetired']) + '\n'
                                              ^
./pwnedornot.py:67:47: F821 undefined name 'unicode'
				+ G + '[+]' + C + ' Spam        : ' + W + unicode(item['IsSpamList'])).encode('utf-8')
                                              ^
8     F821 undefined name 'raw_input'
8
```
Former-commit-id: 5f95fbd589
2018-05-30 08:21:59 +02:00
root 938a9d923f Updated README
Former-commit-id: 1c1aac04f3
2018-05-29 10:34:07 +05:30
thewhiteh4t 14812f63ca Update issue templates
Former-commit-id: 41110feeb0
2018-05-29 10:10:35 +05:30
thewhiteh4tandGitHub 7239575509 Merge pull request #2 from thewhiteh4t/add-license-1
Create LICENSE

Former-commit-id: 3a7c92421c
2018-05-29 10:09:10 +05:30
thewhiteh4tandGitHub 77e331105c Create LICENSE
Former-commit-id: 92e03f444a
2018-05-29 10:08:58 +05:30
thewhiteh4tandGitHub e662ca8bce Merge pull request #1 from thewhiteh4t/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md

Former-commit-id: a85bce75c9
2018-05-29 10:07:05 +05:30
thewhiteh4tandGitHub c953e7615b Create CODE_OF_CONDUCT.md
Former-commit-id: 49489577a6
2018-05-29 10:06:03 +05:30
root ad6299b759 Updated README
Former-commit-id: 51f69f4897
2018-05-26 18:43:45 +05:30
root 3960857bc7 Updated README
Former-commit-id: 630425d84c
2018-05-26 18:33:26 +05:30
root 4e02175244 Updated README
Former-commit-id: 21822f0c73
2018-05-26 18:00:35 +05:30
root ce66be8943 Added Nethunter Screenshots
Former-commit-id: dabc452422
2018-05-26 17:58:38 +05:30
root 17f1b9d0bf Fixed ascii encoding error when script is executed in Nethunter Terminal
Former-commit-id: 885cb3dcd0
2018-05-26 17:45:22 +05:30
root b7e14f52cb Updated README
Former-commit-id: 5d9afc7777
2018-05-26 13:18:25 +05:30
root 1bab2df257 Updated README
Former-commit-id: 19e3a23182
2018-05-26 13:07:20 +05:30
root fae34dfac2 Script can now bypass cloudflare restrictions
Former-commit-id: 5d6910b258
2018-05-26 13:05:00 +05:30
root fab4f52fe2 Merge branch 'master' of https://github.com/thewhiteh4t/pwnedOrNot
Former-commit-id: 3762037231
2018-05-26 05:05:24 +05:30
root 55ed512134 Added Script
Former-commit-id: d9e40287c2
2018-05-26 04:58:11 +05:30
thewhiteh4tandGitHub c74cfc4b00 Update README.MD
Former-commit-id: 565e7a6c7d
2018-05-26 04:57:24 +05:30
root 1b734e9fe5 Added Screenshots
Former-commit-id: ad42961bdd
2018-05-26 04:53:21 +05:30
root 637bdbd086 Added README 2018-05-26 04:01:44 +05:30