Skip to content

Commit

Permalink
Update template.exe.manifest
Browse files Browse the repository at this point in the history
 injecting method using Manifest to bypass UAC.
  • Loading branch information
stormshadow07 committed Jun 20, 2018
1 parent 7ff9d42 commit d99476a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
Expand Down

1 comment on commit d99476a

@mohammednuredin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

root@kali:/home/kali/Desktop/HackTheWorld# python2 HackTheWorld.py
Traceback (most recent call last):
File "HackTheWorld.py", line 17, in
from Crypto.Hash import MD5
ImportError: No module named Crypto.Hash
root@kali:/home/kali/Desktop/HackTheWorld#

How to fix bro please help me

Please sign in to comment.