This repo use to be my private hacking repository for Personal Python Hacking Projects and Scripts
I have now made it public for those who which to make use of some of the scripts
I cannot be held liable for any use of these scripts for malicious purposes, they should be strictly used for educational purposes!
🐼
Bold
Beautiful
Bold and Beautiful
Test plain text
HTML Tags also seem to work in markdown
Image below ise inserted and formated with HTML img tag
This line is inspired by Rick Sanchez:
To life is to risk it all, otherwise you are an inherent chuck of particles drifting wherver the universe takes you.
Syntax highliting can be achieved by putting the programming language name beind the 3 ```
import socket
print "System Initializing"
print "Establashing server"
print "Hello World"
def make_server(address, port):
server = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
server.bind((address, port))
server.listen(5)
make_server("localhost", 1337)
print "We are listing"
No language indicated, so no syntax highlighting in Markdown Here (varies on Github).
But let's throw in a <b>tag</b>.
There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.
Markdown | Table | Pretty |
---|---|---|
Still | renders |
nicely |
1 | 2 | 3 |