wupco / Homework-of-Python

Python codes of my blog.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homework-of-Python

Python codes of my blog.

pptp_password_hack.py

Use Brute-force attack to get the password of PPTP VPN.

It'll read the passwords in file(named wordlist) and then use pptpsetup to connect to the server.

The time interval is 10 seconds.

portscan.py

Use to scan port.

The timeout is 3 seconds.

c++ version:

https://github.com/3gstudent/Homework-of-C-Language/blob/master/portscan.cpp

urltoip.py

Use to get ip from url.

I can use the result of Sublist3r directly.

file_deduplication(For_urltoip).py

Use to remove duplicate ip from the result of Sublist3r.

I can use the result of urltoip.py directly.

The IP can be sorted by using Sublime(F9).

file_deduplication.py

Use to remove duplicate items from file.

About

Python codes of my blog.


Languages

Language:Python 100.0%