Commit Graph

1228 Commits (master)

Author SHA1 Message Date
sTiKyt 7a3deaf6f5
Update README.md 2020-10-07 18:33:50 +00:00
sTiKyt 68863e797d
Update README.md 2020-09-30 11:27:56 +00:00
sTiKyt c0837ec05e
Merge pull request #802 from DarkSecDevelopers/dev
Dev
2020-09-10 19:20:17 +00:00
sTiKyt 81f4df8689
Update .restyled.yaml
Fix for restyled bot
2020-09-01 13:45:58 +00:00
sTiKyt 4541f914e4
Merge pull request #784 from AdrMXR/dev
update ngrokConfig
2020-08-31 16:22:30 +00:00
sTiKyt 50803198ec
Merge branch 'dev' into dev 2020-08-31 16:22:16 +00:00
AdrMXR 1d75d57055 update ngrokConfig 2020-08-24 05:39:30 -04:00
sTiKyt 7df5ee5baf Updated venv 2020-08-22 18:46:15 +00:00
sTiKyt aa3ee1a510 Dude that's just blank line right here 2020-08-22 18:45:55 +00:00
sTiKyt 1f2e86d545 Replaced old start_ngrok with NgrokController methods 2020-08-22 18:45:38 +00:00
sTiKyt 174b5a0479 Commented on what was reimplemented from old start_ngrok method 2020-08-22 18:45:10 +00:00
sTiKyt 3316638e1a Added obtain_ngrok_url method 2020-08-22 18:43:29 +00:00
sTiKyt 7ecf8f1f0e Added ngrok_url getter 2020-08-22 18:43:12 +00:00
sTiKyt 7dece996b0 Created obtain_tunnels method for ngrok 2020-08-22 18:42:52 +00:00
sTiKyt e6245dab26 Created establish_connection method for ngrok 2020-08-22 18:42:33 +00:00
sTiKyt 8dfaecf22b Created activate_config_path method for ngrok 2020-08-22 18:42:17 +00:00
sTiKyt 148401a41e Created maintain_default_config method for ngrok 2020-08-22 18:41:50 +00:00
sTiKyt 0e3ede4f0a Created close_latest_connection method for ngrok 2020-08-22 18:41:24 +00:00
sTiKyt 6d16f0ed0c Created ngrok_controller 2020-08-22 18:40:35 +00:00
sTiKyt 23c024f872 Created terminal_controller and "clear" function 2020-08-22 18:39:11 +00:00
sTiKyt a66e8bc683 Created system_controller 2020-08-22 18:38:21 +00:00
sTiKyt 1da588b3fc Added dictionaries to gitignore 2020-08-22 18:36:24 +00:00
sTiKyt a3ba050443 Replaced ngrok.yml with default 2020-08-22 18:36:10 +00:00
sTiKyt 61ec1a5604 Commented check_php out (will replace php with python) 2020-08-17 18:00:03 +00:00
sTiKyt 891b732b06 Added venv 2020-08-17 13:33:09 +00:00
sTiKyt 87ba263f33 removed venv from gitignore 2020-08-17 13:18:28 +00:00
sTiKyt feeb1ea4ce
Update FUNDING.yml 2020-08-17 08:48:14 +00:00
sTiKyt 8bc0cec1da
Merge pull request #770 from DarkSecDevelopers/dependabot/pip/dev/pyngrok-4.1.10
Bump pyngrok from 4.1.9 to 4.1.10
2020-08-17 08:19:17 +00:00
dependabot-preview[bot] 0ca94ddd19
Bump pyngrok from 4.1.9 to 4.1.10
Bumps [pyngrok](https://github.com/alexdlaird/pyngrok) from 4.1.9 to 4.1.10.
- [Release notes](https://github.com/alexdlaird/pyngrok/releases)
- [Changelog](https://github.com/alexdlaird/pyngrok/blob/master/CHANGELOG.md)
- [Commits](https://github.com/alexdlaird/pyngrok/compare/4.1.9...4.1.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 08:11:43 +00:00
sTiKyt f4cd80b7cd
Reverted formatting changes 2020-08-13 23:19:59 +03:00
sTiKyt 976c7f5aa9
Merge pull request #744 from MoisesTapia/Docker
Run HiddenEye in Docker
2020-08-13 23:05:26 +03:00
sTiKyt 3ad9887576
Replaced old simple_informant.verify_connection() method with new ConnectionController().verify_connection() function 2020-08-13 23:02:33 +03:00
sTiKyt f9c8f29f58
Added # FIXME we have to replace PHP with Python 2020-08-13 23:01:48 +03:00
sTiKyt 0d8bad1b5b
Commented out permissions check 2020-08-13 23:01:23 +03:00
sTiKyt 60eada3968
Commented out this non-critical piece of code that probably does something... 2020-08-13 23:01:04 +03:00
sTiKyt 1619a63d12
Commented out verify_connection() method 2020-08-13 23:00:12 +03:00
sTiKyt 8f72dcd9a7
Commented out check_permissions() method 2020-08-13 22:59:44 +03:00
sTiKyt ae96a7d302
Commented out old license_handler() 2020-08-13 22:59:01 +03:00
sTiKyt 4952814a97
Created connection_controller.py 2020-08-13 22:58:32 +03:00
sTiKyt b604e6c24d
Created connection_model.py 2020-08-13 22:58:17 +03:00
sTiKyt 64c3ab248e
Created connection_view.py 2020-08-13 22:58:05 +03:00
sTiKyt 8c00d509c7
Replaced localization.py in EULA_view.py 2020-08-13 22:57:52 +03:00
sTiKyt c484c568f5
Added "deprecated file, will be removed" warning to localization.py 2020-08-13 22:57:23 +03:00
sTiKyt dc0c1baa46
Created localization_controller.py 2020-08-13 22:56:08 +03:00
sTiKyt 1eb9dd31ba
Created localization_model.py 2020-08-13 22:55:46 +03:00
sTiKyt c7b1a976e8
Merge pull request #766 from DarkSecDevelopers/restyled/pull-765
Restyle Add russian translate
2020-08-13 20:12:42 +03:00
sTiKyt 88ce9d1b54
Merge branch 'dev' into restyled/pull-765 2020-08-13 20:10:41 +03:00
Restyled.io 8e5af5386b Restyled by whitespace 2020-08-13 17:02:24 +00:00
Restyled.io b908cc1ce2 Restyled by prettier-markdown 2020-08-13 17:02:22 +00:00
Илья f8ca152595 fix double link 2020-08-13 19:23:54 +03:00