Commit Graph
721 Commits
Author SHA1 Message Date
L1ghtn1ng d96e28af45 Tavis update 2019-04-19 17:41:03 +01:00
L1ghtn1ng 87e8be1544 Tavis update 2019-04-19 17:25:24 +01:00
L1ghtn1ng b20ee18657 Tavis update 2019-04-19 16:49:40 +01:00
L1ghtn1ng a224722c84 Tavis update 2019-04-19 16:45:42 +01:00
L1ghtn1ng 8e0e424d57 Fix version number so python does not have to normailize it 2019-04-19 16:41:04 +01:00
L1ghtn1ng 911fcddc35 remove win32dns.py 2019-04-19 16:40:15 +01:00
L1ghtn1ng 5a01c2a254 Tavis update 2019-04-19 16:31:30 +01:00
L1ghtn1ng 96a000f924 Tavis update 2019-04-19 16:29:03 +01:00
L1ghtn1ng 0becea3492 Tavis update 2019-04-19 16:20:57 +01:00
L1ghtn1ng f63d6f71fb Renamed the version to be 3.1.0-dev instead of having v<number>
for the 3.0.6 as this will be a major release when we are happy with everything

Try seeing if I can get travis to check how everything acts when installed as a python module
2019-04-19 16:18:49 +01:00
J.TownsendandGitHub 3a0e63238b Merge pull request #238 from L1ghtn1ng/master
Update requirements.txt
2019-04-19 15:39:09 +01:00
L1ghtn1ng e6cd6bede9 Update requirements.txt 2019-04-19 15:34:49 +01:00
MattandGitHub cf4aef5b06 Merge pull request #237 from blshkv/patch-1
setup.py: do not install tests
2019-04-16 18:26:51 +00:00
Anton BolshakovandGitHub b617e35755 setup.py: do not install tests
I'm getting the following error:
``` *   Package installs 'tests' package which is forbidden and likely a bug in the build system.
```

This patch fixes it
2019-04-16 09:43:54 +08:00
MattandGitHub f39c2a7b69 Merge pull request #234 from ssolidus/master
Fix imports for module
2019-04-15 04:10:54 +00:00
MattandGitHub 5f8e32ed64 Update README.md
Updated link.
2019-04-12 14:14:56 -04:00
TK 838892e832 change imports 2019-04-10 10:54:04 +10:00
TK d8bc25c261 test 2019-04-10 10:48:48 +10:00
TK 98f692b90a fix imports 2019-04-10 10:41:29 +10:00
Christian MartorellaandGitHub 9f7811d378 Merge pull request #229 from blshkv/patch-2
Update setup.py
2019-04-08 22:07:41 +02:00
blshkv 31c48159c7 fix bin script properly 2019-03-24 21:03:06 +08:00
blshkv 6c09e15e50 add bin file 2019-03-24 20:45:20 +08:00
blshkv a1cd503ac0 create a proper __main__ file, so we can use the original name 2019-03-24 16:07:45 +08:00
blshkv b3a2bb8fb9 fix test file 2019-03-24 15:53:59 +08:00
blshkv 70e42c3f91 rename the main script as it cannot be called the same as the module 2019-03-24 15:50:30 +08:00
blshkv 0711409468 fix new module path 2019-03-24 15:35:48 +08:00
blshkv d666264c92 fix installatin of the main binary 2019-03-24 14:17:37 +08:00
blshkv a9fa97db41 missing init file 2019-03-24 14:04:10 +08:00
blshkv 9229869e39 create module 2019-03-24 13:57:12 +08:00
Anton BolshakovandGitHub bbe35fdbf7 Update setup.py 2019-03-24 10:25:23 +08:00
Anton BolshakovandGitHub 6286de7a17 Update setup.py 2019-03-24 10:18:43 +08:00
Anton BolshakovandGitHub e6e4e5621d Update setup.py 2019-03-24 10:15:55 +08:00
Anton BolshakovandGitHub 0f13595f07 Update setup.py 2019-03-24 10:12:43 +08:00
Anton BolshakovandGitHub 8dd7e3974b Update htmlExport.py 2019-03-24 10:02:15 +08:00
Anton BolshakovandGitHub 04e6714d2e Update theHarvester.py 2019-03-24 10:01:40 +08:00
Anton BolshakovandGitHub b326b937a4 Update setup.py 2019-03-24 09:54:55 +08:00
Anton BolshakovandGitHub a3062cd6f9 Update setup.py 2019-03-24 09:52:34 +08:00
Anton BolshakovandGitHub f0e9fc1ae4 Update setup.py 2019-03-24 09:40:22 +08:00
Anton BolshakovandGitHub e1a389659d Update setup.py 2019-03-24 09:31:24 +08:00
Anton BolshakovandGitHub e3e10a48e6 Update setup.py
install theHarvester binary and register it as a module
2019-03-24 09:05:36 +08:00
Lee BairdandGitHub 0788b61205 Removed duplicate entry. 2019-03-23 17:31:20 -05:00
Christian Martorella ef85676a0d Merge branch 'master' of https://github.com/laramies/theHarvester 2019-03-23 21:05:44 +01:00
Christian Martorella 38593e931c Update .gitignore 2019-03-23 20:53:35 +01:00
MattandGitHub 9da2a619e2 Merge pull request #228 from NotoriousRebel/master
Added data files to setup.py to handle files in wordlists directory
2019-03-23 17:14:31 +00:00
NotoriousRebel 8ad77ac772 Added data files to setup.py and made sure they worked! 2019-03-23 13:11:02 -04:00
NotoriousRebel 36630f747f Added data_files for wordlists in setup.py 2019-03-22 12:43:44 -04:00
NotoriousRebel a32a08dfee Syncing.
Merge branch 'master' of https://github.com/laramies/theHarvester
2019-03-22 12:25:03 -04:00
J.TownsendandGitHub 64e8a7a757 Merge pull request #226 from L1ghtn1ng/dev
Fix travis
2019-03-19 22:24:33 +00:00
L1ghtn1ng c419c89196 Add author to travis for slack 2019-03-19 22:21:45 +00:00
L1ghtn1ng 64138965c8 Fix travis 2019-03-19 22:14:35 +00:00