Commit Graph

182 Commits

Author SHA1 Message Date
adfoster-r7 c53eed8a83
Land #52, Update Ubuntu 18.04 to 20.04 in Github CI script 2022-08-31 12:59:18 +01:00
cgranleese-r7 2278bd8962 updates ubuntu 18.04 to 20.04 2022-08-31 12:39:10 +01:00
Metasploit 7145d8c44a Bump rex-text to 0.2.40 2022-08-08 04:12:48 -05:00
cgranleese-r7 b40453de8e
Land #47, Run ubuntu 22.04 in test matrix 2022-08-08 10:12:22 +01:00
adfoster-r7 d9efc1cb84
Run ubuntu 22.04 in test matrix 2022-07-21 14:17:22 +01:00
Metasploit 5c92a08d4e Bump rex-text to 0.2.39 2022-06-29 15:02:16 -05:00
Grant Willcox 544e4e69de
Land #44, Fix rex-text split string crash 2022-06-29 15:00:56 -05:00
Grant Willcox 778566386c Remove comment that no longer applies given code updates 2022-06-29 15:00:40 -05:00
adfoster-r7 a7094f53a9
Fix rex text split string crash 2022-06-29 18:28:06 +01:00
Metasploit 4d250b576d Bump rex-text to 0.2.38 2021-09-16 11:53:05 -05:00
adfoster-r7 94c58214b1
Land #42, Update Ubuntu version & Ruby setup 2021-09-16 17:52:41 +01:00
sjanusz f2806348e4
Update Ubuntu version & Ruby setup 2021-09-16 17:01:29 +01:00
Metasploit 57f98bb4ec Bump rex-text to 0.2.37 2021-08-13 11:27:34 -05:00
Grant Willcox 3bb11cb5c9
Land #24, Implement Rex::Text random function name generator 2021-08-13 11:26:04 -05:00
RageLtMan c1634209de
Implement Rex::Text random function name generator
Create random function name generator by combining common verbs
and subjects seen in import/export tables, and sprinkling in some
random capitalization for entropy.

Testing:
  Local only via IRB -
```
>> Rex::Text.rand_func_name
=> "Releaseaddress"
>> Rex::Text.rand_func_name
=> "FreeUser"
>> Rex::Text.rand_func_name
=> "Releasefile"
>> Rex::Text.rand_func_name
=> "Describeaddress"
```
2021-08-13 10:54:11 -05:00
Metasploit 286f63b26a Bump rex-text to 0.2.36 2021-07-01 10:01:57 -05:00
adfoster-r7 9f9edcaa45
Land #30, Fix for vbapplication payload generation 2021-07-01 16:01:28 +01:00
Metasploit df76ccf700 Bump rex-text to 0.2.35 2021-04-08 11:30:55 -05:00
adfoster-r7 fdd1c0cd44
Land #41, Add rand_password method to Rex::Text 2021-04-08 17:29:38 +01:00
Gaurav Purswani 0ff51cdda7
Update rand.rb 2021-04-08 21:13:29 +05:30
pingport80 3064f47f9a made uppercase default 2021-04-08 17:08:07 +05:30
pingport80 d9ac11c044
add numbers 2021-03-22 22:14:59 +05:30
pingport80 468f75fae4
add descriptive variables and named arguments 2021-03-22 22:09:41 +05:30
pingport80 afa18a8b72
remove special chars by default 2021-03-22 20:36:14 +05:30
pingport80 3b75c641fd
Add rand_password 2021-03-16 01:49:21 +05:30
Metasploit 4bfa153b34 Bump rex-text to 0.2.34 2021-02-24 08:31:49 -06:00
dwelch-r7 71a1006cef
Land #40, Update rex text word wrap tests
Update rex text word wrap tests
2021-02-24 14:31:21 +00:00
Alan Foster 018bad3258
Update rex text word wrap tests 2021-02-24 14:25:27 +00:00
Metasploit acf015c41a Bump rex-text to 0.2.33 2021-02-24 08:12:40 -06:00
dwelch-r7 9d18fa6aca
Land #39, Allow per table configuration of wrapped tables 2021-02-24 14:12:06 +00:00
Alan Foster 18ac3e5620
Allow per table configuration of wrapped tables 2021-02-24 13:54:07 +00:00
Metasploit fce504e9ea Bump rex-text to 0.2.32 2021-01-19 16:33:12 -06:00
Jeffrey Martin 35805c852d
Land #38, Default console width when api is unavailable 2021-01-19 16:31:52 -06:00
Alan Foster 17f6728adb
Default console width when api is unavailable 2021-01-19 22:08:38 +00:00
Metasploit 0d52d5a9e0 Bump rex-text to 0.2.31 2021-01-18 09:54:29 -06:00
adfoster-r7 5677e8ec61
Land #35, Enable github actions 2021-01-18 15:54:40 +00:00
Jeffrey Martin 04dd462096
Land #36, Revert "Also check the IO.console is not nil before wrapping based on its width" 2021-01-18 09:29:47 -06:00
adfoster-r7 3f4ff5a4cf
Revert "Also check the IO.console is not nil before wrapping based on its width" 2021-01-18 15:26:21 +00:00
adfoster-r7 f9f9551e3c
Land #34, Fix rex-text console size calculations when running in a debugging environment 2021-01-18 14:10:26 +00:00
Alan Foster 93c37815ad
Add github actions 2020-12-11 10:49:18 +00:00
Spencer McIntyre e58f158e62 Also check the IO.console is not nil before wrapping based on its width 2020-12-01 17:09:10 -05:00
Metasploit 9b4888c9d3 Bump rex-text to 0.2.30 2020-11-30 12:03:14 -06:00
Adam Cammack 3399328cbe
Land #33, Update to Ruby 2.7 2020-11-30 12:02:26 -06:00
Jeffrey Martin 8cdab77200
update supported versions
* ruby >= 2.4
* address ruby 2.7 deprecation warnings
2020-11-13 15:54:50 -06:00
Jeffrey Martin a20ce5b264
Updates for 2.7.2 support
* Updates testing to run in 2.7.2
* removes bundler as dev requirement
* Updates authors to reflect current maintainers
2020-11-12 11:17:08 -06:00
Metasploit f3e1f1bc88 Bump rex-text to 0.2.29 2020-08-07 10:39:48 -05:00
dwelch-r7 a1b86ce5d5
Land #32, Add initial support for word wrapping rex tables
Add initial support for word wrapping rex tables
2020-08-07 16:39:19 +01:00
Alan Foster 59e2b747a6
Add initial support for word wrapping rex tables 2020-08-07 12:28:21 +01:00
Metasploit 474640afec Bump rex-text to 0.2.28 2020-07-13 11:34:07 -05:00
adfoster-r7 fc9c6afed7
Land #29, set prompt escape chars only when they work 2020-07-13 17:33:40 +01:00