mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
Merge 9842315ccf into 01a51bbca6
This commit is contained in:
commit
8f97bb4975
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class PortScan(HackingTool):
|
|||
def run(self):
|
||||
clear_screen()
|
||||
console.print(Panel(Text(self.TITLE, justify="center"), style="bold magenta"))
|
||||
target = Prompt.ask("[bold]Select a Target IP[/bold magenta]", default="", show_default=False)
|
||||
target = Prompt.ask("[bold magenta]Select a Target IP[/bold magenta]", default="", show_default=False)
|
||||
subprocess.run(["sudo", "nmap", "-O", "-Pn", target])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue