aakloul / privacy101

privacy101
0 stars 0 forks source link

my-first-post #1

Open aakloul opened 3 years ago

aakloul commented 3 years ago

test code

def main():
    # We only want arp requests
    berkeley_packet_filter = "(arp[6:2] = 1)"
    # sniffing for one packet that will be sent to a function, while storing none
    #sniff(filter=berkeley_packet_filter, prn=show_arp_packets, store=0, count=1)
    sniff(filter=berkeley_packet_filter, prn=handle_arp_packets, store=0, count=1)

if __name__ == "__main__":
    #print(ipaddr,macaddr)
    main()
aakloul commented 3 years ago

great post

import requests
response = request.get(f'{api_url}/list')
print(response.json())
aakloul commented 3 years ago

:+1:

aakloul commented 3 years ago
a b c
1 2 3
aakloul commented 3 years ago

test5

aakloul commented 3 years ago

test6

aakloul commented 3 years ago

test8

aakloul commented 3 years ago

test9

aakloul commented 3 years ago

test10

aakloul commented 3 years ago

test11

aakloul commented 3 years ago

test12

aakloul commented 3 years ago
# Header 1
## Header 2
### Header 3

a | b | c
-- | - | - 
1 | 2 | 3 

_bold_
*italic*
`command line`
[GitHub Pages](https://pages.github.com/)

@aakloul :+1: 🙏🏻

1. First list item
   - First nested list item
     - Second nested list item
     - Third nested list item
     - [x] Finish my changes
     - [ ] Push my commits to GitHub
     - [ ] Open a pull request

```javascript
function sayHi() {
  document.getElementById('start').innerText = 'Hi'
}

Header 1

Header 2

Header 3

a b c
1 2 3

bold italic command line GitHub Pages

@aakloul :+1: 🙏🏻

  1. First list item
    • First nested list item
      • Second nested list item
      • Third nested list item
      • [x] Finish my changes
      • [ ] Push my commits to GitHub
      • [ ] Open a pull request
function sayHi() {
  document.getElementById('start').innerText = 'Hi'
}
aakloul commented 3 years ago

test14

aakloul commented 3 years ago

test19

aakloul commented 3 years ago

test19

aakloul commented 3 years ago

test19

aakloul commented 3 years ago

test

aakloul commented 3 years ago

test

aakloul commented 3 years ago

test100