192 Commits

Author SHA1 Message Date
char e1f150ecbd implement shellcode spawn for python API 2023-12-04 11:36:04 -07:00
p4p1 4984c3c97a actual remote submodule support 2023-11-29 16:34:46 +01:00
p4p1 aabc913105 submodule support 2023-11-29 16:25:56 +01:00
p4p1 5696fe6b34 The extensions tab works?! 2023-11-25 23:07:21 +01:00
Leo Smith bc00d72114 Update Store.hpp added headers and variables for the module to work 2023-11-17 15:32:08 +01:00
Leo Smith 7fcd3be1b3 Updated Store.cc for json display and generation of gh links 2023-11-17 15:31:32 +01:00
Leo Smith 175d891521 Merge branch 'HavocFramework:dev' into dev 2023-11-17 12:18:02 +01:00
S4ntiagoP d47f5c8ee1 token make can now specify the logon type 2023-11-16 11:16:09 -03:00
S4ntiagoP 8cc9b3821e shell, powershell and dotnet inline-execute do not need to escape quotes
the aim here is to make these commands easier to use
but it also makes a bit more complicated to know how the client
parses quotes, given that it depends on the command
2023-11-16 09:51:17 -03:00
p4p1 4d7c747590 scrollable and added descriptions to the panel 2023-11-13 23:53:43 +01:00
Cracked5pider 1cb4152b63 added 'sleep jmp gadget' to the agent 2023-11-13 21:10:45 +01:00
p4p1 8be6126fb2 added table 2023-11-13 01:13:13 +01:00
p4p1 5cc295e392 fixed source problems 2023-11-12 22:11:22 +01:00
p4p1 43c12e041d started working on the internal havoc store 2023-11-12 22:09:41 +01:00
Cracked5pider 5b7dc24831 small refactoring 2023-11-09 17:39:10 +01:00
Cracked5pider 6624f4765b fixed issue where while adding a host to the listener settings the client crashes. remove a logging message. 2023-11-09 17:02:40 +01:00
S4ntiagoP 29f2d7863a add default support for noconsolation 2023-11-07 16:17:35 -03:00
Cracked5pider e3774381fd add config and update code 2023-11-06 23:20:34 +01:00
Cracked5pider 44c557aeb9 add forgotten data folder 2023-11-06 22:49:36 +01:00
Cracked5pider f63a72167b restructure client project to modern project structure, added toml config file, refactored code to use external code. 2023-11-06 22:44:42 +01:00
Cracked5pider cd21edbf63 remove docker support for client 2023-11-06 17:45:36 +01:00
Cracked5pider 4bff9613fc update havoc version number and name. Havoc 0.7 [Bites the Dust] 2023-11-06 10:25:18 +01:00
S4ntiagoP 700d1affc1 add alias mv <-> move 2023-10-28 21:25:36 -03:00
infosec guy 040eed1092 Merge pull request #426 from JaneMandy/dev
Fix:Fix the problem that Windows 2019 Server cannot be displayed
2023-10-25 10:57:41 -03:00
JaneMandy b54453b63f Fix:Fix the problem that Windows 2019 Server cannot be displayed 2023-10-25 20:08:27 +08:00
S4ntiagoP 1b33281186 undo last PR
it messes with the output on the demon console
2023-10-24 23:30:44 -03:00
infosec guy f078bd7e9f Merge pull request #425 from daniruiz/font-fix
Set font via "setStyleSheet"
2023-10-24 22:57:32 -03:00
daniruiz 1051ec8f9c Set font via "setStyleSheet" 2023-10-24 09:25:09 -04:00
Leo Smith 8e46e1e9d8 Fixed style of about widget 2023-10-24 14:21:06 +02:00
Leo Smith ab6c2a51f2 fix links in qtextbrowser of about 2023-10-24 14:20:05 +02:00
Leo Smith 49f67f46cb added the qtextbrowser 2023-10-24 14:19:04 +02:00
Leo Smith cba337b7e5 changed text input to a qtextbrowser to allow for more custom widget in the pannel 2023-10-24 14:18:31 +02:00
S4ntiagoP a05a94d794 check modules return type 2023-10-24 00:25:31 -03:00
infosec guy aca01a1da5 Merge pull request #423 from p4p1/dev
Added a panel to the TreeView to make the three view more useful
2023-10-23 23:13:58 -03:00
S4ntiagoP 9de06c6461 print output if script returns True or False
mainly to show error and help messages
2023-10-23 22:57:54 -03:00
p4p1 356c61af68 moved around some code for the commandgetouput function 2023-10-23 21:20:21 +02:00
p4p1 169af0699f a buggy but functional CommandGetOuput please replace what I did with something better 2023-10-23 19:37:43 +02:00
p4p1 d5cd05d17c a little error detection 2023-10-23 18:18:50 +02:00
p4p1 cb58816622 cleanup from last printf... 2023-10-23 18:14:33 +02:00
p4p1 1ffbd5e5fa actually useful treeview now 2023-10-23 18:12:44 +02:00
p4p1 0e67d8d342 generate payloads through the API 2023-10-22 22:17:18 +02:00
p4p1 8b6605378e created a new tree layout for havocui 2023-10-22 00:28:15 +02:00
p4p1 b180846d05 added default values for checkbox, errormessages and onnewsession event 2023-10-20 23:17:53 +02:00
p4p1 4e40156361 added slider and dial 2023-10-20 14:14:55 +02:00
p4p1 75691d923a added width height to dialog boxeses 2023-10-20 12:49:53 +02:00
p4p1 28078d2a30 added styles to buttons and checkboxes 2023-10-20 11:32:36 +02:00
p4p1 08a02807f1 added scrolling to widgets as well 2023-10-20 11:18:45 +02:00
p4p1 2052629cf6 new havocui.Dialog('title', True) for adding scrollable dialog! 2023-10-20 10:32:08 +02:00
S4ntiagoP d16e4cdd53 fix minor issue 2023-10-17 15:07:20 -03:00
infosec guy b4c1dc8f91 Merge pull request #414 from JaneMandy/dev
Add the download and reload functions of the right-click pop-up menu of the file browser.
2023-10-17 14:48:39 -03:00