text · cfbefc1272 - SVN.BY: Go Git Service
masiandr 5 years ago
parent
commit
cfbefc1272
1 changed files with 11 additions and 2 deletions
  1. 11 2
      README.md

+ 11 - 2
README.md

1
 CSV file of all banks domains and IPs provided by [FONDY Payment Service Provider](https://fondy.eu)
1
 CSV file of all banks domains and IPs provided by [FONDY Payment Service Provider](https://fondy.eu)
2
 =====
2
 =====
3
-acs_url.csv contains all banks main websites and 3DSecure pages domains which are called Access Controll Servers
3
+```
4
+python2.7 get_ips.py
5
+```
6
+
7
+resulting file acs_url.csv contains all banks main websites and 3DSecure pages domains which are called Access Controll Servers
4
 
8
 
5
 file structure is
9
 file structure is
6
 
10
 
7
 domain, port, bank country, ip list
11
 domain, port, bank country, ip list
8
 
12
 
9
-sample:
13
+sample row from acs_url.csv:
10
 
14
 
11
 "3dsecure.maybank.com.sg","443","sg","['206.99.153.116']"
15
 "3dsecure.maybank.com.sg","443","sg","['206.99.153.116']"
12
 
16
 
13
 This can be used for example by internet providers to add IPs to whitelist 
17
 This can be used for example by internet providers to add IPs to whitelist 
14
 in order customers could top up having negative account balance.
18
 in order customers could top up having negative account balance.
15
 
19
 
20
+## get plain IP's by country
21
+```
22
+python2.7 get_ips_plain.py --country 'us' --file result_ips_us.csv
23
+```
24
+
16
 
25
 
17
 ## Author
26
 ## Author
18
 
27