Hacking Monks

Metasploit Tutorals

  • Home
  • Tutorials
  • Tech
  • Metasploit Tutorials
  • Kali Linux Tutorials
  • Cross Site Scripting (XSS)
  • Burp Suite
  • Web Hacking
  • Python Tutorials
  • NMAP Complete tutorial

Wednesday, 8 February 2017

Python Tutorial - 21 (Modules)



Code used :


Python Modules -


For creating module -

def keyboard():
    print ('hi')



For importing the modules-






import keyboard
import random

test.keyboard()

x = random.randrange(1,1000)
print (x)




Other posts -


Burpsuite - 1 (SQL injection,intercepting)

Manual SQL injection (step by step)

NMAP tutorial 1 Scanning the first step to every big HACK

Metasploit Tutorial - 6 (Download and run exploits from exploit-db)

Buffer Overflow with Tutorial

Find vulnerability of ANDROID apps like FB (easy with steps)

HPING3 - Packet crafting and flooding

Armitage Tutorial-1 (Intro and Hail Mary Attack)

Nikto Vulnerability Scanner (explained with tutorial)

Burpsuite - 1 (SQL injection,intercepting)

Python Tutorial - 10 (Continue statement)

Manual SQL injection (step by step)

Cross Site Scripting (XSS)-1 (basics,ReflectedXSS)

Chip Level Tool

Python Tutorial-12 (functions)

Upload WebShell (bypass filters and intercepting)

Cross Site Scripting-2 (stored, redirected XSS)

Python Tutorial-13 (return statement and my girl)

Doona Fuzzer (BED fork,buffer overflow)

Cross Site Scripting (XSS)-3 (XSS st




Posted by Sai at 00:56
Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest
Labels: Tutorials

No comments:

Post a comment

Previous Page Next Page Home
Subscribe to: Post Comments (Atom)

Subscribe me

Search for tutorials here

About Me

Sai
View my complete profile

My Links

  • Youtube Channel
  • Facebook Page
  • Facebook Group

Recent Posts

  • September 2019 (1)
  • July 2019 (2)
  • June 2019 (1)
  • May 2019 (1)
  • March 2019 (3)
  • February 2019 (1)
  • January 2019 (6)
  • December 2018 (2)
  • September 2018 (1)
  • August 2018 (1)
  • May 2018 (1)
  • February 2018 (1)
  • January 2018 (1)
  • December 2017 (1)
  • October 2017 (2)
  • September 2017 (4)
  • August 2017 (1)
  • July 2017 (11)
  • May 2017 (1)
  • April 2017 (2)
  • March 2017 (29)
  • February 2017 (40)
  • January 2017 (46)
  • December 2016 (37)
  • November 2016 (11)
  • October 2016 (19)
  • September 2016 (19)
  • August 2016 (7)
  • July 2016 (4)

Featured post

Live Q&A (Bug Bounties And Ask Me)

Hey guys!

Total Pageviews

Hacking Monks. Awesome Inc. theme. Powered by Blogger.