Skip to content

Commit

Permalink
Update ghost
Browse files Browse the repository at this point in the history
  • Loading branch information
enty8080 authored Oct 15, 2020
1 parent ee2ac32 commit e8958da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions etc/ghost
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
#!/usr/bin/env python3


from __future__ import print_function

import os

os.system("printf '\033]2;Ghost Framework\a'")

G = '\033[1;34m[*] \033[0m'
print(G+'Starting Ghost Framework')

import sys
import subprocess
import readline
import time


from os import environ

# Auto Complete input snippet
Expand Down

0 comments on commit e8958da

Please sign in to comment.