Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

you need to add "import html" under "import cgi" and then change "cgi.escape" to "html.escape" #820

Open
mbn-code opened this issue Oct 2, 2020 · 1 comment

Comments

@mbn-code
Copy link

mbn-code commented Oct 2, 2020

when i try to edit that i just get permission denied

@sukumar1210
Copy link

try doing the same thing with sudo command:
navigate to: root/usr/share/set/src/webattack/harvester
and run the following command:

$ sudo nano harvester.py

use ctrl+w to find cgi.escape and change it to html.escape, i guess u are not familier with linux so i may tell you that after searching the word will not be highlighted but the curser will go to the word... search on the screen for the cursor after you hit enter to search

then press ctrl+o to write out(save)
then ztrl+x to exit

for more detail watch: https://youtu.be/y8gHuOLAtUk
its not english but just look at what he does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants