Codebase list powercat / b55d834
New upstream snapshot. Kali Janitor 2 years ago
2 changed file(s) with 8 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 powercat (0.0~git20200727-0kali1) UNRELEASED; urgency=low
1
2 * New upstream snapshot.
3
4 -- Kali Janitor <[email protected]> Mon, 31 May 2021 12:57:14 -0000
5
06 powercat (0.0~git20170805-0kali10) kali-dev; urgency=medium
17
28 * Add dependents to kali-defaults
168168 {
169169 if($Host.UI.RawUI.KeyAvailable)
170170 {
171 if(@(17,27) -contains ($Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown").VirtualKeyCode))
171 if(@(17,27) -contains ($Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown,IncludeKeyUp").VirtualKeyCode))
172172 {
173173 Write-Verbose "CTRL or ESC caught. Stopping UDP Setup..."
174174 $FuncVars["Socket"].Close()
450450 {
451451 if($Host.UI.RawUI.KeyAvailable)
452452 {
453 if(@(17,27) -contains ($Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown").VirtualKeyCode))
453 if(@(17,27) -contains ($Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown,IncludeKeyUp").VirtualKeyCode))
454454 {
455455 Write-Verbose "CTRL or ESC caught. Stopping TCP Setup..."
456456 if($FuncVars["l"]){$Socket.Stop()}