Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Jupyter Notebooks for learning network-based buffer overflows, network utilities, and scapy library

License

NotificationsYou must be signed in to change notification settings

ktp-forked-repos/NetworkSecurity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter Notebooks for learning network-based exploitations, network utility tools and scapy library - a powerful interactive packet manipulation program for Python.

Some of the contents are based onHacking: The Art of Exploitation by Jon Erickson andSEED Labs.

Scapy:https://github.com/secdev/scapy/

Requirements

  • Ubuntu/Debian Linux (Kali Linux 64-bit Preferred)
    • add account kali:kali with sudo access
  • gcc/g++
  • Jupyter Notebook
  • Python3
  • gdb
  • peda - python exploit development assistant for gdb
  • sqlite3 C/C++ library
  • sqlitebrowser
  • pwntools
  • boost C++ libraries

Install Required Tools

sudo apt updatesudo apt upgradesudo apt install build-essentialsudo apt install ccachesudo apt install libboost-all-devsudo apt install gcc-multilib g++-multilibsudo apt install gdbsudo apt install gdbserversudo apt install gitsudo apt install libsqlite3-devsudo apt install sqlitebrowswerpip install ptpython# better python REPL for terminal

Jupyter Notebook

curl -o Miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.shbash Miniconda.sh# pick defaults; python 3 is installed!conda update condaconda install notebook# jupyter notebookconda install -c conda-forge xeus-cling#c++ kernel

Play with Notebooks

  • Clone/download this repository
  • You must run the notebook as root to use some scappy features such as sniff()
  • Using a terminalcd into the repo folder and runjupyter notebook
cd<NetworkSecurity_Repo>jupyter notebook
  • Open 00-TableOfContents.ipynb chapter and access all the notebooks

About

Jupyter Notebooks for learning network-based buffer overflows, network utilities, and scapy library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook88.8%
  • HTML8.9%
  • C++1.1%
  • Other1.2%

[8]ページ先頭

©2009-2025 Movatter.jp