Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fishing #1

Open
wants to merge 1,203 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
1203 commits
Select commit Hold shift + click to select a range
f558e6d
Created lang file for server_menu
May 11, 2020
7f94f1f
Integrated localization for start_server.random
May 12, 2020
e0030a0
Integrated random and custom serveo into localization system
May 13, 2020
c32c5d1
Completed integrating Serveo into localization system
May 13, 2020
d315f80
Imported requests, getuid, platform_os
May 13, 2020
02a383b
Fixed small credentials bug
May 13, 2020
98f19be
Removed Checks.py
May 13, 2020
0c910dd
Reintegrated some methods from Checks.py
May 13, 2020
a273eb3
Imported check_call, getuid
May 13, 2020
6ebd852
Added message about not working options
May 13, 2020
c860ce2
Localization for new methods
May 13, 2020
bdd767d
Removed old methods, integrated new ones
May 13, 2020
1800006
Created Server/www directory
May 13, 2020
9b1562d
removed some files from .gitignore
May 13, 2020
c786f9f
Added CapturedData .gitkeep
May 13, 2020
81a966e
Code Cleaning
darkmidus May 14, 2020
018d3be
Code Cleaning
darkmidus May 14, 2020
3d035ea
Fixed invalid input bug
darkmidus May 23, 2020
8ccac37
Added more error handling
darkmidus May 24, 2020
0071ee2
Fixed Typos
darkmidus May 24, 2020
bee11f1
Fixed Local host
darkmidus May 24, 2020
a38ae55
Fixed Gitlab page
darkmidus May 25, 2020
e1e72a1
Fixed spacing and cleaned some code
darkmidus May 25, 2020
19562ca
Fixed Code Issues
darkmidus May 25, 2020
3b367eb
Update README.md
May 25, 2020
435d95f
Update instructions.md
May 25, 2020
41801a0
Replaced os.chmod with run_command to add Recursive
May 25, 2020
ef110fd
Added Server/www to .gitignore
May 25, 2020
3205753
Instead of ignoring __pycache__ folders, just ignore pyc compiled fil…
alexdlaird May 25, 2020
3696e54
Server/www hotfix
darkmidus May 27, 2020
23a0d85
Moved Instructions to wiki
darkmidus May 27, 2020
25fcb1a
Moved installation instructions to wiki
darkmidus May 27, 2020
dcc811a
Finally added myself too readme
darkmidus May 27, 2020
cd185b7
Removed old instructions
darkmidus May 27, 2020
cc19a1e
Update requirements.txt
May 27, 2020
f4a9904
Update issue templates
May 27, 2020
9f5a4f5
Merge pull request #611 from alexdlaird/cleanup-gitignore
May 27, 2020
c160722
Bump requests from 2.22.0 to 2.23.0
dependabot-preview[bot] May 27, 2020
255cb22
Bump pyngrok from 2.1.6 to 2.1.7
dependabot-preview[bot] May 27, 2020
ba30960
Merge pull request #624 from DarkSecDevelopers/dependabot/pip/master/…
May 27, 2020
dffabd4
Merge branch 'master' into dependabot/pip/master/requests-2.23.0
May 27, 2020
13952e6
Merge pull request #623 from DarkSecDevelopers/dependabot/pip/master/…
May 27, 2020
3ca24d0
Create .gitattributes
May 27, 2020
dab7446
Update .gitattributes
May 27, 2020
b50f672
Update .gitattributes
May 27, 2020
b1fde3e
Update .gitattributes
May 27, 2020
73fe4a2
Fixed typo in Serveo Code
darkmidus May 28, 2020
1db86fc
Hot Fix (Email Config Failure)
An0nUD4Y May 28, 2020
e58157e
Fix of pyngrok crash
May 28, 2020
62a8bcc
Added Server/www to .gitignore
May 28, 2020
a81ae88
...
May 28, 2020
7ab3e63
Added basic values to ngrok.yml
May 28, 2020
0eac10f
Fixed? problem with pyngrok
May 28, 2020
33dd2c3
Added auth_token string...
May 30, 2020
9353df8
Dependency fixes
Jun 1, 2020
b791fe4
Bump pyngrok from 2.1.7 to 3.0.0
dependabot-preview[bot] Jun 1, 2020
37cff10
Merge pull request #650 from DarkSecDevelopers/dependabot/pip/master/…
Jun 3, 2020
5400f85
Merge branch 'master' of https://github.com/DarkSecDevelopers/HiddenEye
Jun 3, 2020
e74e111
created helper.py under LocalizationManager. worked on requested chan…
Jun 3, 2020
11914f6
updated run file: HiddenEye.py
Jun 3, 2020
5ac93bf
license doc string in helper.py
Jun 3, 2020
6f2c849
Merge pull request #648 from Souldiv/master
Jun 6, 2020
2d8001f
Bump pyngrok from 3.0.0 to 3.1.1
dependabot-preview[bot] Jun 8, 2020
b13c9ff
Merge pull request #663 from DarkSecDevelopers/dependabot/pip/master/…
Jun 8, 2020
4839f5b
Merge pull request #666 from DarkSecDevelopers/master
Jun 8, 2020
2e5368e
Removed useless commented code
Jun 8, 2020
f5f7474
Imported BytesIO, ZipFile, url_request
Jun 8, 2020
00fb18b
Imported simple_informant
Jun 8, 2020
258f58f
Removed 1 blank line
Jun 8, 2020
e77ef75
Fixed LocalXpose installation and start script (Still WIP)
Jun 8, 2020
fe93589
Imported regular_expression
Jun 8, 2020
444ae10
Removed useless/outdated/leftover comments from simple_informant
Jun 8, 2020
fee7c05
Improved platform detection code
Jun 8, 2020
9f70af7
Created check_platform method
Jun 8, 2020
b4a365d
Added doc string to check_platform
Jun 8, 2020
fec1739
Imported platform, request from urllib, ZipFile from zimfile, BytesIO…
Jun 8, 2020
53bced0
Added lang dictionary for start_localxpose
Jun 8, 2020
ab853d6
Added all in External_software to .gitignore
Jun 8, 2020
426e636
Added .mo files to .gitignore
Jun 8, 2020
ed41203
Created template.pot file that keeps all translatable strings in thei…
Jun 8, 2020
aa7d33d
Updated en_US.po with latest strings
Jun 8, 2020
431ca26
Changed Victim to Target
darkmidus Jun 9, 2020
293ea6b
Added doc string for license_handler
Jun 9, 2020
cba7e44
Added doc string for exit_message
Jun 9, 2020
0ca64ca
Added doc string for terms_of_service_message
Jun 9, 2020
3fb8bb7
Added doc string for module_loading_message
Jun 9, 2020
04d98d2
Added doc string for credentials_collector
Jun 9, 2020
3f73006
Added doc string for log_writer
Jun 9, 2020
5d621b6
Added doc string for port_selector
Jun 9, 2020
3ef6ff9
Added doc string for remove_readonly
Jun 9, 2020
e2351dc
Added doc string for global_message
Jun 9, 2020
6a96378
Bump pyngrok from 3.1.1 to 4.0.1
Jun 11, 2020
c1d17b1
Removed "port" from credentials_collector because it's not used
Jun 11, 2020
dce3fe7
Added "is_loaded" to lang_simple_informant.py
Jun 11, 2020
4259169
Imported pyngrok.conf as ngrok_conf
Jun 11, 2020
bb22bb7
Added usage to useless value in module_loading_message
Jun 11, 2020
6ee727d
Imported ngrok_conf to server_sunner.py
Jun 11, 2020
79d2365
Added fix related to pyngrok 4.* updates
Jun 11, 2020
2316815
Added venv folder to .gitignore
Jun 14, 2020
e514e89
Updated requirements using "pip freeze" in venv
Jun 14, 2020
a770350
Fixed pyngrok version in requirements.txt
Jun 14, 2020
bdc1943
Removed commented out leftovers of old code from main_runner.py
Jun 14, 2020
aec347e
Removed leftovers of commented code and trailing whitespaces from sim…
Jun 14, 2020
3d49802
Removed leftovers of commented code and trailing whitespaces from ser…
Jun 14, 2020
a9a9f5c
Fixed typo and added some error handling in places
darkmidus Jun 27, 2020
57f4e27
Serveo custom url fixed
darkmidus Jul 5, 2020
b974616
Fixed typo
darkmidus Jul 5, 2020
a6e47dd
Custom Page Fixed
darkmidus Jul 12, 2020
845e57e
Restyled by autopep8
restyled-commits Jul 12, 2020
12d1277
Restyled by black
restyled-commits Jul 12, 2020
de87a73
Restyled by isort
restyled-commits Jul 12, 2020
978856d
Restyled by reorder-python-imports
restyled-commits Jul 12, 2020
ac808f6
Restyled by whitespace
restyled-commits Jul 12, 2020
a5357ea
Restyled by yapf
restyled-commits Jul 12, 2020
b43d592
Merge pull request #714 from DarkSecDevelopers/restyled/dev
Jul 12, 2020
2e37712
Make a new folder with docker, which contain 2 files, with this files…
MoisesTapia Jul 26, 2020
2014f45
Update this file
MoisesTapia Jul 26, 2020
9f39ae8
Add readme with instructions
MoisesTapia Jul 26, 2020
b586f9f
Update README.md
MoisesTapia Jul 26, 2020
996b327
Update README.md
MoisesTapia Jul 26, 2020
1b5b9f8
Update README.md
MoisesTapia Jul 26, 2020
88eb54a
add new features to most stable docker-compose
MoisesTapia Jul 26, 2020
3232e8b
images of testing
MoisesTapia Jul 26, 2020
ec6eb25
Add files via Upload
MoisesTapia Jul 26, 2020
4ed4c92
Delete a file
MoisesTapia Jul 26, 2020
c96da5e
add files
MoisesTapia Jul 26, 2020
152738d
Update README.md
MoisesTapia Jul 26, 2020
6ff62d2
Update
MoisesTapia Jul 26, 2020
1fe4730
New redirection of save data
MoisesTapia Jul 26, 2020
976d8b1
Update
MoisesTapia Jul 26, 2020
a0deb72
Add new Updates
MoisesTapia Jul 26, 2020
32a376b
add new features in README.md
MoisesTapia Jul 26, 2020
d55b2af
Fix sintax and more features
MoisesTapia Jul 26, 2020
f16308d
Dockerfile Update
MoisesTapia Jul 26, 2020
6edca40
New Updates over files
MoisesTapia Jul 26, 2020
d355d06
Update Dockerfile
MoisesTapia Jul 26, 2020
46b97b2
Update Dockerfile
MoisesTapia Jul 26, 2020
a90a92f
New Changes about folders and volumens in docker-compose
MoisesTapia Jul 27, 2020
bded077
Optimized Dockerfile
MoisesTapia Jul 30, 2020
849566d
Changed multiple prompts into one.
darkmidus Aug 5, 2020
20ebbcc
Read description
darkmidus Aug 10, 2020
d9ae379
Just fixed random bugs.
darkmidus Aug 10, 2020
2c90c36
Added .idea setting folder
Aug 11, 2020
9597da9
Updated .idea configs
Aug 11, 2020
2f758a5
Fixed small typos
Aug 11, 2020
82e942e
Fixed stat.S_IWRITE error
Aug 11, 2020
5da56b4
Specified Exceptions types
Aug 11, 2020
af071ef
part of S_IWRITE fix
Aug 11, 2020
2e795af
Bump certifi from 2020.4.5.2 to 2020.6.20
dependabot-preview[bot] Aug 11, 2020
e330dd8
Bump urllib3 from 1.25.9 to 1.25.10
dependabot-preview[bot] Aug 11, 2020
ffa5f73
Bump idna from 2.9 to 2.10
dependabot-preview[bot] Aug 11, 2020
b28628e
Merge pull request #752 from DarkSecDevelopers/dependabot/pip/dev/cer…
Aug 11, 2020
c503846
Merge pull request #754 from DarkSecDevelopers/dependabot/pip/dev/idn…
Aug 11, 2020
527d4a0
Merge pull request #753 from DarkSecDevelopers/dependabot/pip/dev/url…
Aug 11, 2020
6de8c26
Remove the extra tabs
MoisesTapia Aug 11, 2020
2357119
Removed useless code from server_runner.py
Aug 11, 2020
4cb1fb3
Update 1 Fixe
MoisesTapia Aug 11, 2020
ff7efcd
Added important question at visible place
Aug 11, 2020
13216cd
Commented out part to be replaced
Aug 11, 2020
fb91bba
Created EULAView
Aug 11, 2020
975c2f5
Created EULA_controller.py
Aug 11, 2020
44ad5cc
Replaced part of Legacy code with EULAController
Aug 11, 2020
c5a56c8
Removed deprecated Legacy code
Aug 11, 2020
6b86115
Fix
Aug 11, 2020
d1953bb
Bump pyngrok from 4.0.1 to 4.1.9
dependabot-preview[bot] Aug 13, 2020
94d22f7
Merge pull request #757 from DarkSecDevelopers/dependabot/pip/dev/pyn…
Aug 13, 2020
25d0a89
Renamed eula_start_of_file to eula_start_of_file_unconfirmed
Aug 13, 2020
6ee10a9
Added more debug info to "eula_not_found"
Aug 13, 2020
c64fae9
Added way to confirm EULA
Aug 13, 2020
ae036f1
replaced placeholder exit() with EULAController().confirm_eula()
Aug 13, 2020
0e584f2
Merge remote-tracking branch 'origin/dev' into dev
Aug 13, 2020
f1d4c0e
Restyled by autopep8
restyled-commits Aug 13, 2020
78d0b08
Restyled by black
restyled-commits Aug 13, 2020
05a02ca
Restyled by isort
restyled-commits Aug 13, 2020
d625a8d
Restyled by reorder-python-imports
restyled-commits Aug 13, 2020
1e33d46
Restyled by whitespace
restyled-commits Aug 13, 2020
92e86a3
Restyled by yapf
restyled-commits Aug 13, 2020
f4f28c6
Merge pull request #747 from DarkSecDevelopers/restyled/dev
Aug 13, 2020
b101081
Reverted restyled.io changes to this file
Aug 13, 2020
21cee7e
Created .restyled.yaml with default config
Aug 13, 2020
d6e6b6e
Configured restyled.io
Aug 13, 2020
23c3753
Added PEP8 and Black badges
Aug 13, 2020
f9d58b9
Switched black and autopep8 order
Aug 13, 2020
e756aed
Removed black
Aug 13, 2020
5946b52
Added 2 new VIEW entries, removed/moved unnecessary \n characters
Aug 13, 2020
0d5858b
Restyled by autopep8
restyled-commits Aug 13, 2020
e4d3957
Restyled by isort
restyled-commits Aug 13, 2020
596751f
Restyled by reorder-python-imports
restyled-commits Aug 13, 2020
292cc9f
Restyled by whitespace
restyled-commits Aug 13, 2020
b3ca0bb
Merge pull request #760 from DarkSecDevelopers/restyled/dev
Aug 13, 2020
a39335f
Replaced all EULA_controller.py strings with VIEW entries
Aug 13, 2020
b682ea4
Changed sleep time to 1.5
Aug 13, 2020
814e44b
Merge remote-tracking branch 'origin/dev' into dev
Aug 13, 2020
38f4af3
Restyled by autopep8
restyled-commits Aug 13, 2020
d451875
Restyled by isort
restyled-commits Aug 13, 2020
1e56aee
Restyled by reorder-python-imports
restyled-commits Aug 13, 2020
5f9d4e8
Restyled by whitespace
restyled-commits Aug 13, 2020
feef36d
Merge pull request #761 from DarkSecDevelopers/restyled/dev
Aug 13, 2020
fcfa49f
add russian translate
LencoDigitexer Aug 13, 2020
6a7f517
fix grammar and add link to translate
LencoDigitexer Aug 13, 2020
f8ca152
fix double link
LencoDigitexer Aug 13, 2020
b908cc1
Restyled by prettier-markdown
restyled-commits Aug 13, 2020
8e5af53
Restyled by whitespace
restyled-commits Aug 13, 2020
88ce9d1
Merge branch 'dev' into restyled/pull-765
Aug 13, 2020
c7b1a97
Merge pull request #766 from DarkSecDevelopers/restyled/pull-765
Aug 13, 2020
1eb9dd3
Created localization_model.py
Aug 13, 2020
dc0c1ba
Created localization_controller.py
Aug 13, 2020
c484c56
Added "deprecated file, will be removed" warning to localization.py
Aug 13, 2020
8c00d50
Replaced localization.py in EULA_view.py
Aug 13, 2020
64c3ab2
Created connection_view.py
Aug 13, 2020
b604e6c
Created connection_model.py
Aug 13, 2020
4952814
Created connection_controller.py
Aug 13, 2020
ae96a7d
Commented out old license_handler()
Aug 13, 2020
8f72dcd
Commented out check_permissions() method
Aug 13, 2020
1619a63
Commented out verify_connection() method
Aug 13, 2020
60eada3
Commented out this non-critical piece of code that probably does some…
Aug 13, 2020
0d8bad1
Commented out permissions check
Aug 13, 2020
f9c8f29
Added # FIXME we have to replace PHP with Python
Aug 13, 2020
3ad9887
Replaced old simple_informant.verify_connection() method with new Con…
Aug 13, 2020
976c7f5
Merge pull request #744 from MoisesTapia/Docker
Aug 13, 2020
f4cd80b
Reverted formatting changes
Aug 13, 2020
0ca94dd
Bump pyngrok from 4.1.9 to 4.1.10
dependabot-preview[bot] Aug 17, 2020
8bc0cec
Merge pull request #770 from DarkSecDevelopers/dependabot/pip/dev/pyn…
Aug 17, 2020
feeb1ea
Update FUNDING.yml
Aug 17, 2020
87ba263
removed venv from gitignore
Aug 17, 2020
891b732
Added venv
Aug 17, 2020
61ec1a5
Commented check_php out (will replace php with python)
Aug 17, 2020
a3ba050
Replaced ngrok.yml with default
Aug 22, 2020
1da588b
Added dictionaries to gitignore
Aug 22, 2020
a66e8bc
Created system_controller
Aug 22, 2020
23c024f
Created terminal_controller and "clear" function
Aug 22, 2020
6d16f0e
Created ngrok_controller
Aug 22, 2020
0e3ede4
Created close_latest_connection method for ngrok
Aug 22, 2020
148401a
Created maintain_default_config method for ngrok
Aug 22, 2020
8dfaecf
Created activate_config_path method for ngrok
Aug 22, 2020
e6245da
Created establish_connection method for ngrok
Aug 22, 2020
7dece99
Created obtain_tunnels method for ngrok
Aug 22, 2020
7ecf8f1
Added ngrok_url getter
Aug 22, 2020
3316638
Added obtain_ngrok_url method
Aug 22, 2020
174b5a0
Commented on what was reimplemented from old start_ngrok method
Aug 22, 2020
1f2e86d
Replaced old start_ngrok with NgrokController methods
Aug 22, 2020
aa3ee1a
Dude that's just blank line right here
Aug 22, 2020
7df5ee5
Updated venv
Aug 22, 2020
1d75d57
update ngrokConfig
AdrMXR Aug 24, 2020
5080319
Merge branch 'dev' into dev
Aug 31, 2020
4541f91
Merge pull request #784 from AdrMXR/dev
Aug 31, 2020
81f4df8
Update .restyled.yaml
Sep 1, 2020
c0837ec
Merge pull request #802 from DarkSecDevelopers/dev
Sep 10, 2020
68863e7
Update README.md
Sep 30, 2020
684a4eb
Fixed ngrok
Deshdeepak1 Oct 4, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Imported requests, getuid, platform_os
  • Loading branch information
sTiKyt committed May 13, 2020
commit d315f80afad8e5e76edfb85971187e9741c07802
2 changes: 1 addition & 1 deletion Defs/ActionManager/simple_informant.py
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
# under certain conditions; you can read LICENSE for details.
#

from Defs.ImportManager.unsorted_will_be_replaced import run_command, wait, chmod, stat, pathlib_Path, copyfile, socket
from Defs.ImportManager.unsorted_will_be_replaced import requests, getuid, platform_os, run_command, try_to_run_command, wait, chmod, stat, pathlib_Path, copyfile, socket
import Defs.ThemeManager.theme as theme
import Defs.FeatureManager.EmailManager.email_prompt as email_prompt
import Defs.ActionManager.Server.server_menu as server_menu