A cli based internet browser which can be used to navigate around websites!
Made in Node.JS
INSTALL : npm install -g browseguy
USAGE: browseguy
to fix the css scraped by my browser
A cli based internet browser which can be used to navigate around websites!
Made in Node.JS
INSTALL : npm install -g browseguy
USAGE: browseguy
to fix the css scraped by my browser
Install npm install -g browseguy
Usage: browseguy
I Added:
Log in to leave a comment
I made 3 modules:
I tried this on my club website which is debugcrew.tech and i found out it didnt show my email and instead showed some obfuscated stuff
I tried to find out how can it be decoded and i though that i would need to run some tools to decode it or implement javascript (HELL NAH)
so i just did one thing, one google and found it was XORed so i made a funcion which reversed the algo and TADA we got the email
Log in to leave a comment
First of All, I decided what to use for this project, upon researching, I found out I could use these npm packages:
So i have started and now it looks like i can get titles ,paragraphs and hyperlinks
Log in to leave a comment