Skip to main content

#Udemy-dl;Python,Pycharm



1. Create a account in Udemy for Number of videos and tutorials of your choice
2. Offline Download option is available in Android apps
3. Want to Download with Pycharm then go to VCS option in title bar and try to clone udemy-dl for download videos.

4. Pycharm - community edition is free to use.
can be downloaded from the link : https://www.jetbrains.com/pycharm/download/#section=linux

Available in windows and linux platforms

5. Good Video to submit your projects on GIThub and download from git is as follows:

https://www.youtube.com/watch?v=9tGb9FK6zVM&t=306s




Comments

Popular posts from this blog

Try #Sublist3r a tool specifically designed for the #enumeration of domain listing

About Sublist3r Sublist3r is a python tool designed to enumerate subdomains of websites using OSINT. It helps penetration testers and bug hunters collect and gather subdomains for the domain they are targeting. Sublist3r enumerates subdomains using many search engines such as Google, Yahoo, Bing, Baidu, and Ask. Sublist3r also enumerates subdomains using Netcraft, Virustotal, ThreatCrowd, DNSdumpster, and ReverseDNS. subbrute   was integrated with Sublist3r to increase the possibility of finding more subdomains using bruteforce with an improved wordlist. The credit goes to TheRook who is the author of subbrute. Download here: https://github.com/aboul3la/Sublist3r

#bogon ip #IPV4 - Matter of research

Bogon filtering  is the practice of filtering  bogons,  which are bogus (fake)  IP addresses  of a  computer network . Bogons include  IP   packets  on the public  Internet  that contain addresses that are not in any range allocated or delegated by the  Internet Assigned Numbers Authority  (IANA) or a delegated  regional Internet registry  (RIR) and allowed for public internet use. The areas of unallocated address space are called the  bogon space . Bogons also include reserved private address [1]  and  link-local address  ranges, such as those in  10.0.0.0/8 ,  172.16.0.0/12 ,  192.168.0.0/16 , and  169.254.0.0/16 , which are reserved for  private networks , [1]  sometimes also known as  Martian packets . May be you are not aware about how many bogon ip exist : which can be 20.4% ( 875,310,464/4billion ips) Source Wikipedia: other links ht...