mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Added securedrop worldlist to project
This commit is contained in:
parent
c07f4e5f83
commit
3d07fccc11
2 changed files with 6804 additions and 1 deletions
6800
resources/wordlist.txt
Normal file
6800
resources/wordlist.txt
Normal file
File diff suppressed because it is too large
Load diff
5
setup.py
5
setup.py
|
@ -94,7 +94,10 @@ setup(
|
|||
(os.path.join(sys.prefix, 'share/applications'), ['install/onionshare.desktop']),
|
||||
(os.path.join(sys.prefix, 'share/appdata'), ['install/onionshare.appdata.xml']),
|
||||
(os.path.join(sys.prefix, 'share/pixmaps'), ['install/onionshare80.xpm']),
|
||||
(os.path.join(sys.prefix, 'share/onionshare'), ['resources/version.txt']),
|
||||
(os.path.join(sys.prefix, 'share/onionshare'), [
|
||||
'resources/version.txt',
|
||||
'resources/wordlist.txt'
|
||||
]),
|
||||
(os.path.join(sys.prefix, 'share/onionshare/images'), images),
|
||||
(os.path.join(sys.prefix, 'share/onionshare/locale'), locale),
|
||||
(os.path.join(sys.prefix, 'share/onionshare/html'), html)
|
||||
|
|
Loading…
Add table
Reference in a new issue